设置了
ConfirmGoods(orderId) {
return new Promise((reslocve, reject) => {
wx.request({
url: `${this.TestPDapi}/?r=store-new/quhuo`,
method: ‘POST’,
header: {
‘content-type’: ‘application/x-www-form-urlencoded’
},
data: {
order_id:orderId
},
success: reslocve,
fail: reject
});
})
}
其他手机多可能,就是vivo x9不行