@@ -155,6 +155,8 @@
},
selectStation(){},
submit(){
+
//this.value=this.info.amount
if(!this.stationObj.id){
uni.showToast({
@@ -186,8 +188,11 @@
})
}).catch(error => {
- uni.showToast({
- title: error
+ uni.showModal({
+ title:"提示",
+ content:"error",
+ showCancel:false