zhaoyun 17 ساعت پیش
والد
کامیت
e337f58023
3فایلهای تغییر یافته به همراه3 افزوده شده و 5 حذف شده
  1. 2 2
      mer_uniapp/pages/goods/goods_list/index.vue
  2. 1 1
      mer_uniapp/pages/index/index.vue
  3. 0 2
      mer_uniapp/pages/takeout/index.vue

+ 2 - 2
mer_uniapp/pages/goods/goods_list/index.vue

@@ -127,8 +127,8 @@
 				<image :src="urlDomain+'crmebimage/presets/noSearch.png'"></image>
 			</view>
 			<text class="text-ccc">{{tabIndex===1?'暂无商品~':'暂无店铺~'}}</text>
-			<recommend v-if="!merId && !fairCateId" ref="recommendIndex" class="mt-40"></recommend>
-			<recommend v-if="fairCateId" :dynamics="true" :tabActive="tabActive" ref="recommendIndex" class="mt-40"></recommend>
+			<!--recommend v-if="!merId && !fairCateId" ref="recommendIndex" class="mt-40"></recommend>
+			<recommend v-if="fairCateId" :dynamics="true" :tabActive="tabActive" ref="recommendIndex" class="mt-40"></recommend-->
 		</view>
 
 		<tui-drawer mode="right" :visible="rightDrawer" @close="closeDrawer">

+ 1 - 1
mer_uniapp/pages/index/index.vue

@@ -138,7 +138,7 @@
 						<text class="goods-info" style="margin-left: 10rpx;">{{item.distance}}</text>
 					</view>
 
-					<view style="margin-top: 22rpx;"><text class="goods-sales">已售卖{{item.salesVolume}}件</text></view>
+					<view style="margin-top: 22rpx;"><text class="goods-sales">已售卖{{item.salesAllNum}}单</text></view>
 
 					<view style="margin-top: 14rpx;">
 						<text class="goods-labels" v-for="(item2,index2) in item.discountLabel" :key="index2">{{item2}}</text>

+ 0 - 2
mer_uniapp/pages/takeout/index.vue

@@ -95,9 +95,7 @@
 							<text class="goods-info" style="margin-left: 38rpx;">10分钟</text>
 							<text class="goods-info" style="margin-left: 10rpx;">{{item.distance}}</text>
 						</view>
-
 						<view style="margin-top: 22rpx;"><text class="goods-sales">已售卖{{item.salesAllNum}}单</text></view>
-
 						<view style="margin-top: 14rpx;">
 							<text class="goods-labels" v-for="(item2,index2) in item.discountLabel" :key="index2">{{item2}}</text>
 						</view>