|
@@ -65,7 +65,7 @@ const handleScanning = async () => {
|
|
|
uni.showToast({ title: '不支持此二维码/条码', icon: 'none', duration: 5000 })
|
|
|
return
|
|
|
}
|
|
|
- uni.navigateTo({ url: `/pages/home/result/orderConfirm?orderNo=${options.orderNo}` })
|
|
|
+ uni.navigateTo({ url: `/pages/home/result/orderConfirm?orderNo=${options.no}` })
|
|
|
}
|
|
|
const handle2Settlement = () => {
|
|
|
if ((orderAmount.value ?? '') === '') {
|