msb_prod
ch 2 years ago
parent 8fb1e401e4
commit 8d384ad9ed

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

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

Loading…
Cancel
Save