|
|
@@ -6,8 +6,9 @@
|
|
|
<i class="iconfont icongouwuche"></i>
|
|
|
</view>
|
|
|
<view class="price" v-if="!offPrice">
|
|
|
- <text v-if="count.bigLength>0">{{count.bigLength}}扎</text>
|
|
|
- <text v-if="count.smallLength>0">{{count.smallLength}}支</text>
|
|
|
+ <text v-if="count.bigLength>0 || count.smallLength>0">数量</text>
|
|
|
+ <text v-if="count.bigLength>0" style="margin-left:12upx;">{{count.bigLength}}</text>
|
|
|
+ <text v-if="count.smallLength>0" style="margin-left:12upx;">{{count.smallLength}}</text>
|
|
|
<text style="margin-left:15upx;">¥{{ price }}</text>
|
|
|
</view>
|
|
|
</view>
|