@@ -226,7 +226,20 @@
icon:'none',
duration: 3000,
});
- }
+ },
+ complete(obj){
+ uni.hideLoading();
+ if(obj.statusCode!=200){
+ uni.showToast({
+ title: 'vin扫描失败,请重试',
+ icon:'none',
+ duration: 3000,
+ });
+ console.log("vin扫描失败,请重试")
+ }
+