|
|
|
@ -38,7 +38,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view v-if="storeInfo.atmosphere_pic" class='integral_count skeleton-rect'> |
|
|
|
|
<text v-if="storeInfo.max_integral > 0" class='integral'>积分最高可抵扣{{storeInfo.max_integral}}元</text> |
|
|
|
|
<text v-if="storeInfo.delivery_free == 1" class='integral'>包邮</text> |
|
|
|
|
<text v-if="storeInfo.delivery_free == 1" class='integral'>库存</text> |
|
|
|
|
</view> |
|
|
|
|
<!--无氛围图--> |
|
|
|
|
<view v-else class='share acea-row row-between row-bottom'> |
|
|
|
@ -69,7 +69,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view v-if="!storeInfo.atmosphere_pic" class='integral_count skeleton-rect'> |
|
|
|
|
<text v-if="storeInfo.max_integral > 0" class='integral'>积分最高可抵扣{{storeInfo.max_integral}}元</text> |
|
|
|
|
<text v-if="storeInfo.delivery_free == 1" class='integral'>包邮</text> |
|
|
|
|
<text v-if="storeInfo.delivery_free == 1" class='integral'>库存</text> |
|
|
|
|
</view> |
|
|
|
|
<view v-if="!storeInfo.atmosphere_pic" class='introduce skeleton-rect'> |
|
|
|
|
<text v-if="storeInfo.merchant.type_name" class="font-bg-red bt-color">{{storeInfo.merchant.type_name}}</text> |
|
|
|
|