diff --git a/examples/login-template/pages/main/main.vue b/examples/login-template/pages/main/main.vue index 09c2bb8269b1e518773a8d92be94a1bc0696977e..8052aac03608fc9b5ad2252637d3e509533fcc4e 100755 --- a/examples/login-template/pages/main/main.vue +++ b/examples/login-template/pages/main/main.vue @@ -5,7 +5,7 @@ 您好 {{userName}},您已成功登录。 - 这是 uni-app 带登录和设置模板的示例App首页。 + 这是 uni-app 带登录模板的示例App首页。 在 “我的” 中点击 “退出” 可以 “注销当前账户” @@ -14,7 +14,7 @@ 您好 游客。 - 这是mui带登录和设置模板的示例App首页。 + 这是 uni-app 带登录模板的示例App首页。 在 “我的” 中点击 “登录” 可以 “登录您的账户” @@ -38,9 +38,9 @@ */ showCancel: !this.forcedLogin, success: (res) => { - if (res.confirm) { - /** - * 如果需要强制登录,使用reLaunch方式 + if (res.confirm) { + /** + * 如果需要强制登录,使用reLaunch方式 */ if (this.forcedLogin) { uni.reLaunch({ @@ -80,4 +80,4 @@ .ul>view { line-height: 50px; } - +