|
@@ -389,7 +389,7 @@
|
|
|
$("#card-header-bg").addClass("bg finish-bg")
|
|
|
$("#pageTitle").addClass("status")
|
|
|
$("#pageTitle").text("已完成");
|
|
|
-
|
|
|
+
|
|
|
var pay_again = ""
|
|
|
//有效周期
|
|
|
$(".line_cycle").css("display", "");
|
|
@@ -604,15 +604,15 @@
|
|
|
// type: 'primary'
|
|
|
// }]
|
|
|
// });
|
|
|
- if (window.isTransferPay) {
|
|
|
- weui.alert('请联系客服开票<br>客服热线:400-108-6670', {
|
|
|
- buttons: [{
|
|
|
- label: '我知道了',
|
|
|
- type: 'primary'
|
|
|
- }]
|
|
|
- });
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (window.isTransferPay) {
|
|
|
+ // weui.alert('请联系客服开票<br>客服热线:400-108-6670', {
|
|
|
+ // buttons: [{
|
|
|
+ // label: '我知道了',
|
|
|
+ // type: 'primary'
|
|
|
+ // }]
|
|
|
+ // });
|
|
|
+ // return
|
|
|
+ // }
|
|
|
$.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
|
|
|
if (data.status === 1) {
|
|
|
// window.location.href = "/front/invoice/showpage?order_code=" + orderCode;
|