|
@@ -32,11 +32,11 @@
|
|
|
<view class="fixed-top-screen-content__item flex" @click="changeScreen(1)">
|
|
|
<view class="title">价格</view>
|
|
|
<view class="select flex" v-if="screenIndex == 1">
|
|
|
- <image src="../../static/core/core_up.png" mode="" v-if="priceShow" />
|
|
|
- <image src="../../static/core/core_down.png" mode="" v-else />
|
|
|
+ <image src="../../static/core/core_up.png" mode="scaleToFill" v-if="priceShow" />
|
|
|
+ <image src="../../static/core/core_down.png" mode="scaleToFill" v-else />
|
|
|
</view>
|
|
|
<view class="select flex" v-else>
|
|
|
- <image src="../../static/core/core_null.png" mode="" />
|
|
|
+ <image src="../../static/core/core_null.png" mode="scaleToFill" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="fixed-top-screen-content__item flex" @click="changeScreen(2)">
|
|
@@ -67,7 +67,7 @@
|
|
|
<view class="core-swiper" v-if="swiperList.length">
|
|
|
<swiper class="core-swiper-centent" circular :indicator-dots="true" :autoplay="true" :interval="3000" indicator-active-color="#fff">
|
|
|
<swiper-item class="swiper-item" v-for="(item, index) in swiperList" :key="index" @click="toPage(item)">
|
|
|
- <image :src="item.picUrl" mode=""></image>
|
|
|
+ <image :src="item.picUrl" mode="scaleToFill"></image>
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
|
</view>
|
|
@@ -86,17 +86,17 @@
|
|
|
|
|
|
<!-- 标签商品 -->
|
|
|
<view class="tag-goods" v-for="(item, index) in exclusiveSingle" :key="index">
|
|
|
- <image class="tag-goods-imgBg" src="../../static/core/core_bg.png" mode=""></image>
|
|
|
+ <image class="tag-goods-imgBg" src="../../static/core/core_bg.png" mode="scaleToFill"></image>
|
|
|
<view class="tag-goods-content">
|
|
|
<view class="tag-goods-content-nav flex">
|
|
|
<view class="tag-goods-content-nav__left flex">
|
|
|
- <image src="../../static/core/core_tag.png" mode=""></image>
|
|
|
+ <image src="../../static/core/core_tag.png" mode="scaleToFill"></image>
|
|
|
<view class="title">{{ item.name }}</view>
|
|
|
- <image src="../../static/core/core_tag.png" mode=""></image>
|
|
|
+ <image src="../../static/core/core_tag.png" mode="scaleToFill"></image>
|
|
|
</view>
|
|
|
<view class="tag-goods-content-nav__right flex" @click="toTagGoods(item)">
|
|
|
<view class="title">更多</view>
|
|
|
- <image src="../../static/core/core_right.png" mode=""></image>
|
|
|
+ <image src="../../static/core/core_right.png" mode="scaleToFill"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -122,7 +122,7 @@
|
|
|
<view class="content-title ells-one">{{ item.title }}</view>
|
|
|
<view class="content-coin flex">
|
|
|
<view class="content-coin__left flex">
|
|
|
- <image src="../../static/public/goods_coin.png" mode=""></image>
|
|
|
+ <image src="../../static/public/goods_coin.png" mode="scaleToFill"></image>
|
|
|
<view class="num"><text>×</text>{{ item.exchangePrice }}</view>
|
|
|
</view>
|
|
|
<view class="content-coin__right" v-if="item.originPrice">{{ item.originPrice }}</view>
|
|
@@ -134,7 +134,7 @@
|
|
|
</view>
|
|
|
<view class="flex empty" v-if="!list.length">
|
|
|
<view class="center">
|
|
|
- <image class="center-img" src="https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/nodata_3.png" mode=""></image>
|
|
|
+ <image class="center-img" src="https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/nodata_3.png" mode="scaleToFill"></image>
|
|
|
<view class="center-font">还没有商品</view>
|
|
|
</view>
|
|
|
</view>
|