msb_prod
ch 2 years ago
parent a077d62c6c
commit 2d7da43c44

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

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

Loading…
Cancel
Save