|
@@ -162,11 +162,11 @@
|
|
<view class="iconfont icon-shouye6"></view>
|
|
<view class="iconfont icon-shouye6"></view>
|
|
<view class="p_center">{{ $t(`首页`) }}</view>
|
|
<view class="p_center">{{ $t(`首页`) }}</view>
|
|
</navigator>
|
|
</navigator>
|
|
- <view @click="setCollect" class="item skeleton-rect">
|
|
|
|
|
|
+ <!-- <view @click="setCollect" class="item skeleton-rect">
|
|
<view class="iconfont icon-shoucang1" v-if="storeInfo.userCollect"></view>
|
|
<view class="iconfont icon-shoucang1" v-if="storeInfo.userCollect"></view>
|
|
<view class="iconfont icon-shoucang" v-else></view>
|
|
<view class="iconfont icon-shoucang" v-else></view>
|
|
<view class="p_center">{{ $t(`收藏`) }}</view>
|
|
<view class="p_center">{{ $t(`收藏`) }}</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="animated item skeleton-rect" :class="animated == true ? 'bounceIn' : ''" @click="goCart">
|
|
<view class="animated item skeleton-rect" :class="animated == true ? 'bounceIn' : ''" @click="goCart">
|
|
<u-icon name="rmb-circle" size="21"></u-icon>
|
|
<u-icon name="rmb-circle" size="21"></u-icon>
|
|
<!-- <view class="iconfont icon-gouwuche1">
|
|
<!-- <view class="iconfont icon-gouwuche1">
|
|
@@ -1708,7 +1708,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.virbnt {
|
|
.virbnt {
|
|
- width: 444rpx !important;
|
|
|
|
|
|
+ width: 544rpx !important;
|
|
height: 76rpx !important;
|
|
height: 76rpx !important;
|
|
border-radius: 50rpx !important;
|
|
border-radius: 50rpx !important;
|
|
overflow: hidden;
|
|
overflow: hidden;
|