9 lines
339 B
Plaintext
9 lines
339 B
Plaintext
<!--pages/login/login.wxml-->
|
|
<view style='margin-top:{{navH}}px'></view>
|
|
<view class='top'>
|
|
<view class='background'>
|
|
<open-data class='userAvatar' type="userAvatarUrl" style="border-radius: 50%;"></open-data>
|
|
</view>
|
|
<open-data class='userNickName' type="userNickName"></open-data>
|
|
<view class='welcome'>欢迎</view>
|
|
</view> |