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 = ["同意智像相机用户使用协议"];