学生资助-中升高困难补助-移动端开发

This commit is contained in:
2026-01-23 17:11:59 +08:00
parent 2a446118b6
commit cdfdb95ea4
5 changed files with 2305 additions and 1 deletions

View File

@@ -44,6 +44,10 @@
<image :src="getImgUrl('finance')" mode="aspectFit"></image>
<text> 特殊困难资助</text>
</view>
<view class="item" @click="goToKnzzZsg">
<image :src="getImgUrl('finance')" mode="aspectFit"></image>
<text> 中升高困难补助</text>
</view>
</view>
</view>
@@ -284,6 +288,13 @@
url: '/pages/finance/special/index'
})
},
// 跳转到中升高困难补助
goToKnzzZsg() {
uni.navigateTo({
url: '/pages/finance/knzzZsg/index'
})
},
// 获取个人信息
getUserInfo() {
getUserProfile().then(res => {