Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
c1a46993
Commit
c1a46993
authored
Feb 04, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
93ee6b27
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
confirmAppointment.vue
pages/appointment/confirmAppointment.vue
+1
-1
pointBalance.vue
pages/appointment/personal/pointBalance.vue
+2
-1
pointRecharge.vue
pages/appointment/personal/pointRecharge.vue
+1
-1
No files found.
pages/appointment/confirmAppointment.vue
View file @
c1a46993
...
...
@@ -152,7 +152,7 @@
<view
class=
"bottoms-box"
@
click=
"xiadan"
>
支付
{{
addMsg
.
TotalPointNum
}}
点
</view>
<view
style=
"font-size: 11px;color: #666666;"
>
*需要订阅了才能预约下单
</view>
<view
style=
"font-size: 11px;color: #666666;"
>
*需要订阅了才能预约下单
<
text
style=
"color: #DD0000;"
>
(虚拟商品支付成功后不支持退款)
</text><
/view>
</view>
...
...
pages/appointment/personal/pointBalance.vue
View file @
c1a46993
...
...
@@ -7,6 +7,7 @@
<view
class=
"recharge"
v-if=
"IsShowRecharge == 1"
@
click=
"gopointRecharge"
>
充值
</view>
<view
style=
" width: 100px;height: 30px;"
v-if=
"IsShowRecharge == 0"
></view>
</view>
</view>
<u-tabs
...
...
@@ -128,7 +129,7 @@
uni
.
setNavigationBarTitle
({
title
:
'余额点数'
});
//
this.IsShowRecharge = uni.getStorageSync("basedata") ? uni.getStorageSync("basedata").mall.setting.IsShowRecharge:0//完成时打开
this
.
IsShowRecharge
=
uni
.
getStorageSync
(
"basedata"
)
?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
.
IsShowRecharge
:
0
//完成时打开
},
methods
:{
...
...
pages/appointment/personal/pointRecharge.vue
View file @
c1a46993
...
...
@@ -8,7 +8,7 @@
</view>
</view>
<view
class=
"recharge-c"
>
<text
style=
"font-size: 11px;color: #111111;"
>
充点数
</text>
<text
style=
"font-size: 11px;color: #111111;"
>
充点数
<text
style=
"color: #DD0000;"
>
(虚拟商品支付成功后不支持退款)
</text>
</text>
</view>
<view
class=
"rechargelist "
>
<view
class=
"rechargeitem"
@
click=
"btnRecharge(item)"
:style=
"
{'border':'1px solid '+mainColor,'color':mainColor}" v-for="(item, index) in pointGoods" :key="index">
...
...
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