Browse Source

我的收藏店铺页面调整完善

master
dy-hu 9 months ago
parent
commit
3092c6ca6a
  1. 26
      pages_category_page2/userModule/collection.vue
  2. 4
      pages_category_page2/userModule/footprintList.vue
  3. BIN
      static/images/temp/shop_follow.png
  4. BIN
      static/images/temp/title_edit.png
  5. BIN
      static/images/temp/title_finish.png

26
pages_category_page2/userModule/collection.vue

@ -11,14 +11,14 @@
<view class="wid function-box">
<!-- <view class="finishbox" @click="finishClick" v-if="allCheckShow">{{$t('common.finish')}}</view>-->
<view v-if="allCheckShow" class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="finishClick">
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/collect_finish.png">
<image class="editicon" src="@/static/images/temp/title_finish.png">
</image>
<text class="mar-left-10">{{$t('common.finish')}}</text>
<!-- <text class="mar-left-10">{{$t('common.finish')}}</text>-->
</view>
<view v-else class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="editClick">
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/collect_edit.png">
<image class="editicon" src="@/static/images/temp/title_edit.png">
</image>
<text class="mar-left-10">{{$t('common.edit')}}</text>
<!-- <text class="mar-left-10">{{$t('common.edit')}}</text>-->
</view>
</view>
<view class="swipe-box">
@ -95,14 +95,14 @@
<view v-if="storeCollect.length>0">
<!-- <view class="finishbox" @click="finishClick" v-if="allCheckShow">{{$t('common.finish')}}</view>-->
<view v-if="allCheckShow" class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="finishClick">
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/collect_finish.png">
<image class="editicon" src="@/static/images/temp/title_finish.png">
</image>
<text class="mar-left-10">{{$t('common.finish')}}</text>
<!-- <text class="mar-left-10">{{$t('common.finish')}}</text>-->
</view>
<view v-else class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="editClick">
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/collect_edit.png">
<image class="editicon" src="@/static/images/temp/title_edit.png">
</image>
<text class="mar-left-10">{{$t('common.edit')}}</text>
<!-- <text class="mar-left-10">{{$t('common.edit')}}</text>-->
</view>
<view class="swipe-box">
<view class="shopBox" v-for="(item, index) in storeCollect" :key="item.collectId" :index="index">
@ -125,7 +125,10 @@
<!-- 此层wrap在此为必写的否则可能会出现标题定位错误 -->
<view class="title-wrap mar-left-20">
<text class="shop-title u-line-2 shopName">{{ item.shopName }}</text>
<text class="font-color-25274 fs24">{{item.person}}人关注</text>
<view style="display: flex;align-items: center;margin-top: 5rpx">
<image class="shop-follow-img" src="@/static/images/temp/shop_follow.png"/>
<text class="font-color-25274 fs24 mar-left-6">{{item.person}}</text>
</view>
</view>
</view>
<view class="toStore flex-items-plus fs24" @click="toStoreClick(item.shopId)">
@ -846,6 +849,11 @@
background: url("https://ceres.zkthink.com/static/images/delIcon.png") no-repeat center center;
background-size: contain;
}
.shop-follow-img{
width: 27rpx;
height: 24rpx;
}
</style>
<style>
page {

4
pages_category_page2/userModule/footprintList.vue

@ -11,11 +11,11 @@
<view class="wid function-box">
<!-- <view class="finishbox" @click="finishClick" v-if="allCheckShow">{{$t('common.finish')}}</view>-->
<view v-if="allCheckShow" class="flex-row-plus editicon-box flex-items fs28" @click="finishClick">
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/collect_finish.png"></image>
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/title_finish.png"></image>
<label class="mar-left-10">{{$t('common.finish')}}</label>
</view>
<view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick">
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/collect_edit.png"></image>
<image class="editicon" src="https://wechat.hnthee.com/ceres-local-file/image/title_edit.png"></image>
<label class="mar-left-10">{{$t('common.edit')}}</label>
</view>
</view>

BIN
static/images/temp/shop_follow.png

After

Width: 27  |  Height: 24  |  Size: 1.3 KiB

BIN
static/images/temp/title_edit.png

After

Width: 32  |  Height: 32  |  Size: 1.2 KiB

BIN
static/images/temp/title_finish.png

After

Width: 32  |  Height: 32  |  Size: 1.3 KiB

Loading…
Cancel
Save