Browse Source

积分兑换显示优化

master
Enzo 4 years ago
parent
commit
36b346d305
  1. 1
      pages/order/newdetail/newdetail.vue
  2. 11
      pages/shop/goodsdetail.vue

1
pages/order/newdetail/newdetail.vue

@ -281,6 +281,7 @@
},
//
copy(text) {
console.log(text)
uni.setClipboardData({
data: text
});

11
pages/shop/goodsdetail.vue

@ -97,7 +97,16 @@
<!-- 商品选择规格 -->
<block v-if="$isRight(goods_stock.specs)">
<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">
<text class="lf-color-777 lf-font-28">选择</text>
<text class="lf-color-222 lf-font-26 lf-m-l-30">{{ showSpec }}</text>

Loading…
Cancel
Save