|
|
@@ -442,7 +442,7 @@
|
|
|
<div v-if="activeName == 'goodsNotice'" class="listItem">
|
|
|
<div class="itemName">合计</div>
|
|
|
<div class="itemValue">{{ total }} 积分<span style="color: red;"
|
|
|
- v-if="money">+ {{ totalMoney }}元</span></div>
|
|
|
+ v-if="money!='0'">+ {{ totalMoney }}元</span></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
@@ -453,7 +453,7 @@
|
|
|
<el-dialog title="物品详情" :visible.sync="dialogVisibleGoods" width="40%">
|
|
|
<div v-html="data.skuDesc"></div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="扫码充值" :visible.sync="recharge" width="30%" :before-close="beforeClose">
|
|
|
+ <el-dialog title="扫码支付" :visible.sync="recharge" width="30%" :before-close="beforeClose">
|
|
|
<div class="payBox-way">
|
|
|
<div class="way-item">
|
|
|
<div class="item-left">
|