You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.4 KiB
27 lines
1.4 KiB
<!--index.wxml-->
|
|
<view class="container">
|
|
<view class="userinfo">
|
|
<button wx:if="{{!hasUserInfo && canIUse}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo"> 获取头像昵称 </button>
|
|
<block wx:else>
|
|
<image bindtap="bindViewTap" class="userinfo-avatar" src="{{userInfo.avatarUrl}}" mode="cover"></image>
|
|
<text class="userinfo-nickname">{{userInfo.nickName}}</text>
|
|
</block>
|
|
</view>
|
|
<view class="usermotto">
|
|
<text class="user-motto">{{motto}}</text>
|
|
</view>
|
|
<navigator url="/pages/login/index">登录授权</navigator>
|
|
<navigator url="/pages/list/store/index">feiyi</navigator>
|
|
<navigator url="/pages/list/activity/index">活动</navigator>
|
|
<navigator url="/pages/list/card/index">一卡游苏州</navigator>
|
|
<navigator url="/pages/list/road/index">精品线路</navigator>
|
|
<navigator url="/pages/list/strategy/index">攻略</navigator>
|
|
<navigator url="/pages/list/hotel/index">酒店住宿</navigator>
|
|
<navigator url="/pages/list/night/index">夜游苏州</navigator>
|
|
<navigator url="/pages/list/sale/index">限时特惠</navigator>
|
|
<navigator url="/pages/list/movieticket/index">电影票</navigator>
|
|
<navigator url="/pages/list/theatre/index">影院</navigator>
|
|
<navigator url="/pages/pbService/feiyi/index">非遗</navigator>
|
|
<navigator url="/pages/pbService/wwcx/index">文物查询</navigator>
|
|
<navigator url="/pages/list/six/index">苏城六纪</navigator>
|
|
</view>
|
|
|