提交 dd604de8 编写于 作者: 郭胜强

调整登录模板首页文案

上级 f56d7fff
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
您好 {{userName}},您已成功登录。 您好 {{userName}},您已成功登录。
</view> </view>
<view class="ul"> <view class="ul">
<view>这是 uni-app 带登录和设置模板的示例App首页。</view> <view>这是 uni-app 带登录模板的示例App首页。</view>
<view>在 “我的” 中点击 “退出” 可以 “注销当前账户”</view> <view>在 “我的” 中点击 “退出” 可以 “注销当前账户”</view>
</view> </view>
</view> </view>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
您好 游客。 您好 游客。
</view> </view>
<view class="ul"> <view class="ul">
<view>这是mui带登录和设置模板的示例App首页。</view> <view>这是 uni-app 带登录模板的示例App首页。</view>
<view>在 “我的” 中点击 “登录” 可以 “登录您的账户”</view> <view>在 “我的” 中点击 “登录” 可以 “登录您的账户”</view>
</view> </view>
</view> </view>
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
*/ */
showCancel: !this.forcedLogin, showCancel: !this.forcedLogin,
success: (res) => { success: (res) => {
if (res.confirm) { if (res.confirm) {
/** /**
* 如果需要强制登录,使用reLaunch方式 * 如果需要强制登录,使用reLaunch方式
*/ */
if (this.forcedLogin) { if (this.forcedLogin) {
uni.reLaunch({ uni.reLaunch({
...@@ -80,4 +80,4 @@ ...@@ -80,4 +80,4 @@
.ul>view { .ul>view {
line-height: 50px; line-height: 50px;
} }
</style> </style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册