|
|
@ -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 { |
|
|
|