Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions examples/login-template/pages/main/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
您好 {{userName}},您已成功登录。
</view>
<view class="ul">
<view>这是 uni-app 带登录和设置模板的示例App首页。</view>
<view>这是 uni-app 带登录模板的示例App首页。</view>
<view>在 “我的” 中点击 “退出” 可以 “注销当前账户”</view>
</view>
</view>
Expand All @@ -14,7 +14,7 @@
您好 游客。
</view>
<view class="ul">
<view>这是mui带登录和设置模板的示例App首页。</view>
<view>这是 uni-app 带登录模板的示例App首页。</view>
<view>在 “我的” 中点击 “登录” 可以 “登录您的账户”</view>
</view>
</view>
Expand All @@ -38,9 +38,9 @@
*/
showCancel: !this.forcedLogin,
success: (res) => {
if (res.confirm) {
/**
* 如果需要强制登录,使用reLaunch方式
if (res.confirm) {
/**
* 如果需要强制登录,使用reLaunch方式
*/
if (this.forcedLogin) {
uni.reLaunch({
Expand Down Expand Up @@ -80,4 +80,4 @@
.ul>view {
line-height: 50px;
}
</style>
</style>