msb_prod
ch 2 years ago
parent a077d62c6c
commit 2d7da43c44

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-07-08 11:46:30
* @LastEditors: ch
* @LastEditTime: 2022-07-12 15:55:34
* @LastEditTime: 2022-07-12 16:24:14
* @Description: file content
-->
<template>
@ -68,7 +68,8 @@ const ENV = process.env;
})
if(error){
await uni._$toast(error.message);
uni.navigateBack();
// uni.navigateBack();
history.back()
}
this.orderInfo = result;

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-07-08 15:30:29
* @LastEditors: ch
* @LastEditTime: 2022-07-12 15:55:15
* @LastEditTime: 2022-07-12 16:24:20
* @Description: file content
-->
<template>
@ -74,7 +74,8 @@ export default {
})
},
back(){
uni.navigateBack();
// uni.navigateBack();
history.back()
}
}
}

Loading…
Cancel
Save