瀏覽代碼

文字修改

gcz 1 年之前
父節點
當前提交
472b3f7363
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      components/cartfixed.vue
  2. 1 1
      credits/credits.vue

+ 2 - 2
components/cartfixed.vue

@@ -33,7 +33,7 @@
 					if(isAdd){
 						if(res.data.total==this.cartTotal){
 							uni.showToast({
-								title:'已在购物车',
+								title:'添加成功',
 								icon:'success'
 							})
 							
@@ -43,7 +43,7 @@
 							// });
 						}else{
 							uni.showToast({
-								title:'加成功',
+								title:'加成功',
 								icon:'success'
 							})
 							// this.$refs.uToast.show({

+ 1 - 1
credits/credits.vue

@@ -45,7 +45,7 @@
 							</view>
 							<view class="price" v-if="vuex_member_info.priceType>1">
 								¥{{item.salePrice}}
-								<text class="vip-icon">VIP</text>
+								<!-- <text class="vip-icon">VIP</text> -->
 							</view>
 							<view class="price" v-else>¥ {{ item.exchangeType==0?0:item.salePrice}}</view>
 							<view class="bottom u-flex u-row-between">