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
f78295dd
Commit
f78295dd
authored
Nov 20, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新vip支付界面样式
parent
60ee181c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
charge.vue
vedio/components/charge/charge.vue
+4
-4
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+4
-4
No files found.
vedio/components/charge/charge.vue
View file @
f78295dd
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<view
class=
"section"
>
<view
class=
"section"
>
<view
class=
"pack-box"
>
<view
class=
"pack-box"
>
<view
class=
"pack-item"
<view
class=
"pack-item"
:style=
"item.largeType !=='vip' ?'background: #f5f5f5;':'background: #f
4c98b
;'"
:style=
"item.largeType !=='vip' ?'background: #f5f5f5;':'background: #f
5f5f5
;'"
:class=
"[
{active: index==selectedIndex}]" v-for='(item, index) in vipList' :key='index'
:class=
"[
{active: index==selectedIndex}]" v-for='(item, index) in vipList' :key='index'
@click="choosePack(item, index)">
@click="choosePack(item, index)">
<view
style=
"display: flex;flex-direction: column;align-items: center;"
>
<view
style=
"display: flex;flex-direction: column;align-items: center;"
>
...
@@ -57,18 +57,18 @@
...
@@ -57,18 +57,18 @@
<view
v-else
style=
"display: flex;align-items: center;font-size: 40rpx;
<view
v-else
style=
"display: flex;align-items: center;font-size: 40rpx;
color: #f2b068;
color: #f2b068;
font-weight: 700;"
>
font-weight: 700;"
>
{{
multiply
(
item
.
firstPayPrice
)
}}
<image
style=
"width: 50rpx;height: 50rpx;display: flex;margin-right: 10rpx;"
<image
style=
"width: 50rpx;height: 50rpx;display: flex;margin-right: 10rpx;"
src=
"@/static/ic_zuan.png"
>
src=
"@/static/ic_zuan.png"
>
</image>
</image>
+
{{
multiply
(
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!=''"
>
{{
item
.
title
}}
{{
item
.
title
}}
</view>
</view>
<view
class=
"origin row"
v-if=
"item.remarks!=null&&item.remarks!=''"
>
<view
class=
"origin row"
v-if=
"item.remarks!=null&&item.remarks!=''
&&os=='android'
"
>
{{
item
.
remarks
}}
{{
item
.
remarks
}}
</view>
</view>
</view>
</view>
...
...
vedio/components/coin-popup/coin-popup.vue
View file @
f78295dd
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<view
class=
"section"
>
<view
class=
"section"
>
<view
class=
"pack-box"
>
<view
class=
"pack-box"
>
<view
class=
"pack-item"
<view
class=
"pack-item"
:style=
"item.largeType !=='vip' ?'background: #f5f5f5;':'background: #f
4c98b
;'"
:style=
"item.largeType !=='vip' ?'background: #f5f5f5;':'background: #f
5f5f5
;'"
:class=
"[
{active: index==selectedIndex}]" v-for='(item, index) in vipList'
:class=
"[
{active: index==selectedIndex}]" v-for='(item, index) in vipList'
:key='index' @click="choosePack(item, index)">
:key='index' @click="choosePack(item, index)">
<view
style=
"display: flex;flex-direction: column;align-items: center;"
>
<view
style=
"display: flex;flex-direction: column;align-items: center;"
>
...
@@ -60,18 +60,18 @@
...
@@ -60,18 +60,18 @@
<view
v-else
style=
"display: flex;align-items: center;font-size: 40rpx;
<view
v-else
style=
"display: flex;align-items: center;font-size: 40rpx;
color: #f2b068;
color: #f2b068;
font-weight: 700;"
>
font-weight: 700;"
>
{{
multiply
(
item
.
firstPayPrice
)
}}
<image
style=
"width: 50rpx;height: 50rpx;display: flex;margin-right: 10rpx;"
<image
style=
"width: 50rpx;height: 50rpx;display: flex;margin-right: 10rpx;"
src=
"@/static/ic_zuan.png"
>
src=
"@/static/ic_zuan.png"
>
</image>
</image>
+
{{
multiply
(
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!=''"
>
{{
item
.
title
}}
{{
item
.
title
}}
</view>
</view>
<view
class=
"origin row"
v-if=
"item.remarks!=null&&item.remarks!=''"
>
<view
class=
"origin row"
v-if=
"item.remarks!=null&&item.remarks!=''
&&os=='android'
"
>
{{
item
.
remarks
}}
{{
item
.
remarks
}}
</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