1

parent bb363da5
......@@ -234,7 +234,7 @@
<!-- 底部 -->
<view class="bottom-operation-bar">
<view class="start" @click="collectionFn">
<image v-if="shopInfo.isCollect === 0" src="@/static/shop/start.png"></image>
<wd-icon v-if="shopInfo.isCollect === 0" name="star" size="22px"></wd-icon>
<wd-icon v-else color="red" name="star-on" size="22px"></wd-icon>
{{ shopInfo.privateIntFcount || 0 }}
</view>
......@@ -1014,6 +1014,7 @@ page {
padding: 20rpx 20rpx 96rpx 42rpx;
position: fixed;
justify-content: space-between;
align-items: center;
bottom: 0;
.start {
font-size: 11 * 2rpx;
......@@ -1033,7 +1034,7 @@ page {
background: #fa5151;
box-sizing: border-box;
padding: 20rpx 208rpx;
max-height: 72rpx;
height: 72rpx;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment