17 lines
667 B
Plaintext
17 lines
667 B
Plaintext
<!--pages/welcome/welcome.wxml-->
|
|
<view style="height:{{CustomBar}}px;margin-bottom:150rpx;"></view>
|
|
<image src="{{src}}" class="bg" mode="aspectFill"/>
|
|
<view class="main-page">
|
|
<view class="userAvatar-box">
|
|
<open-data type="userAvatarUrl" class="png" style="height:200rpx; width:200rpx; border-radius: 50%;"></open-data>
|
|
</view>
|
|
<view class="welcome"></view>
|
|
<view class="welcome">欢迎</view>
|
|
<view class="btn-box">
|
|
<text class="loading" wx:if="{{!showButton}}"></text>
|
|
<button wx:else open-type="getUserInfo" bindgetuserinfo="getSystemUserInfo" class="get-info">
|
|
<text></text>
|
|
</button>
|
|
</view>
|
|
</view>
|