Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_wechat
Commits
79a45dad
Commit
79a45dad
authored
Sep 27, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
edf66098
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
vipCreate.vue
pages/vipCreate/vipCreate.vue
+8
-3
No files found.
pages/vipCreate/vipCreate.vue
View file @
79a45dad
...
...
@@ -264,11 +264,11 @@
</view>
<view
class=
"rule-tip"
>
<checkbox-group
@
change=
"onRuleTipChange"
>
<checkbox
class=
'round yellow'
:class=
"checked
?'checked':''"
:checked=
"checked
"
<checkbox-group
@
change=
"onRuleTipChange
2
"
>
<checkbox
class=
'round yellow'
:class=
"checked
2?'checked':''"
:checked=
"checked2
"
value=
"checked"
style=
"transform: scale(0.6);"
></checkbox>
</checkbox-group>
<text>
我已阅读
</text><text
class=
"text-pink"
@
tap=
"onNavToRule2"
>
用户充值协议
</text><text>
, 并同意协议内容
</text>
<text>
我已阅读
</text><text
class=
"text-pink"
@
tap=
"onNavToRule2"
>
1
用户充值协议
</text><text>
, 并同意协议内容
</text>
</view>
</view>
</view>
...
...
@@ -473,6 +473,7 @@
loadMake
:
false
,
qrPath
:
''
,
checked
:
false
,
checked2
:
false
,
assetsPath
:
config
.
assetsPath
,
list
:
[],
userInfo
:
{},
...
...
@@ -667,6 +668,10 @@
onRuleTipChange
(
e
)
{
this
.
checked
=
e
.
detail
.
value
.
includes
(
"checked"
)
},
onRuleTipChange2
(
e
)
{
console
.
log
(
e
,
9999
)
this
.
checked2
=
e
.
detail
.
value
.
includes
(
"checked"
)
},
onLoading
()
{
equityMembersList
().
then
(
res
=>
{
...
...
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