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
1cee6b54
Commit
1cee6b54
authored
Dec 24, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
放开ios支付
parent
e409bc2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
22 deletions
+3
-22
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+3
-13
vipback-popup.vue
vedio/components/vipback-popup/vipback-popup.vue
+0
-9
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
1cee6b54
...
...
@@ -109,7 +109,6 @@
selectedIndex
:
0
,
agreeFlag
:
false
,
userBean
:
{},
os
:
'android'
,
titleText
:
'超多精彩小说一键解锁'
,
showClone
:
false
};
...
...
@@ -131,10 +130,6 @@
this
.
backvipBean
=
null
;
}
if
(
ks
.
getSystemInfoSync
().
platform
===
'ios'
)
{
this
.
os
=
'ios'
;
}
this
.
post
({
url
:
'/vip/getVipProductsV1'
,
data
:
{
...
...
@@ -199,11 +194,6 @@
this
.
handlePay
();
},
handlePay
()
{
if
(
this
.
os
==
'ios'
)
{
message
.
notify
(
'iOS暂不支持购买'
);
return
}
let
that
=
this
;
let
vipBean
=
this
.
vipList
[
this
.
selectedIndex
];
...
...
@@ -225,9 +215,9 @@
ksPay
(
ksData
,
largeType
)
{
let
that
=
this
;
ks
.
pay
({
serviceId
:
ksData
.
params
.
serviceId
,
orderInfo
:
ksData
.
params
.
orderInfo
,
paymentChannel
:
ksData
.
params
.
paymentChannel
,
serviceId
:
'1'
,
orderInfo
:
ksData
.
params
,
//
paymentChannel: ksData.params.paymentChannel,
success
()
{
that
.
queryOrderStatus
(
largeType
,
ksData
.
tidStr
)
},
...
...
vedio/components/vipback-popup/vipback-popup.vue
View file @
1cee6b54
...
...
@@ -54,7 +54,6 @@
},
data
()
{
return
{
os
:
'android'
,
vipBean2
:
{}
};
},
...
...
@@ -75,16 +74,8 @@
showdialog
()
{
this
.
$refs
.
vipback
.
open
();
console
.
log
(
'vipback-'
,
this
.
vipBean
);
if
(
ks
.
getSystemInfoSync
().
platform
===
'ios'
)
{
this
.
os
=
'ios'
;
}
},
handlePay
()
{
if
(
this
.
os
==
'ios'
)
{
message
.
notify
(
'iOS暂不支持购买'
);
return
}
let
that
=
this
;
// 快手支付
...
...
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