<!--Pages/menu/menu.wxml-->
|
|
<block>
|
|
<view class="bg">
|
|
<view class="title">
|
|
憨狗糖HanGouT
|
|
</view>
|
|
</view>
|
|
<view class="margin">
|
|
</view>
|
|
</block>
|
|
|
|
<block>
|
|
<view class="body">
|
|
<view style="padding: 0;margin: 0;height: 10px;"></view>
|
|
<view class="id">
|
|
<image src="/asset/img/icon-id.png"></image>
|
|
<text decode="true" bindtap="onLogIn"> 我的账号</text>
|
|
<button bindtap="onLogIn">></button>
|
|
</view>
|
|
|
|
<view class="travel">
|
|
<image src="/asset/img/icon-travel.png"></image>
|
|
<text bindtap="onTrval" decode="true"> 我的行程</text>
|
|
<button bindtap="onTrval">></button>
|
|
</view>
|
|
|
|
<view class="share">
|
|
<image src="/asset/img/icon-share.png"></image>
|
|
<text decode="true" bindtap="onCommunity"> 社区分享</text>
|
|
<button bindtap="onCommunity">></button>
|
|
</view>
|
|
|
|
<view class="bot">
|
|
<image src="/asset/img/icon-bot.png"></image>
|
|
<text decode="true" bindtap="onHGBot"> 憨狗bot</text>
|
|
<button bindtap="onHGBot">></button>
|
|
</view>
|
|
</view>
|
|
</block>
|