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.
14 lines
433 B
14 lines
433 B
<view class="pages"> |
|
<mp-navigation-bar ext-class="set-bar" title="历史记录"></mp-navigation-bar> |
|
<view class="main"> |
|
<view class="info" wx:for="{{list}}" wx:for-index="i" wx:key="i"> |
|
<view class="text"> |
|
{{item.landCode}} |
|
</view> |
|
<text class="timer">测算日期:{{item.createDate}}</text> |
|
</view> |
|
<view class="info flex_center" wx:if="{{list.length<=0}}"> |
|
暂无数据 |
|
</view> |
|
</view> |
|
</view>
|
|
|