调整我的页面,调整手动绑定字段错误和接口调用的错误

This commit is contained in:
2025-01-03 10:57:46 +08:00
parent bcaefbe1cb
commit 293a5c8682
11 changed files with 44 additions and 23 deletions

View File

@@ -35,7 +35,7 @@
<van-field
required
value="{{ tenementName }}"
label="园区"
label="商户"
placeholder="请选择商户"
border="{{ true }}"
readonly

View File

@@ -13,18 +13,7 @@
</view>
<view style="margin-bottom: 20rpx;border-radius: 16rpx; overflow: hidden;">
<van-grid column-num="3" >
<van-grid-item
bind:click="jumpToFinance"
use-slot
>
<van-image
style="margin-top: 20rpx;"
width="140rpx"
height="140rpx"
src="/assets/images/finance.png"
/>
<view style="margin-top: 20rpx;font-size: 34rpx;"> 财税援助 </view>
</van-grid-item>
<van-grid-item
bind:click="jumpToLaw"
use-slot
@@ -37,6 +26,18 @@
/>
<view style="margin-top: 20rpx;font-size: 34rpx;"> 法律援助 </view>
</van-grid-item>
<van-grid-item
bind:click="jumpToFinance"
use-slot
>
<van-image
style="margin-top: 20rpx;"
width="140rpx"
height="140rpx"
src="/assets/images/finance.png"
/>
<view style="margin-top: 20rpx;font-size: 34rpx;"> 财税援助 </view>
</van-grid-item>
<van-grid-item
bind:click="jumpToEncyclopedia"
use-slot

View File

@@ -49,7 +49,7 @@
</view>
<view class="th" style="width: 200rpx"> {{ item.tenement.shortName }} </view>
<view class="th" style="width: 200rpx"> {{ item.address }} </view>
<view class="th" style="width: 150rpx"> {{ item.amount }} </view>
<view class="th" style="width: 150rpx"> {{ item.money }} </view>
<view class="th" style="width: 130rpx" wx:if="{{item.onPosition}}">
<van-tag type="warning">拉闸</van-tag>
</view>