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
93a1bf36
Commit
93a1bf36
authored
Dec 04, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复VIP弹窗不显示解锁剧集看点
parent
83fca450
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
charge.vue
vedio/components/charge/charge.vue
+15
-1
No files found.
vedio/components/charge/charge.vue
View file @
93a1bf36
...
...
@@ -32,7 +32,7 @@
看点,
</view>
</view>
<view
v-if=
"point>0"
style=
"width: 60rpx;"
></view>
<view
v-if=
"
userBean.
point>0"
style=
"width: 60rpx;"
></view>
<view
style=
"display: flex;flex-direction: row;margin-top: 10rpx;"
>
<view
style=
"font-size: 28rpx;color: #644238;margin-top: 12rpx;"
>
当前账户余额:
</view>
<view
style=
"font-size: 42rpx;color: red;font-weight: 777;"
>
{{
userBean
.
point
}}
...
...
@@ -117,6 +117,7 @@
selectedIndex
:
0
,
agreeFlag
:
false
,
userBean
:
{},
point
:
0
,
os
:
'android'
,
titleText
:
'解锁剧集'
,
showClone
:
false
...
...
@@ -212,6 +213,19 @@
}
});
common
.
methods
.
post
({
url
:
'/vedio/getIndexList'
,
data
:
{
albumId
:
this
.
albumId
},
showLoading
:
false
,
success
:
({
data
})
=>
{
this
.
point
=
data
.
vedioMsg
.
point
}
});
common
.
methods
.
post
({
url
:
'/user/baseMsg'
,
showLoading
:
false
,
...
...
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