|
@@ -124,26 +124,26 @@
|
|
|
style="width: 32rpx;height: 36rpx;"></image>
|
|
|
<view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">我的足迹</view>
|
|
|
</view>
|
|
|
- <view @click="navTo('/pages/user/promotion')" class="flex align-center padding">
|
|
|
- <image src="../../static/user/promoter.png" mode="aspectFit"
|
|
|
- style="width: 32rpx;height: 36rpx;"></image>
|
|
|
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">我的推广</view>
|
|
|
- </view>
|
|
|
- <view @click="navTo('/pages/user/about')" class="flex align-center padding">
|
|
|
- <image src="../../static/user/tip_round@3x.png" mode="aspectFit"
|
|
|
- style="width: 32rpx;height: 36rpx;"></image>
|
|
|
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">关于</view>
|
|
|
- </view>
|
|
|
+<!-- <view @click="navTo('/pages/user/promotion')" class="flex align-center padding">-->
|
|
|
+<!-- <image src="../../static/user/promoter.png" mode="aspectFit"-->
|
|
|
+<!-- style="width: 32rpx;height: 36rpx;"></image>-->
|
|
|
+<!-- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">我的推广</view>-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- <view @click="navTo('/pages/user/about')" class="flex align-center padding">-->
|
|
|
+<!-- <image src="../../static/user/tip_round@3x.png" mode="aspectFit"-->
|
|
|
+<!-- style="width: 32rpx;height: 36rpx;"></image>-->
|
|
|
+<!-- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">关于</view>-->
|
|
|
+<!-- </view>-->
|
|
|
<view @click="navTo('/pages/set/set')" class="flex align-center padding">
|
|
|
<image src="../../static/user/setting@3x.png" mode="aspectFit"
|
|
|
style="width: 32rpx;height: 36rpx;"></image>
|
|
|
<view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">设置</view>
|
|
|
</view>
|
|
|
- <view @click="navTo('/pages/notice/notice')" class="flex align-center padding">
|
|
|
- <image src="../../static/user/notice@3x.png" mode="aspectFit"
|
|
|
- style="width: 32rpx;height: 36rpx;"></image>
|
|
|
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">通知</view>
|
|
|
- </view>
|
|
|
+<!-- <view @click="navTo('/pages/notice/notice')" class="flex align-center padding">-->
|
|
|
+<!-- <image src="../../static/user/notice@3x.png" mode="aspectFit"-->
|
|
|
+<!-- style="width: 32rpx;height: 36rpx;"></image>-->
|
|
|
+<!-- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">通知</view>-->
|
|
|
+<!-- </view>-->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view v-else style="padding-top: 180rpx;padding-bottom: 180rpx;">
|
|
@@ -154,43 +154,43 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 猜您喜欢 -->
|
|
|
- <view style="padding: 20rpx 12rpx 20rpx 30rpx;background-color: #f1f1f1;">
|
|
|
- <view class="flex justify-between align-center" style="padding: 20rpx 0;">
|
|
|
- <view style="font-size: 32rpx;font-weight: bold;color: #333;">猜您喜欢</view>
|
|
|
- <view @click="refreshRecommend" style="font-size: 24rpx;color: #999;margin-right: 10px;">换一批</view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view v-if="recommendList.length > 0 && storage" class="flex flex-wrap">
|
|
|
- <view v-for="(item,index) in recommendList" :key="index"
|
|
|
- class="margin-bottom-sm bg-white flex align-center justify-center flex-direction"
|
|
|
- style="width: 335rpx;height: 520rpx;padding: 10rpx;margin-right: 18rpx;border-radius: 8rpx;"
|
|
|
- @click="navToDetailPage(item.id)">
|
|
|
- <image style="width: 280rpx;height: 280rpx;margin: 10rpx;" :src="JSON.parse(item.image)[0].url"
|
|
|
- mode="aspectFit"></image>
|
|
|
- <view style="padding-top: 28rpx;">
|
|
|
- <view class="text-cut"
|
|
|
- style="width: 294rpx;height: 40rpx;font-size: 28rpx;font-weight: Medium; color: #2D4454;">
|
|
|
- {{ item.storeName }}
|
|
|
- </view>
|
|
|
- <view class="text-cut margin-tb-xs" style="width: 294rpx;height: 40rpx;font-size: 28rpx;color: #999999;">
|
|
|
- {{ item.storeInfo }}
|
|
|
- </view>
|
|
|
- <view style="padding-top: 6rpx;" class="flex align-center justify-between">
|
|
|
- <view style="width: 114rpx;height: 42rpx;line-height: 42rpx;font-size: 24rpx;color:#F62929;">
|
|
|
- ¥{{ item.kxStockVo.price }}
|
|
|
- </view>
|
|
|
- <view style="color: #B0B0B0;font-size: 24rpx;">{{ item.unitName }}/份</view>
|
|
|
- <image @click.stop="addCart(item)" style="width: 48rpx;height: 48rpx;"
|
|
|
- src="../../static/index/cart.png" mode="aspectFit" class="round"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view v-else class="flex align-center justify-center" style="height: 200rpx;color: #999;">
|
|
|
- 暂无推荐商品
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+<!-- <view style="padding: 20rpx 12rpx 20rpx 30rpx;background-color: #f1f1f1;">-->
|
|
|
+<!-- <view class="flex justify-between align-center" style="padding: 20rpx 0;">-->
|
|
|
+<!-- <view style="font-size: 32rpx;font-weight: bold;color: #333;">猜您喜欢</view>-->
|
|
|
+<!-- <view @click="refreshRecommend" style="font-size: 24rpx;color: #999;margin-right: 10px;">换一批</view>-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- -->
|
|
|
+<!-- <view v-if="recommendList.length > 0 && storage" class="flex flex-wrap">-->
|
|
|
+<!-- <view v-for="(item,index) in recommendList" :key="index"-->
|
|
|
+<!-- class="margin-bottom-sm bg-white flex align-center justify-center flex-direction"-->
|
|
|
+<!-- style="width: 335rpx;height: 520rpx;padding: 10rpx;margin-right: 18rpx;border-radius: 8rpx;"-->
|
|
|
+<!-- @click="navToDetailPage(item.id)">-->
|
|
|
+<!-- <image style="width: 280rpx;height: 280rpx;margin: 10rpx;" :src="JSON.parse(item.image)[0].url"-->
|
|
|
+<!-- mode="aspectFit"></image>-->
|
|
|
+<!-- <view style="padding-top: 28rpx;">-->
|
|
|
+<!-- <view class="text-cut"-->
|
|
|
+<!-- style="width: 294rpx;height: 40rpx;font-size: 28rpx;font-weight: Medium; color: #2D4454;">-->
|
|
|
+<!-- {{ item.storeName }}-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- <view class="text-cut margin-tb-xs" style="width: 294rpx;height: 40rpx;font-size: 28rpx;color: #999999;">-->
|
|
|
+<!-- {{ item.storeInfo }}-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- <view style="padding-top: 6rpx;" class="flex align-center justify-between">-->
|
|
|
+<!-- <view style="width: 114rpx;height: 42rpx;line-height: 42rpx;font-size: 24rpx;color:#F62929;">-->
|
|
|
+<!-- ¥{{ item.kxStockVo.price }}-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- <view style="color: #B0B0B0;font-size: 24rpx;">{{ item.unitName }}/份</view>-->
|
|
|
+<!-- <image @click.stop="addCart(item)" style="width: 48rpx;height: 48rpx;"-->
|
|
|
+<!-- src="../../static/index/cart.png" mode="aspectFit" class="round"></image>-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- -->
|
|
|
+<!-- <view v-else class="flex align-center justify-center" style="height: 200rpx;color: #999;">-->
|
|
|
+<!-- 暂无推荐商品-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- </view>-->
|
|
|
|
|
|
</view>
|
|
|
</template>
|