续费按钮调整

This commit is contained in:
wanyongkang
2020-10-24 18:53:34 +08:00
parent e89b653a81
commit 6b4fa229f4
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@
<p class="grayText songquan">每隔30天淘宝下单可获得一张优惠券</p>
<p class="grayText songquan" style="color:red">{{Tip}}</p>
<div class="ok">
<button type="button" class="pay-botton "btnPay" v-on:click="onePay">确认支付</button>
<button type="button" class="pay-botton btnPay" v-on:click="onePay">确认支付</button>
</div>
</div>
</div>

View File

@@ -320,7 +320,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
order.AccountPayAmount = order.PaymentAmount;
else
{
order.AccountPayAmount = 0;
return new ApiResult<ProductOrderEntity>(ResultCode.C_UNKNOWN_ERROR, "余额不足");
}
}
order.OtherPayAmount = order.PaymentAmount - order.AccountPayAmount;