no message

This commit is contained in:
2025-08-14 20:22:46 +08:00
parent d11c19d337
commit cac43cc5dc
7 changed files with 54 additions and 31 deletions
@@ -234,9 +234,13 @@ export default {
this.wayShow = type;
},
async getWayOption() {
const result = await getSupportPay();
let parmas = {
type:4
}
const result = await getSupportPay(parmas);
if (result && result.bizcode === 100) {
const data = result.data || [];
console.log('getWayOption',data)
const amount = this.orderInfo.amount;
let flag = data.some(item => ['wechat', 'alipay'].includes(item.type));
// 没有支付宝和微信支付