对接问卷调查、投诉建议接口
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
@clickLeft="narBack"
|
||||
/>
|
||||
|
||||
<!-- 滚动区域(能正常滚动的核心) -->
|
||||
<!-- 滚动区域 -->
|
||||
<scroll-view
|
||||
scroll-y
|
||||
class="scroll-box"
|
||||
|
||||
@@ -165,7 +165,7 @@ const getCommunityList = async (pageNum = 1, keyword = '') => {
|
||||
displayedCommunities.value = []
|
||||
hasMoreData.value = false
|
||||
uni.showToast({
|
||||
title: "网络异常",
|
||||
title: err.msg || "网络异常",
|
||||
icon: 'error'
|
||||
})
|
||||
} finally {
|
||||
@@ -267,7 +267,7 @@ const handleConfirm = async () => {
|
||||
} catch (err) {
|
||||
uni.hideLoading()
|
||||
uni.showToast({
|
||||
title: '网络异常,请重试',
|
||||
title: err.msg || '网络异常,请重试',
|
||||
icon: 'error',
|
||||
duration: 2000
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user