no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user