Commit a78d893e authored by linwenqing's avatar linwenqing

improvement:登录加loading

parent cac963da
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
<view class="bind-tips">{{ bindTips }}</view> <view class="bind-tips">{{ bindTips }}</view>
</view> </view>
<u-gap height="480"></u-gap> <u-gap height="480"></u-gap>
<view v-if="needAuth"> <view v-if="needAuth" @click.capture="loadLogin">
<button class="loginBtn" lang="zh_CN" @click.capture="loadLogin" <button class="loginBtn" lang="zh_CN"
@tap="getUserProfile"> @tap="getUserProfile">
<text class="u-font-32 white">{{ loginTitle }}</text> <text class="u-font-32 white">{{ loginTitle }}</text>
</button> </button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment