Browse Source

上个问题提示完善

caojunjie 4 years ago
parent
commit
5cf96c3995
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/me/Delivery-details/index.vue
  2. 1 1
      pages/me/Warehousing-details/index.vue

+ 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,