Commit c1a46993 authored by Mac's avatar Mac

1

parent 93ee6b27
......@@ -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>
......
......@@ -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:{
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment