fix: 修复bug
parent
9a084e3a48
commit
3d34feb481
|
@ -88,7 +88,7 @@
|
|||
<view class="item" v-for="item in productList" @click="goDetail(item)">
|
||||
<image :src="item.image" mode=""></image>
|
||||
<view class="name">{{item.storeName}}</view>
|
||||
<u--text class="text" color="#E50202" mode="price" :text="item.price"></u--text>
|
||||
<u--text class="text" color="#E50202" mode="price" size="28" :text="item.price"></u--text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="" style="margin-top: 110rpx;">
|
||||
|
@ -266,7 +266,7 @@
|
|||
vip: {}, //会员
|
||||
tempArr: [], //精品推荐临时数组
|
||||
roll: [], // 新闻简报
|
||||
site_name: '', //首页title
|
||||
site_name: '首页', //首页title
|
||||
iSshowH: false,
|
||||
configApi: {}, //分享类容配置
|
||||
spikeList: [], // 秒杀
|
||||
|
@ -334,7 +334,7 @@
|
|||
// #endif
|
||||
},
|
||||
onShow() {
|
||||
this.getIndexConfig();
|
||||
// this.getIndexConfig();
|
||||
getUserInfo().then(res => {
|
||||
this.userInfo = res.data
|
||||
getTenant(this.tenantId).then(res => {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
{{item.storeName}}
|
||||
</view>
|
||||
<view class="price">
|
||||
<u--text class="text" color="#E50202" mode="price" :text="item.price"></u--text>
|
||||
<u--text class="text" color="#E50202" mode="price" size="26" :text="item.price"></u--text>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="sum">x{{item.cartNum}}</view> -->
|
||||
|
@ -58,7 +58,7 @@
|
|||
<text :class="[isAllSelect?'checkedIcon':'noCheckIcon']"></text>
|
||||
<text>全选</text>
|
||||
</view>
|
||||
<view class="allPrice">合计 <u--text class="text" color="#E50202" mode="price" :text="priceAll"></u--text>
|
||||
<view class="allPrice">合计 <u--text class="text" size="30" color="#E50202" mode="price" :text="priceAll"></u--text>
|
||||
</view>
|
||||
<view class="closeAll" @tap="subOrder">结算({{allCountval}})</view>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue