续费按钮调整
This commit is contained in:
@@ -152,7 +152,7 @@
|
|||||||
<p class="grayText songquan">每隔30天淘宝下单可获得一张优惠券</p>
|
<p class="grayText songquan">每隔30天淘宝下单可获得一张优惠券</p>
|
||||||
<p class="grayText songquan" style="color:red">{{Tip}}</p>
|
<p class="grayText songquan" style="color:red">{{Tip}}</p>
|
||||||
<div class="ok">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -320,7 +320,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
|||||||
order.AccountPayAmount = order.PaymentAmount;
|
order.AccountPayAmount = order.PaymentAmount;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
order.AccountPayAmount = 0;
|
return new ApiResult<ProductOrderEntity>(ResultCode.C_UNKNOWN_ERROR, "余额不足");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
order.OtherPayAmount = order.PaymentAmount - order.AccountPayAmount;
|
order.OtherPayAmount = order.PaymentAmount - order.AccountPayAmount;
|
||||||
|
|||||||
Reference in New Issue
Block a user