From a2a42d290879c6abb9c6515f6c0250b37ae738c2 Mon Sep 17 00:00:00 2001 From: XiaoXinPro 14 IAH5R <568170040@qq.com> Date: Tue, 12 Sep 2023 15:37:09 +0800 Subject: [PATCH] upload --- src/pages/login/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index fa6ca38..39ae650 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -53,9 +53,7 @@ > 同意《智像相机用户使用协议》 + >同意《智像用户使用协议》 @@ -132,7 +130,7 @@ async function toCreate(e) { } else { uni.showModal({ title: "提示", - content: "同意慧图相机用户使用协议?", + content: "同意智像相机用户使用协议?", success: function (res) { if (res.confirm) { checkboxValue.value = ["同意智像相机用户使用协议"];