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
f3805a8a
Commit
f3805a8a
authored
Sep 26, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
ebc60d19
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
51 deletions
+73
-51
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+73
-51
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
f3805a8a
...
...
@@ -59,8 +59,17 @@
</view>
</view>
<view
style=
"display: flex;flex-direction: column;align-items: center;"
>
<view
style=
"font-size: 24rpx;color: gray;margin-top: 16rpx;margin-bottom: 18rpx;"
>
订单中如有疑问,请在个人中心联系客服
</view>
<text>
请您阅读
<text
class=
"agreementText"
@
click=
"goAgreement(1)"
>
《会员服务协议》
</text>
与
<text
class=
"agreementText"
@
click=
"goAgreement(2)"
>
《隐私政策》
</text>
</text>
<text
style=
"font-size: 30rpx;margin: 20rpx;"
>
付费须知:
1、会员属于虚拟商品,一经购买不可退换;
2、未满18岁的未成年人需要在监护人主导、同意下进行相关付费操作;
3、充值一般5分钟内到账,如未到账请在“我的”页面联系客服;
</text>
</view>
</scroll-view>
</view>
...
...
@@ -72,6 +81,7 @@
import
common
from
'@/mixins/common'
;
import
{
message
,
navigateTo
,
alert
}
from
'@/utils/fun'
;
export
default
{
...
...
@@ -115,6 +125,13 @@
this
.
$emit
(
'paySuccess'
,
largeType
);
this
.
handleClose
();
},
goAgreement
(
type
)
{
if
(
type
==
1
)
{
navigateTo
(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/playtogether/syzc.html`
)
}
else
if
(
type
==
2
)
{
navigateTo
(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/playtogether/yhxy.html`
)
}
},
handleShow
()
{
let
that
=
this
;
if
(
wx
.
getSystemInfoSync
().
platform
==
'ios'
)
{
...
...
@@ -202,7 +219,7 @@
// 符合首充
vipBean
=
this
.
firstPayList
[
0
];
}
if
(
this
.
os
==
'ios'
){
if
(
this
.
os
==
'ios'
)
{
this
.
post
({
url
:
'/vip/getVipPayParams'
,
data
:
{
...
...
@@ -217,7 +234,7 @@
that
.
wxPay
(
data
,
vipBean
.
largeType
);
}
});
}
else
{
}
else
{
this
.
post
({
url
:
'/vip/getVipPayParams/xpay'
,
data
:
{
...
...
@@ -360,6 +377,9 @@
flex-direction
:
column
;
align-items
:
center
;
}
.agreementText
{
color
:
#387ef4
;
}
.section
{
display
:
flex
;
...
...
@@ -442,5 +462,7 @@
transform
:
translate
(
0
,
-50%
);
}
}
}
</
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