<!--Pages/travel/home/home.wxml-->
|
|
<block>
|
|
<view class="bg">
|
|
<view class="title">
|
|
<image src="/asset/img/home_active.png" bindtap="home"></image>
|
|
憨狗糖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-pre.png"></image>
|
|
<text decode="true" bindtap="onPre"> 行前准备</text>
|
|
<button bindtap="onPre">></button>
|
|
</view>
|
|
|
|
<view class="travel">
|
|
<image src="/asset/img/icon-plan.png"></image>
|
|
<text decode="true" bindtap="onMyTrval"> 行程安排</text>
|
|
<button bindtap="onMyTrval">></button>
|
|
</view>
|
|
|
|
<view class="share">
|
|
<image src="/asset/img/icon-follow.png"></image>
|
|
<text decode="true" bindtap="onFollow"> 行程跟进</text>
|
|
<button bindtap="onFollow">></button>
|
|
</view>
|
|
|
|
<view class="bot">
|
|
<image src="/asset/img/icon-recomment.png"></image>
|
|
<text decode="true" bindtap="onEval"> 行程测评</text>
|
|
<button bindtap="onEval">></button>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
|