Commit acd3595d authored by liudong1993's avatar liudong1993

1

parent 7b66e1b6
......@@ -554,7 +554,7 @@
that.payInfo.total_price = that.ds.total_price;
}
if (that.formdata.Use_Deposit_Id != 0 && that.ds.total_price == 0) { //如果使用了储蓄卡 就直接支付成功 跳入支付结果
if ((that.formdata.Use_Deposit_Id != 0 || that.formdata.use_integral != 0) && that.ds.total_price == 0) { //如果使用了储蓄卡 就直接支付成功 跳入支付结果
uni.reLaunch({
url: '/pages/order-submit/pay-success?payInfo=' + JSON.stringify(that.payInfo)
})
......
......@@ -162,9 +162,9 @@
<view class="label">佣金抵扣</view>
<view class="content right">-¥{{ orders.DeductionCommission }}</view>
</view>
<view class="field" v-if="orders.integralMoney>0">
<view class="field" v-if="orders.IntegralMoney>0">
<view class="label">积分抵扣</view>
<view class="content right">-¥{{ orders.integralMoney }}</view>
<view class="content right">-¥{{ orders.IntegralMoney }}</view>
</view>
<view style="width: 100%;height: 1px;background: #f5f5f5;margin: 5px 0;"></view>
<view class="field">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment