|
@@ -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 {
|