|
@ -400,7 +400,7 @@ |
|
|
}) |
|
|
}) |
|
|
console.log('pointData', pointData) |
|
|
console.log('pointData', pointData) |
|
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
uni.redirectTo({ |
|
|
url: `/pages/pointProductReceipt/index?points=${JSON.stringify(pointData)}` |
|
|
url: `/pages/pointProductReceipt/index?points=${JSON.stringify(pointData)}` |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
@ -432,7 +432,7 @@ |
|
|
token: storage.getStorage(storage.constant.token), |
|
|
token: storage.getStorage(storage.constant.token), |
|
|
asn_number: resLable.data |
|
|
asn_number: resLable.data |
|
|
} |
|
|
} |
|
|
uni.navigateTo({ |
|
|
uni.redirectTo({ |
|
|
url: `/pages/pointProductReceipt/webview?url=${webUrl}&webData=${JSON.stringify(webData)}` |
|
|
url: `/pages/pointProductReceipt/webview?url=${webUrl}&webData=${JSON.stringify(webData)}` |
|
|
}); |
|
|
}); |
|
|
}) |
|
|
}) |
|
|