17 lines
428 B
Plaintext
17 lines
428 B
Plaintext
|
<!--wxml-->
|
||
|
<!-- 如果只是展示用户头像昵称,可以使用 <open-data /> 组件 -->
|
||
|
|
||
|
<view class="userinfo">
|
||
|
<open-data type="userAvatarUrl"></open-data>
|
||
|
<open-data type="userNickName"></open-data>
|
||
|
</view>
|
||
|
|
||
|
<view class="index" bindtap="gogo">
|
||
|
<view class="head">
|
||
|
<view class="title">关于</view>
|
||
|
<view class="desc">创旅丝路1.0</view>
|
||
|
<view ><text>>></text></view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|