caojunjie 4 лет назад
Родитель
Сommit
5cf96c3995
2 измененных файлов с 2 добавлено и 2 удалено
  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,