Browse Source

bug 修复

lilei 4 years ago
parent
commit
6adbd71818
4 changed files with 4 additions and 4 deletions
  1. 1 1
      pages/cart/cart.vue
  2. 1 1
      pages/goods/goodsDetail.vue
  3. 1 1
      pages/index/index.vue
  4. 1 1
      pages/order/order.vue

+ 1 - 1
pages/cart/cart.vue

@@ -337,7 +337,7 @@
 				if(this.userData.state == 0){
 					uni.showToast({
 						icon:"none",
-						title:"账户已被禁用,无法使用乐豆"
+						title:"抱歉,您目前无法使用乐豆"
 					})
 					return
 				}

+ 1 - 1
pages/goods/goodsDetail.vue

@@ -159,7 +159,7 @@
 				}else{
 					uni.showToast({
 						icon:"none",
-						title:"账户已被禁用,无法使用乐豆"
+						title:"抱歉,您目前无法使用乐豆"
 					})
 				}
 			}

+ 1 - 1
pages/index/index.vue

@@ -313,7 +313,7 @@
 				}else{
 					uni.showToast({
 						icon:"none",
-						title:"账户已被禁用,无法使用乐豆"
+						title:"抱歉,您目前无法使用乐豆"
 					})
 				}
 			},

+ 1 - 1
pages/order/order.vue

@@ -363,7 +363,7 @@
 				if(this.userData.state == 0){
 					uni.showToast({
 						icon:"none",
-						title:"账户已被禁用,无法使用乐豆"
+						title:"抱歉,您目前无法使用乐豆"
 					})
 					return
 				}