|
|
@ -97,7 +97,16 @@ |
|
|
<!-- 商品选择规格 --> |
|
|
<!-- 商品选择规格 --> |
|
|
<block v-if="$isRight(goods_stock.specs)"> |
|
|
<block v-if="$isRight(goods_stock.specs)"> |
|
|
<view class="bg-white"> |
|
|
<view class="bg-white"> |
|
|
<view class="cu-bar padding-lr" @click="shoot(2)"> |
|
|
|
|
|
|
|
|
<view class="cu-bar padding-lr" @click="shoot(3)" v-if="type == 'point'"> |
|
|
|
|
|
<view class="lf-flex"> |
|
|
|
|
|
<text class="lf-color-777 lf-font-28">选择</text> |
|
|
|
|
|
<text class="lf-color-222 lf-font-26 lf-m-l-30">{{ showSpec }}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view> |
|
|
|
|
|
<text class="lf-font-24 lf-color-777 lf-iconfont icon-xiangyou"></text> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="cu-bar padding-lr" @click="shoot(2)" v-else> |
|
|
<view class="lf-flex"> |
|
|
<view class="lf-flex"> |
|
|
<text class="lf-color-777 lf-font-28">选择</text> |
|
|
<text class="lf-color-777 lf-font-28">选择</text> |
|
|
<text class="lf-color-222 lf-font-26 lf-m-l-30">{{ showSpec }}</text> |
|
|
<text class="lf-color-222 lf-font-26 lf-m-l-30">{{ showSpec }}</text> |
|
|
|