Skip to content

Commit

Permalink
调整登录模板首页文案
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Aug 28, 2018
1 parent f56d7ff commit dd604de
Showing 1 changed file with 6 additions and 6 deletions.
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>

0 comments on commit dd604de

Please sign in to comment.