Merge branch 'master' of 192.168.1.40:outsource/HaniBlindBox
This commit is contained in:
commit
9e19a7452d
|
|
@ -29,9 +29,9 @@
|
||||||
<text>{{ Number(item.price) }}</text>
|
<text>{{ Number(item.price) }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info">
|
<view class="info">
|
||||||
<view class="title">满{{ item.man_price }}减{{ item.price }}</view>
|
<view class="title">满{{ item.manPrice }}减{{ item.price }}</view>
|
||||||
|
|
||||||
<view class="time">{{ item.end_time }}到期</view>
|
<view class="time">{{ item.endTime }}到期</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="tabList[tabCur].type1 == 1" @click="toUse(item)" class="btn">
|
<view v-if="tabList[tabCur].type1 == 1" @click="toUse(item)" class="btn">
|
||||||
去使用
|
去使用
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user