Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
Project
Project
Details
Activity
Releases
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
android
uniapp_vedio
Commits
1c81e8dc
Commit
1c81e8dc
authored
Jul 26, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
deb2cfed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
vipPay.vue
vedio/pagesA/vipPay/vipPay.vue
+11
-13
No files found.
vedio/pagesA/vipPay/vipPay.vue
View file @
1c81e8dc
...
@@ -42,10 +42,11 @@
...
@@ -42,10 +42,11 @@
</view>
</view>
</view>
</view>
<text
class=
"trialStyle"
v-show=
"hintText!=null&&hintText!=''"
>
<view
class=
"trialStyle"
>
{{
hintText
}}
<text
v-if=
"hintText"
>
</text>
{{
hintText
}}
</text>
</view>
<view
class=
"agreementWrp"
>
<view
class=
"agreementWrp"
>
<checkbox-group
@
change=
"checkboxChange"
style=
"width: 50rpx;"
>
<checkbox-group
@
change=
"checkboxChange"
style=
"width: 50rpx;"
>
...
@@ -103,6 +104,7 @@
...
@@ -103,6 +104,7 @@
data
data
})
=>
{
})
=>
{
this
.
vipList
=
data
.
list
this
.
vipList
=
data
.
list
this
.
hintText
=
this
.
vipList
[
0
].
trailRemark
;
}
}
});
});
...
@@ -414,14 +416,10 @@
...
@@ -414,14 +416,10 @@
}
}
}
}
.trialStyle
{
.trialStyle
{
display
:
flex
;
height
:
80rpx
;
align-items
:
center
;
padding
:
20rpx
;
font-size
:
30rpx
;
font-size
:
28rpx
;
color
:
gainsboro
;
color
:
#676666
;
margin
:
20rpx
;
word-wrap
:
break-word
;
word-break
:
break-all
;
white-space
:
pre-line
;
}
}
</
style
>
</
style
>
\ No newline at end of file
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