xuzhiheng 5 лет назад
Родитель
Сommit
556f6a7b5b

+ 2 - 2
src/jfw/modules/app/src/web/templates/vipsubscribe/renew_pay.html

@@ -752,8 +752,8 @@
             }
 	        $(".save_renew").attr("disabled","disabled");
 	    	var param = {
-	    		"area": JSON.stringify(areas),
-	    		"industry": industrys.toString(),
+	    		"areas": JSON.stringify(areas),
+	    		"industrys": industrys.toString(),
 	    		"time": $('.choose_item.select_cycle .info').val(),
 	    		"payWay":payType,
 	    		"pay_source": "Renew",

+ 2 - 2
src/web/templates/weixin/vipsubscribe/renew_pay.html

@@ -779,8 +779,8 @@
 	    $(".save_renew").on("click", function(){
 	        $(".save_renew").attr("disabled","disabled");
 	    	var param = {
-	    		"area": JSON.stringify(areas),
-	    		"industry": industrys.toString(),
+	    		"areas": JSON.stringify(areas),
+	    		"industrys": industrys.toString(),
 	    		"time": $('.choose_item.select_cycle .info').val(),
 	    		"payWay":"wx_js",
 	    		"pay_source": "Renew",