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.
 
 

23 lines
584 B

<view style="display: flex;">
<image class="navi" src="/asset/img/navi.png" bindtap="onRet"></image>
<view style="padding: 0;margin: 0;width: 1px;height:700px;background-color: #7B8B6F;"></view>
<view style="display: block">
<view style="display: flex" class="title">
<view> {{id}} 的行程</view>
<view class="add" bindtap="add"> + </view>
</view>
<view>
<textarea>·</textarea>
</view>
<view class="hg">
<image src="/asset/img/hangou1.png" mode="heightFix" class="hg"></image>
</view>
</view>
</view>