|
@@ -161,7 +161,7 @@
|
|
|
<text>合计金额</text>
|
|
<text>合计金额</text>
|
|
|
</view>
|
|
</view>
|
|
|
<text style="color: #3385FF">¥{{parseFloat(finalPrice)}}</text>
|
|
<text style="color: #3385FF">¥{{parseFloat(finalPrice)}}</text>
|
|
|
- <button @tap="showDiscount()" class="admin-button-com mini-btn default" style="margin-left:30upx;">点击打折</button>
|
|
|
|
|
|
|
+ <button @tap="showDiscount()" class="admin-button-com mini-btn default" style="margin-left:50upx;">点击打折</button>
|
|
|
<text v-if="discountValue>0">{{ Number(discountValue)*10 }}折</text>
|
|
<text v-if="discountValue>0">{{ Number(discountValue)*10 }}折</text>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|