@@ -89,7 +89,7 @@
streetList: [],
commList: [],
// 用户协议
- agree: true,
+ agree: false,
}
},
async onLoad() {
@@ -157,8 +157,7 @@
// 同意隐私协议
changeAgree() {
const that = this;
- let agree = true;
- if (that.agree) agree = false;
+ let agree = !that.agree
that.$set(that, `agree`, agree);
// 查看隐私协议