zhangxinlei1996 5 жил өмнө
parent
commit
6fc26329dc

+ 2 - 2
src/jfw/modules/app/src/web/templates/dataExport/dataExport_payOrder.html

@@ -660,9 +660,9 @@
 				//点击阅读条款
 				$(".fixed-bottom-box .weui-check").on("click", function() {
 					if ($(this).is(":checked")) {
-						readClause = true;
-						sessionStorage.readClause="true";
 						if (finishEmailVerity && finishPhoneVerity) {
+							readClause = true;
+							sessionStorage.readClause="true";
 							$(".toPay").removeAttr("disabled")
 						}
 					} else {

+ 2 - 2
src/web/templates/weixin/dataExport/dataExport_payOrder.html

@@ -586,9 +586,9 @@
 				//点击阅读条款
 				$(".fixed-bottom-box .weui-check").on("click", function () {
 					if($(this).is(":checked")){
-						readClause=true;
-						sessionStorage.readClause="true";
 						if(finishEmailVerity&&finishPhoneVerity){
+							readClause=true;
+							sessionStorage.readClause="true";
 							$(".toPay").removeAttr("disabled")
 						} 
 					}else{