From 6b453c1b40d8745a993ed59437d758b8df0750dd Mon Sep 17 00:00:00 2001 From: Ben <benx.shen@gmail.com> Date: 星期四, 25 十一月 2021 20:45:43 +0800 Subject: [PATCH] Fixed Todo#130891: 登入- 審閱條款沒有滾輪到條款最下方也可以選取我同意並繼續 --- PAMapp/pages/login/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/PAMapp/pages/login/index.vue b/PAMapp/pages/login/index.vue index 9ece477..f80a2be 100644 --- a/PAMapp/pages/login/index.vue +++ b/PAMapp/pages/login/index.vue @@ -221,6 +221,7 @@ type="radio" id="agreeControct" @click="agreeControct = !agreeControct" + :disabled="!isReadContract" value="agreeControct"> <i :class="agreeControct ?'icon-checkbox-1': 'icon-checkbox'"></i>����蒂蝜潛�� </label> -- Gitblit v1.8.0