|
|
|
@ -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;
|
|
|
|
|
|
|
|
|
|