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
7385313c
Commit
7385313c
authored
Jul 25, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
9e8f0c7b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
vipPay.vue
vedio/pagesA/vipPay/vipPay.vue
+3
-2
payRecord.vue
vedio/pagesD/payRecord/payRecord.vue
+9
-5
No files found.
vedio/pagesA/vipPay/vipPay.vue
View file @
7385313c
...
...
@@ -5,8 +5,9 @@
mode=
"widthFix"
/>
<view
class=
"section"
>
<view
v-if=
"agreementDto != null"
@
click=
"handleUnsign"
style=
"margin-top: 12rpx;margin-left: 30rpx;color: black;"
>
自动续费管理>
</view>
<view
@
click=
"handleUnsign"
style=
"margin-top: 12rpx;margin-left: 30rpx;color: black;font-size: 36rpx;font-weight: 700;"
>
自动续费管理 >
</view>
<view
class=
"pack-box"
>
<scroll-view
scroll-x
style=
"white-space: nowrap"
>
...
...
vedio/pagesD/payRecord/payRecord.vue
View file @
7385313c
...
...
@@ -48,7 +48,11 @@
success
:
({
data
})
=>
{
this
.
$refs
.
paging
.
complete
(
data
.
list
);
if
(
data
.
list
.
length
>
0
)
{
this
.
$refs
.
paging
.
complete
([
data
.
list
[
0
]])
}
else
{
this
.
$refs
.
paging
.
complete
([])
}
}
});
}
...
...
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