Sfoglia il codice sorgente

上个问题提示完善

caojunjie 4 anni fa
parent
commit
5cf96c3995

+ 1 - 1
pages/me/Delivery-details/index.vue

@@ -325,7 +325,7 @@
 					}
 				}).then(res => {
 					console.log(res)
-					if(res.data.code = 500){
+					if(res.data.code == 500){
 						uni.showToast({
 							icon: 'none',
 							title: res.data.msg,

+ 1 - 1
pages/me/Warehousing-details/index.vue

@@ -324,7 +324,7 @@
 					}
 				}).then(res => {
 					console.log(res)
-					if(res.data.code = 500){
+					if(res.data.code == 500){
 						uni.showToast({
 							icon: 'none',
 							title: res.data.msg,