no message

This commit is contained in:
2025-08-15 20:14:38 +08:00
parent 1b03773530
commit 9b904531de
5 changed files with 18 additions and 10 deletions
@@ -249,7 +249,11 @@ export default {
this.wayShow = type;
},
async getWayOption() {
const result = await getSupportPay();
console.log('orderInfo',this.orderInfo)
let params = {
types:'2,3'
}
const result = await getSupportPay(params);
if (result && result.bizcode === 100) {
const data = result.data || [];
const amount = this.orderInfo.sumAmount;