@@ -159,7 +159,7 @@ export default {
.then(res => {
uniWebview.navigateTo({
url: `/pages/pay/otherPay?${Object.entries({
- appOrderId: res.data.appOrderId,
+ appOrderId: res.data.id,
appid: res.data.appid
})
.map(item => item.join('='))