疯币改天医疗币
引导页文字修改 配置文件请求地址修改 订单列表页面样式修改
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<view v-for="(item, index) in paylist" @click="choseType(item.id)" class="vf_xuanx">
|
||||
<image :src="item.img"></image>
|
||||
{{item.title}}
|
||||
<span v-if="item.id == 4" style="color: #bbb; margin-left: 10px;">{{userMes.peanutCoin}}疯币可用</span>
|
||||
<span v-if="item.id == 4" style="color: #bbb; margin-left: 10px;">{{userMes.peanutCoin}}天医币可用</span>
|
||||
<span @click.stop="buPoint" style="color: #bf0c0c; margin-left: 10px;" v-if="item.id == 4" class="chongBtn">去充值</span>
|
||||
<u-radio :key="index" activeColor="#fe6e09" :name='item.id'
|
||||
style="float: right;margin-top: 5rpx;"></u-radio>
|
||||
@@ -135,7 +135,7 @@
|
||||
// img: '../../static/icon/pay_1.png'
|
||||
// },
|
||||
{
|
||||
title: '疯币充值',
|
||||
title: '天医币充值',
|
||||
id: 4,
|
||||
img: '../../static/icon/oder_chong.png'
|
||||
}
|
||||
@@ -192,13 +192,13 @@
|
||||
|
||||
if(this.stepsVc.money > this.userMes.peanutCoin){
|
||||
// uni.showToast({
|
||||
// title:'疯币不足,请充值',
|
||||
// title:'天医币不足,请充值',
|
||||
// icon: 'none',
|
||||
// duration: 2000
|
||||
// })
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '疯币不足',
|
||||
content: '天医币不足',
|
||||
confirmText:'去充值',
|
||||
showCancel:'知道了',
|
||||
success: function (res) {
|
||||
@@ -225,7 +225,7 @@
|
||||
return false
|
||||
}
|
||||
},
|
||||
// 充值疯币
|
||||
// 充值天医币
|
||||
buPoint() {
|
||||
uni.navigateTo({
|
||||
url: '../peanut/reCharge'
|
||||
|
||||
Reference in New Issue
Block a user