增加购物车编辑备注功能
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
<text class="productSkuName" v-if="item.skuName">{{
|
||||
item.skuName
|
||||
}}</text>
|
||||
<text class="color-666 u-font-24 u-m-t-4" v-if="item.remark">备注:{{item.remark}}</text>
|
||||
<template v-if="showLimitDiscount(item)">
|
||||
<text
|
||||
class="limitDiscount-time"
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
</view> -->
|
||||
<view class="status-wrap">
|
||||
<view class="item" :class="{ active: querForm.statusActiveIndex == 0 }" @click="tabChange(0)">
|
||||
<text class="t">商品兑换券 {{ returnSelNumber(0) }}</text>
|
||||
<text class="t">商品兑换券</text>
|
||||
</view>
|
||||
<view class="item" :class="{ active: querForm.statusActiveIndex == 1 }" @click="tabChange(1)">
|
||||
<text class="t">折扣优惠券{{ returnSelNumber(1) }}</text>
|
||||
<text class="t">折扣优惠券</text>
|
||||
</view>
|
||||
|
||||
<view class="icon-wrap" :style="{
|
||||
|
||||
Reference in New Issue
Block a user