Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
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
pseer
gxpt_wechat
Commits
554e2e3e
Commit
554e2e3e
authored
Oct 21, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
79defcfc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
13 deletions
+6
-13
order.vue
pages/order/order.vue
+1
-1
vipCreate.vue
pages/vipCreate/vipCreate.vue
+5
-12
No files found.
pages/order/order.vue
View file @
554e2e3e
...
...
@@ -218,7 +218,7 @@
<text
class=
"text-black text-left"
>
专属权益
</text>
<view
class=
"radio-group-box"
>
<radio-group
class=
"radio-group"
@
change=
"onRadioChange"
>
<label
v-if=
"userInfo.secondaryCardList"
class=
"flex-between"
>
<label
v-if=
"userInfo.secondaryCardList
&& userInfo.secondaryCardList[0].singleDuration
"
class=
"flex-between"
>
<view>
次卡(剩余
{{
userInfo
.
secondaryCardList
[
0
].
number
}}
次)
</view>
<view
class=
"flex-row-center"
>
<text>
请选择
</text>
...
...
pages/vipCreate/vipCreate.vue
View file @
554e2e3e
...
...
@@ -216,7 +216,7 @@
<image
:src=
"assetsPath+'/vip/banner2.png'"
mode=
"widthFix"
></image>
</view>
-->
<view
v-if=
"tabIndex ==2"
class=
"bg-box-1 margin-top"
>
<!--
<view
v-if=
"tabIndex ==2"
class=
"bg-box-1 margin-top"
>
<view
class=
"bg-box-2"
>
<view
class=
"flex-col list-box-2"
>
<view
class=
"flex-row-center title-content"
>
...
...
@@ -255,10 +255,6 @@
<text
class=
"text-3"
>
有效期:领取后1年内有效
</text>
</view>
<view
class=
"flex-3"
>
<!--
<view
class=
"flex-col"
>
<text
class=
"text-2"
>
暂未上线
</text>
<text
class=
"text-2"
>
敬请期待
</text>
</view>
-->
<view
class=
"flex-row"
>
<text
class=
"text-1"
>
¥
</text>
<text
...
...
@@ -282,9 +278,9 @@
</view>
</view>
</view>
</view>
</view>
-->
<view
v-if=
"tabIndex ==2"
class=
"bg-box-1 margin-top"
>
<!--
<view
v-if=
"tabIndex ==2"
class=
"bg-box-1 margin-top"
>
<view
class=
"bg-box-2"
>
<view
class=
"flex-col list-box-2"
>
<view
class=
"flex-row-center title-content"
>
...
...
@@ -323,10 +319,6 @@
<text
class=
"text-3"
>
有效期:领取后1年内有效
</text>
</view>
<view
class=
"flex-3"
>
<!--
<view
class=
"flex-col"
>
<text
class=
"text-2"
>
暂未上线
</text>
<text
class=
"text-2"
>
敬请期待
</text>
</view>
-->
<view
class=
"flex-row"
>
<text
class=
"text-1"
>
¥
</text>
<text
...
...
@@ -350,7 +342,7 @@
</view>
</view>
</view>
</view>
</view>
-->
</view>
</view>
...
...
@@ -1016,6 +1008,7 @@
},
onGetRechargeConf
()
{
rechargeConf
().
then
(
res
=>
{
console
.
log
(
res
,
999999
)
if
(
res
.
data
.
code
==
200
&&
res
.
data
.
rows
)
{
this
.
rechargeConfList
=
res
.
data
.
rows
.
map
(
item
=>
{
return
{
...
...
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