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
7df74e55
Commit
7df74e55
authored
Sep 03, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加ios钻石支付
parent
357e5c90
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
641 additions
and
589 deletions
+641
-589
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+409
-430
vipPay.vue
vedio/pagesA/vipPay/vipPay.vue
+218
-156
payRecord.vue
vedio/pagesD/payRecord/payRecord.vue
+14
-3
ic_zuan.png
vedio/static/ic_zuan.png
+0
-0
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
7df74e55
This diff is collapsed.
Click to expand it.
vedio/pagesA/vipPay/vipPay.vue
View file @
7df74e55
This diff is collapsed.
Click to expand it.
vedio/pagesD/payRecord/payRecord.vue
View file @
7df74e55
...
...
@@ -11,7 +11,15 @@
<view
style=
"font-size: 26rpx;color: gray;margin-top: 16rpx;"
>
付款时间:
{{
item
.
createtime
}}
</view>
<view
style=
"font-size: 26rpx;color: gray;margin-top: 1rpx;"
>
订单编号:
{{
item
.
orderid
}}
</view>
</view>
<view
style=
"display: flex;align-items: center;margin-right: 8rpx;font-size: 36rpx;color: red;"
>
<view
v-if=
"item.detailChannel=='DIAMOND'"
style=
"display: flex;align-items: center;margin-right: 8rpx;font-size: 36rpx;color: #f2b068;"
>
<image
style=
"width: 50rpx;height: 50rpx;display: flex;margin-right: 10rpx;"
src=
"@/static/ic_zuan.png"
>
</image>
{{
multiply
(
item
.
balance
)
}}
</view>
<view
v-else
style=
"display: flex;align-items: center;margin-right: 8rpx;font-size: 36rpx;color: red;"
>
¥
{{
item
.
balance
}}
</view>
</view>
...
...
@@ -35,8 +43,8 @@
mixins
:
[
common
],
data
()
{
return
{
dataList
:
[],
showKefuPop
:
false
dataList
:
[],
showKefuPop
:
false
};
},
methods
:
{
...
...
@@ -44,6 +52,9 @@
if
(
this
.
$refs
.
paging
!=
null
)
{
this
.
$refs
.
paging
.
refresh
();
}
},
multiply
(
num
)
{
return
parseInt
(
num
*
10
);
},
queryList
(
page
,
size
)
{
this
.
post
({
...
...
vedio/static/ic_zuan.png
0 → 100644
View file @
7df74e55
10.1 KB
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