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
09bb5093
Commit
09bb5093
authored
Jul 24, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
cdb97211
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+2
-2
my.vue
vedio/components/home/my.vue
+2
-1
kefu-popup.vue
vedio/components/kefu-popup/kefu-popup.vue
+1
-1
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
09bb5093
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<view
style=
"display: flex;flex-direction: column;align-items: center;"
>
<view
style=
"display: flex;flex-direction: column;align-items: center;"
>
<view
class=
"price row"
>
<view
class=
"price row"
>
{{
item
.
firstPayPrice
}}
元
{{
item
.
firstPayPrice
<=
0
?
'免费试用'
:
item
.
firstPayPrice
+
'元'
}}
</view>
</view>
<view
class=
"name row"
v-if=
"item.title!=null&&item.title!=''"
>
<view
class=
"name row"
v-if=
"item.title!=null&&item.title!=''"
>
...
...
vedio/components/home/my.vue
View file @
09bb5093
...
@@ -175,7 +175,8 @@
...
@@ -175,7 +175,8 @@
navigateTo
(
`/pagesD/readerRecord/readerRecord`
)
navigateTo
(
`/pagesD/readerRecord/readerRecord`
)
},
},
handleCoinPay
()
{
handleCoinPay
()
{
this
.
showAnimate
=
true
;
// this.showAnimate = true;
navigateTo
(
`/pagesA/vipPay/vipPay`
)
},
},
handlePayRecord
()
{
handlePayRecord
()
{
navigateTo
(
`/pagesD/payRecord/payRecord`
)
navigateTo
(
`/pagesD/payRecord/payRecord`
)
...
...
vedio/components/kefu-popup/kefu-popup.vue
View file @
09bb5093
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<image
@
click=
"onClose"
style=
"width: 50rpx; height: 50rpx;margin-left:auto;margin-right: 30rpx;
<image
@
click=
"onClose"
style=
"width: 50rpx; height: 50rpx;margin-left:auto;margin-right: 30rpx;
margin-bottom: 30rpx;"
src=
"https://mints-web.oss-cn-beijing.aliyuncs.com/images/ic_close_white.png"
></image>
margin-bottom: 30rpx;"
src=
"https://mints-web.oss-cn-beijing.aliyuncs.com/images/ic_close_white.png"
></image>
<view
class=
"content"
>
<view
class=
"content"
>
<button
class=
"button1"
type=
"default"
size=
"default"
@
click=
"tapMakePhoneCall"
>
客服电话
</button>
<button
class=
"button1"
type=
"default"
size=
"default"
@
click=
"tapMakePhoneCall"
>
客服电话
:400-096-9950
</button>
<!--
<button
class=
"button2"
open-type=
"im"
data-im-id=
"93264117800"
>
客服在线
</button>
-->
<!--
<button
class=
"button2"
open-type=
"im"
data-im-id=
"93264117800"
>
客服在线
</button>
-->
</view>
</view>
</view>
</view>
...
...
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