Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
a7193f75
Commit
a7193f75
authored
Jul 14, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邀请已加盟增加弹窗
parent
9dea7b8c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
39 deletions
+5
-39
myPackageA/applyFranchise/applyFranchise.vue
+4
-9
myPackageA/applyFranchise/resigter.vue
+0
-0
myPackageA/transformPage/transformPage.vue
+0
-24
pages.json
+1
-6
pages/applyFranchise/applyFranchise.vue
+0
-0
No files found.
myPackageA/applyFranchise/applyFranchise.vue
View file @
a7193f75
...
@@ -15,12 +15,7 @@
...
@@ -15,12 +15,7 @@
优质资源,专业服务
优质资源,专业服务
</view>
</view>
</view>
</view>
<!--
<resigter
:form=
"form"
:editNickName=
"editNickName"
:editMobile=
"editMobile"
@
apply=
"gotoApply()"
/>
-->
<view
class=
"applyBox"
>
<view
class=
"applyBox"
>
<view
style=
"height: 550rpx;"
>
<view
style=
"height: 550rpx;"
>
<view
class=
"inputBox"
>
<view
class=
"inputBox"
>
...
@@ -115,7 +110,6 @@
...
@@ -115,7 +110,6 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
resigter
from
"./resigter.vue"
;
import
everyJoinPopup
from
"@/components/commonPopup/everyJoinPopup.vue"
;
import
everyJoinPopup
from
"@/components/commonPopup/everyJoinPopup.vue"
;
import
api
from
'@/api/api'
;
import
api
from
'@/api/api'
;
import
*
as
environment
from
"@/environments/environment"
;
import
*
as
environment
from
"@/environments/environment"
;
...
@@ -124,7 +118,6 @@
...
@@ -124,7 +118,6 @@
export
default
{
export
default
{
components
:{
components
:{
everyJoinPopup
,
everyJoinPopup
,
resigter
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -201,7 +194,9 @@
...
@@ -201,7 +194,9 @@
this
.
form
.
nickName
=
res
.
data
.
data
.
name
this
.
form
.
nickName
=
res
.
data
.
data
.
name
this
.
form
.
mobile
=
res
.
data
.
data
.
mobileNumber
this
.
form
.
mobile
=
res
.
data
.
data
.
mobileNumber
this
.
editNickName
=
this
.
editMobile
=
true
this
.
editNickName
=
this
.
editMobile
=
true
if
(
res
.
data
.
data
.
isPartner
){
this
.
$refs
.
successJoinPopup
.
open
()
}
})
})
},
},
jumpPage
(){
jumpPage
(){
...
...
myPackageA/applyFranchise/resigter.vue
deleted
100644 → 0
View file @
9dea7b8c
This diff is collapsed.
Click to expand it.
myPackageA/transformPage/transformPage.vue
deleted
100644 → 0
View file @
9dea7b8c
<
template
>
<view
class=
""
>
11111
</view>
</
template
>
<
script
>
export
default
{
//项目中转页
onLoad
(
options
){
if
(
options
.
invitationCode
)
{
uni
.
navigateTo
({
url
:
`/myPackageA/applyFranchise/applyFranchise?shareId=
${
options
.
shareId
}
&invitationCode=
${
options
.
invitationCode
}
&inviteUserId=
${
options
.
inviteUserId
}
`
});
return
;
}
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
pages.json
View file @
a7193f75
...
@@ -539,12 +539,7 @@
...
@@ -539,12 +539,7 @@
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"协议"
"navigationBarTitleText"
:
"协议"
}
}
},{
},
"path"
:
"transformPage/transformPage"
,
"style"
:
{
"navigationBarTitleText"
:
"中转页"
}
}
]
]
},{
},{
"root"
:
"officialWebsite"
,
"root"
:
"officialWebsite"
,
...
...
pages/applyFranchise/applyFranchise.vue
deleted
100644 → 0
View file @
9dea7b8c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment