Browse Source

错误提示bug修复

baijunde 6 tháng trước cách đây
mục cha
commit
d41f55f098
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/coupon/coupon.vue

+ 1 - 1
pages/coupon/coupon.vue

@@ -283,7 +283,7 @@
 										} else {
 											// this.$tip.error(res.data.message);
 											uni.showToast({
-												icon:'error',
+												icon:'none',
 												title:res.data.message
 											})
 										}