From-wh пре 2 година
родитељ
комит
c3f5a39cb2

+ 1 - 1
template/uni-app/pages/annex/vip_paid/index.vue

@@ -50,7 +50,7 @@
 					@click="checkType(item)">
 					@click="checkType(item)">
 					<view>{{item.title}}</view>
 					<view>{{item.title}}</view>
 					<view class="new">{{$t(`¥`)}}<text class="num">{{item.pre_price | moneyFormat}}</text></view>
 					<view class="new">{{$t(`¥`)}}<text class="num">{{item.pre_price | moneyFormat}}</text></view>
-					<view v-if="item.type === 'free'" class="info">{{$t(`试用`)}}{{item.vip_day}}{{$t(`天.`)}}</view>
+					<view v-if="item.type === 'free'" class="info">{{$t(`试用`)}}{{item.vip_day}}{{$t(`天`)}}</view>
 					<view v-else class="old">{{$t(`¥`)}}{{item.price | moneyFormat}}</view>
 					<view v-else class="old">{{$t(`¥`)}}{{item.price | moneyFormat}}</view>
 				</view>
 				</view>
 			</scroll-view>
 			</scroll-view>

+ 4 - 4
template/uni-app/pages/goods_details/index.vue

@@ -757,10 +757,10 @@
 					summary: that.storeInfo.store_info,
 					summary: that.storeInfo.store_info,
 					imageUrl: that.storeInfo.small_image,
 					imageUrl: that.storeInfo.small_image,
 					success: function(res) {
 					success: function(res) {
-						uni.showToast({
-							title: that.$t(`分享成功`),
-							icon: "success",
-						});
+						// uni.showToast({
+						// 	title: that.$t(`分享成功`),
+						// 	icon: "success",
+						// });
 						that.posters = false;
 						that.posters = false;
 					},
 					},
 					fail: function(err) {
 					fail: function(err) {

+ 1 - 3
template/uni-app/pages/index/visualization/index.vue

@@ -59,12 +59,10 @@
 			<newGoods :dataConfig="goodList.cc" @click.native="bindEdit('goodList', 'cc')"></newGoods>
 			<newGoods :dataConfig="goodList.cc" @click.native="bindEdit('goodList', 'cc')"></newGoods>
 			<!-- 精品推荐 -->
 			<!-- 精品推荐 -->
 			<!-- <mBanner :dataConfig="swiperBg.cc" @click.native="bindEdit('swiperBg','cc')"></mBanner> -->
 			<!-- <mBanner :dataConfig="swiperBg.cc" @click.native="bindEdit('swiperBg','cc')"></mBanner> -->
-
 			<!-- <titles :dataConfig="titles.default" :sty="'off'" @click.native="bindEdit('titles','default')"></titles> -->
 			<!-- <titles :dataConfig="titles.default" :sty="'off'" @click.native="bindEdit('titles','default')"></titles> -->
 			<!-- 商品轮播 -->
 			<!-- 商品轮播 -->
-
 			<!-- 		<customerService :dataConfig="customerService.default" @click.native="bindEdit('customerService','default')"></customerService> -->
 			<!-- 		<customerService :dataConfig="customerService.default" @click.native="bindEdit('customerService','default')"></customerService> -->
-			<!-- 促销单品 -->
+			<!-- 精选单品 -->
 			<promotion :dataConfig="goodList.dd" @click.native="bindEdit('goodList', 'dd')"></promotion>
 			<promotion :dataConfig="goodList.dd" @click.native="bindEdit('goodList', 'dd')"></promotion>
 			<!-- 商品分类 -->
 			<!-- 商品分类 -->
 			<tabNav class="sticky-box" :style="'top:' + isTop + 'px;'" :dataConfig="tabNav.default"
 			<tabNav class="sticky-box" :style="'top:' + isTop + 'px;'" :dataConfig="tabNav.default"