NONGJINGQUANXIAOCHENGXU/pages/infoquery/index.wxml

17 lines
674 B
Plaintext

<view class="" style="overflow: hidden;">
<!-- <view class="contentnav">
<view class="navul" wx:for="{{operationalservices}}" wx:key="index">
<view class="navli" catchtap="gopage" data-url="{{item.path}}">
<image class="servieceimg" src="{{item.src}}"></image>
<text class="title">{{item.title}}</text>
</view>
</view>
</view> -->
<i-tabs current="{{ current }}" color="#0953F6" bindchange="handleChange">
<i-tab key="tab1" title="基本信息"></i-tab>
<i-tab key="tab2" title="地块图斑"></i-tab>
</i-tabs>
<baseinfo wx:if="{{current=='tab1'}}"></baseinfo>
<dkmap wx:if="{{current=='tab2'}}"></dkmap>
</view>