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