@@ -1,4 +1,4 @@
- const baseUrl = 'http://58.56.15.138:20189/'
+const baseUrl = 'http://58.56.15.138:20189/'
//const baseUrl = 'https://api.dms.66km.com/'
//const baseUrl = 'https://crm.eurorepar.cn/'
@@ -153,6 +153,12 @@
icon:'success',
duration: 2000,
});
+ setTimeout(function(){
+
+ uni.navigateBack({
+ delta:1
+ })
+ },500)
}else{
uni.showToast({ title: '操作失误',icon:'none',duration: 2000,});