update: 登陆协议默认非选中
This commit is contained in:
parent
e626084970
commit
a30bb02b14
|
@ -57,7 +57,7 @@
|
||||||
<view class="agree">
|
<view class="agree">
|
||||||
<u-checkbox
|
<u-checkbox
|
||||||
:key="1"
|
:key="1"
|
||||||
:size="'25rpx'"
|
:size="'28rpx'"
|
||||||
:activeColor="'#00dcee'"
|
:activeColor="'#00dcee'"
|
||||||
:name="1"
|
:name="1"
|
||||||
:usedAlone="true"
|
:usedAlone="true"
|
||||||
|
@ -111,7 +111,7 @@ const seconds = ref(0);
|
||||||
const currentFocus = ref("");
|
const currentFocus = ref("");
|
||||||
// 记住密码 // 同意协议
|
// 记住密码 // 同意协议
|
||||||
const checkGroup = reactive({
|
const checkGroup = reactive({
|
||||||
agreeCheck: true,
|
agreeCheck: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
const rules = ref({
|
const rules = ref({
|
||||||
|
|
Loading…
Reference in New Issue