秒杀sku样式调整
This commit is contained in:
@ -16,16 +16,6 @@
|
|||||||
<view class="iconfont icon-jiantou"></view>
|
<view class="iconfont icon-jiantou"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 规格 -->
|
|
||||||
<view class="attribute acea-row row-between-wrapper" @click="selecAttrTap">
|
|
||||||
<view>
|
|
||||||
<text>{{ attrTxt }}:</text>
|
|
||||||
<text class="atterTxt">{{ attrValue }}</text>
|
|
||||||
</view>
|
|
||||||
<view class="iconfont icon-jiantou"></view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view class="wrapperRush">
|
<view class="wrapperRush">
|
||||||
<view class="introduce acea-row row-between">
|
<view class="introduce acea-row row-between">
|
||||||
<view class="infor" v-text="storeInfo.title"></view>
|
<view class="infor" v-text="storeInfo.title"></view>
|
||||||
@ -36,6 +26,14 @@
|
|||||||
<view v-text="'销量:' + storeInfo.sales + '件'"></view>
|
<view v-text="'销量:' + storeInfo.sales + '件'"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- 规格 -->
|
||||||
|
<view class="attribute acea-row row-between-wrapper" @click="selecAttrTap">
|
||||||
|
<view>
|
||||||
|
<text>{{ attrTxt }}:</text>
|
||||||
|
<text class="atterTxt">{{ attrValue }}</text>
|
||||||
|
</view>
|
||||||
|
<view class="iconfont icon-jiantou"></view>
|
||||||
|
</view>
|
||||||
<view class="product-intro">
|
<view class="product-intro">
|
||||||
<view class="title">产品介绍</view>
|
<view class="title">产品介绍</view>
|
||||||
<view class="conter" v-html="storeInfo.description"></view>
|
<view class="conter" v-html="storeInfo.description"></view>
|
||||||
|
Reference in New Issue
Block a user