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
5a12f033
Commit
5a12f033
authored
Nov 22, 2022
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邀请加盟
parent
3856458b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
7 deletions
+65
-7
manifest.json
+1
-1
pages/inviteJoin/inviteJoin.vue
+64
-6
No files found.
manifest.json
View file @
5a12f033
...
...
@@ -2,7 +2,7 @@
"name"
:
"CFFP财富中心"
,
"appid"
:
"__UNI__65C4CDC"
,
"description"
:
""
,
"versionName"
:
"1.1.
1
"
,
"versionName"
:
"1.1.
2
"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
...
...
pages/inviteJoin/inviteJoin.vue
View file @
5a12f033
...
...
@@ -30,6 +30,19 @@
<text>
所属组织:
</text>
<text>
XXXXXX
</text>
</view>
<view
class=
"liBox"
>
<text>
是否跨区邀请:
</text>
<view
class=
"isCrossBox"
>
<view
:class=
"
{checked:isCross}">
<i
class=
"circle"
@
click=
"isCross=true"
></i>
<text>
是
</text>
</view>
<view
:class=
"
{checked:!isCross}">
<i
class=
"circle"
@
click=
"isCross=false"
></i>
<text>
否
</text>
</view>
</view>
</view>
</view>
<share></share>
<button
type=
"primary"
plain=
"true"
class=
"sendInvite"
@
click=
"shareToggle()"
>
发出邀请
</button>
...
...
@@ -54,6 +67,10 @@
<text></text>
</view>
<view
class=
"liBox"
>
<text>
是否跨区邀请:
</text>
<text></text>
</view>
<view
class=
"liBox"
>
<text>
邀请状态:
</text>
<text></text>
</view>
...
...
@@ -93,7 +110,8 @@
return
{
tabType
:
1
,
identityArr
:[
'工作室'
,
'事业伙伴'
],
applyIdentity
:
0
applyIdentity
:
0
,
isCross
:
true
};
},
methods
:{
...
...
@@ -115,10 +133,10 @@
provider
:
"weixin"
,
scene
:
"WXSceneSession"
,
type
:
0
,
href
:
"http
://uniapp.dcloud.io
/"
,
href
:
"http
s://mdev.zuihuibi.cn/cffp
/"
,
title
:
"uni-app分享"
,
summary
:
"我正在使用HBuilderX开发uni-app,赶紧跟我一起来体验!"
,
imageUrl
:
"https://
bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/d8590190-4f28-11eb-b680-7980c8a877b8.pn
g"
,
imageUrl
:
"https://
mdev.zuihuibi.cn/cffp/static/cffp_logo.jp
g"
,
success
:
function
(
res
)
{
console
.
log
(
"success:"
+
JSON
.
stringify
(
res
));
},
...
...
@@ -131,10 +149,10 @@
provider
:
"weixin"
,
scene
:
"WXSceneTimeline"
,
type
:
0
,
href
:
"http
://uniapp.dcloud.io
/"
,
href
:
"http
s://mdev.zuihuibi.cn/cffp
/"
,
title
:
"uni-app分享"
,
summary
:
"我正在使用HBuilderX开发uni-app,赶紧跟我一起来体验!"
,
imageUrl
:
"https://
bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/d8590190-4f28-11eb-b680-7980c8a877b8.pn
g"
,
imageUrl
:
"https://
mdev.zuihuibi.cn/cffp/static/cffp_logo.jp
g"
,
success
:
function
(
res
)
{
console
.
log
(
"success:"
+
JSON
.
stringify
(
res
));
},
...
...
@@ -143,7 +161,8 @@
}
});
}
}
},
}
}
...
...
@@ -198,6 +217,45 @@
color
:
#FF0000
;
}
}
.isCrossBox
{
display
:
flex
;
align-items
:
center
;
view{
display
:
flex
;
align-items
:
center
;
&:first-child{
margin-right
:
20
rpx
;
}
.circle
{
display
:
block
;
width
:
28
rpx
;
height
:
28
rpx
;
border
:
2
rpx
solid
#20269B
;
border-radius
:
50%
;
position
:
relative
;
margin
:
4
rpx
10
rpx
0
10
rpx
;
}
&
.checked
{
.circle{
&::before{
position
:
absolute
;
content
:
''
;
width
:
20
rpx
;
height
:
20
rpx
;
border-radius
:
50%
;
left
:
50%
;
top
:
50%
;
background-color
:
#20269B
;
transform
:
translate
(
-50%
,
-50%
);
}
}
}
}
}
}
&
.listUl
::before
{
display
:
block
;
...
...
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