|
@@ -89,7 +89,7 @@
|
|
|
<view v-show='curNow===2'>
|
|
<view v-show='curNow===2'>
|
|
|
<u-sticky offset-top="100">
|
|
<u-sticky offset-top="100">
|
|
|
<u-tag
|
|
<u-tag
|
|
|
- :text="`总计: ${form.totalPrice&&form.totalPrice.toFixed(2)} 优惠总计: ${form.discountTotalPrice&&form.discountTotalPrice.toFixed(2)}`"
|
|
|
|
|
|
|
+ :text="`总计: ${form.totalPrice&&form.totalPrice} 优惠总计: ${form.discountTotalPrice&&form.discountTotalPrice}`"
|
|
|
size="large" type="success"></u-tag>
|
|
size="large" type="success"></u-tag>
|
|
|
</u-sticky>
|
|
</u-sticky>
|
|
|
<view v-for="(item,index) in detailData['productList']" :key="index">
|
|
<view v-for="(item,index) in detailData['productList']" :key="index">
|