瀏覽代碼

上个问题提示完善

caojunjie 4 年之前
父節點
當前提交
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,