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
49d4edfe
Commit
49d4edfe
authored
Feb 28, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加ios支付及标记
parent
6abbc877
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+3
-3
my.vue
vedio/pages/my/my.vue
+5
-5
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
49d4edfe
...
...
@@ -272,9 +272,9 @@
errMsg
,
errCode
})
{
alert
({
content
:
'errCode='
+
errCode
+
' errMsg='
+
errMsg
});
//
alert({
//
content: 'errCode=' + errCode + ' errMsg=' + errMsg
//
});
if
(
that
.
isFirstPayFlag
&&
errCode
==
-
2
)
{
// 符合首充
...
...
vedio/pages/my/my.vue
View file @
49d4edfe
...
...
@@ -12,7 +12,7 @@
</view>
<view
v-if=
"
os === 'ios' && xxxPayFlag
"
<view
v-if=
"
(os === 'ios' && xxxPayFlag)|| os === 'android'
"
style=
"display: flex;flex-direction: row;background: #f5ca86;margin: 20rpx;padding: 40rpx;border-radius:20rpx;align-items: center;justify-content:space-between;"
>
<view
style=
"display: flex;flex-direction: column;justify-content: center;"
>
<view
style=
"font-size: 36rpx;color: #5b1500;font-weight: 777;"
>
...
...
@@ -38,7 +38,7 @@
src=
"https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/bg_my_vip.png"
mode=
"scaleToFill"
></image>
</view>
<view
v-if=
"
os === 'ios' && xxxPayFlag
"
<view
v-if=
"
(os === 'ios' && xxxPayFlag)|| os === 'android'
"
style=
"display: flex;height: 200rpx;margin: 20rpx;background: #f5ca86;border-radius: 20rpx;"
>
<view
style=
"flex-grow: 2; margin-left: 20rpx;"
>
<view
...
...
@@ -67,15 +67,15 @@
<view
class=
"infobg"
style=
"margin: 20rpx;"
>
<view
v-if=
"
os === 'ios' && xxxPayFlag
"
class=
"item arrow"
@
click=
"handlePayRecord"
>
<view
v-if=
"
(os === 'ios' && xxxPayFlag)|| os === 'android'
"
class=
"item arrow"
@
click=
"handlePayRecord"
>
我的订单
<view
class=
"item_bd ellipsis"
style=
"margin-left: 58rpx;"
></view>
</view>
<view
v-if=
"
os === 'ios' && xxxPayFlag
"
class=
"item arrow"
@
click=
"handleDotRecord"
>
<view
v-if=
"
(os === 'ios' && xxxPayFlag)|| os === 'android'
"
class=
"item arrow"
@
click=
"handleDotRecord"
>
看点记录
<view
class=
"item_bd ellipsis"
style=
"margin-left: 58rpx;"
></view>
</view>
<view
v-if=
"
os === 'ios' && xxxPayFlag
"
class=
"item arrow"
@
click=
"handleUseDotRecord"
>
<view
v-if=
"
(os === 'ios' && xxxPayFlag)|| os === 'android'
"
class=
"item arrow"
@
click=
"handleUseDotRecord"
>
消费记录
<view
class=
"item_bd ellipsis"
style=
"margin-left: 58rpx;"
></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