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