【模版目录】更新移动端模版

This commit is contained in:
吴昊天 2023-02-15 11:28:34 +08:00
parent f078b62769
commit 2ef2c3d160
38 changed files with 16228 additions and 16247 deletions

View File

@ -338,14 +338,6 @@
title: this.$t(`找微信好友支付`),
payStatus: 1,
},
{
"name": this.$t(`通联支付`),
"icon": "icon-tonglianzhifu1",
value: 'allinpay',
title: this.$t(`使用通联支付付款`),
payStatus: 1,
}
],
virtual_type: 0,
formContent: '',
@ -869,7 +861,6 @@
that.cartArr[1].payStatus = res.data.ali_pay_status || 0;
//#ifdef MP
that.cartArr[1].payStatus = 0;
that.cartArr[5].payStatus = res.data.pay_allin_open || 0;
//#endif
//
// that.cartArr[2].title = ':' + res.data.userInfo.now_money;

View File

@ -540,13 +540,6 @@
value: 'friend',
title: this.$t(`找微信好友支付`),
payStatus: 1,
},
{
"name": this.$t(`通联支付`),
"icon": "icon-tonglianzhifu1",
value: 'allinpay',
title: this.$t(`使用通联支付付款`),
payStatus: 1,
}
],
pay_close: false,
@ -961,9 +954,6 @@
if (item.value == 'friend') {
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();

View File

@ -90,7 +90,7 @@
</view>
<view class="bottom">
<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>
</view>
</view>