mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-03-17 11:13:45 +00:00
【模版目录】更新移动端模版
This commit is contained in:
parent
f078b62769
commit
2ef2c3d160
@ -338,14 +338,6 @@
|
|||||||
title: this.$t(`找微信好友支付`),
|
title: this.$t(`找微信好友支付`),
|
||||||
payStatus: 1,
|
payStatus: 1,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": this.$t(`通联支付`),
|
|
||||||
"icon": "icon-tonglianzhifu1",
|
|
||||||
value: 'allinpay',
|
|
||||||
title: this.$t(`使用通联支付付款`),
|
|
||||||
payStatus: 1,
|
|
||||||
}
|
|
||||||
|
|
||||||
],
|
],
|
||||||
virtual_type: 0,
|
virtual_type: 0,
|
||||||
formContent: '',
|
formContent: '',
|
||||||
@ -869,7 +861,6 @@
|
|||||||
that.cartArr[1].payStatus = res.data.ali_pay_status || 0;
|
that.cartArr[1].payStatus = res.data.ali_pay_status || 0;
|
||||||
//#ifdef MP
|
//#ifdef MP
|
||||||
that.cartArr[1].payStatus = 0;
|
that.cartArr[1].payStatus = 0;
|
||||||
that.cartArr[5].payStatus = res.data.pay_allin_open || 0;
|
|
||||||
//#endif
|
//#endif
|
||||||
//余额支付是否开启
|
//余额支付是否开启
|
||||||
// that.cartArr[2].title = '可用余额:' + res.data.userInfo.now_money;
|
// that.cartArr[2].title = '可用余额:' + res.data.userInfo.now_money;
|
||||||
|
|||||||
@ -540,13 +540,6 @@
|
|||||||
value: 'friend',
|
value: 'friend',
|
||||||
title: this.$t(`找微信好友支付`),
|
title: this.$t(`找微信好友支付`),
|
||||||
payStatus: 1,
|
payStatus: 1,
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": this.$t(`通联支付`),
|
|
||||||
"icon": "icon-tonglianzhifu1",
|
|
||||||
value: 'allinpay',
|
|
||||||
title: this.$t(`使用通联支付付款`),
|
|
||||||
payStatus: 1,
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
pay_close: false,
|
pay_close: false,
|
||||||
@ -961,9 +954,6 @@
|
|||||||
if (item.value == 'friend') {
|
if (item.value == 'friend') {
|
||||||
item.payStatus = res.data.friend_pay_status == 1 ? true : false;
|
item.payStatus = res.data.friend_pay_status == 1 ? true : false;
|
||||||
}
|
}
|
||||||
if (item.value == 'allinpay') {
|
|
||||||
item.payStatus = res.data.pay_allin_open == 1 ? true : false;
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
that.getOrderStatus();
|
that.getOrderStatus();
|
||||||
|
|||||||
@ -90,7 +90,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="bottom">
|
<view class="bottom">
|
||||||
<view class="ver" v-if="copyRight">{{copyRight}}</view>
|
<view class="ver" v-if="copyRight">{{copyRight}}</view>
|
||||||
<view v-else class="ver">© 2014-2022
|
<view v-else class="ver">© 2014-2023
|
||||||
<a href="https://www.crmeb.com">www.crmeb.com</a>
|
<a href="https://www.crmeb.com">www.crmeb.com</a>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user