From 58117ccdf0f230614de32af9c82d3ddb661e2b40 Mon Sep 17 00:00:00 2001 From: wangyx <2838268875@qq.com> Date: Mon, 18 Aug 2025 09:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BA=8B=E6=94=B9=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=8F=8D=E9=A6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cloudbase/container/debug.json | 1 + images/icon/列表里图标.png | Bin 0 -> 515 bytes images/icon/维修列表里.png | Bin 0 -> 613 bytes images/icon/问题投诉列表里.png | Bin 0 -> 450 bytes subpages/bsPage/bsPage/bsPage.js | 8 +++++++- subpages/mine/eventList/eventList.wxml | 8 +++++--- 6 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 .cloudbase/container/debug.json create mode 100644 images/icon/列表里图标.png create mode 100644 images/icon/维修列表里.png create mode 100644 images/icon/问题投诉列表里.png diff --git a/.cloudbase/container/debug.json b/.cloudbase/container/debug.json new file mode 100644 index 0000000..0d44458 --- /dev/null +++ b/.cloudbase/container/debug.json @@ -0,0 +1 @@ +{"containers":[],"config":{}} \ No newline at end of file diff --git a/images/icon/列表里图标.png b/images/icon/列表里图标.png new file mode 100644 index 0000000000000000000000000000000000000000..2aad59f8f1cfd8294b87f65edf4a8b526e160435 GIT binary patch literal 515 zcmV+e0{s1nP)DY?i#bwm9P0gqM9d73U000eiQchC<@UWKt1xi5Jh2vcjLCkcx$%q{r@klQLqTtL^Qci9&t3ISE@2o2s%z zUMb0{AXe|>M!R~;67}TrXBzJ z@%`Sa{nwiR`t$tFfBeB>{JvWIvp@g*_x|X^{K$0swnzG*5B=e@{n(uR!)E^V=Kk>5 z{_D&B<-PvmxBc3p{nC&8%zgX2Qv0tn|Muwp*`NK?k^8z(`?W=;>dQa?000bhQchC< z@UWKS)`@&$JtP4r6h!GmEc2lwKkIS>7aqtR+;cwk$d{Z4 zz49!aB&Dy_eE=3UiLy5Db_Y<7Y4w4)Y_n&=n06-sZ+K7uHDY~dp2AH98W3jyBg7Fi zry4~ZtQ6D)7N}LUV5Gr-gGO7J(__x+uJ23xrYa;6v82Z*^G=+Yz0C|qvA+>Z#kOKu zl=DP$Ijt6mf3iFwa21rK0aw5jI_^CL{RBv5&@ zj@(*?`9f2XHD0x5VZ`xJh08o2!jMig&l%`BaTin#I28w;binBilqGb69&p3|F<{q> zG-1{PjOgM@@N^5a;bBtI3S>=MfWoU3YX#X{d)ls4^NSsCF4?ZD3QhMd3EYZymFAbz z_-yX*q5NgWPmB~h>Af=c?1R)knqMCF_Rq&Z+i5|rV{YNo00000NkvXXu0mjfciJ{d literal 0 HcmV?d00001 diff --git a/images/icon/问题投诉列表里.png b/images/icon/问题投诉列表里.png new file mode 100644 index 0000000000000000000000000000000000000000..e4df29317fa3b96c79900625489d85f98ef85a31 GIT binary patch literal 450 zcmV;z0X_bSP)QGb@7Dak zUHi62`>;6w`}F?w#lyO(+#4(QBs= zmD4^#mbS6TuuXfYbq05sZtn$!2dJ?13}!IW)0jmUJZZ|j#q0qkL?{W1*Qt`II+0k4 z`{eDqI-j=j(|LVsXR%oqBR!Uvl$Pg%#x>T=qJ4i)mkIHCyAoY*PsHg$?;I8&%1n3q z=PqlB;E|Dtk$A+*Lm9a^%Hwft)svuSAqPrsnA=jpw!&PMTzqZC7Z;T*aTtz^RN$o8 zplWy#N3J literal 0 HcmV?d00001 diff --git a/subpages/bsPage/bsPage/bsPage.js b/subpages/bsPage/bsPage/bsPage.js index 862e6db..c8bd7ed 100644 --- a/subpages/bsPage/bsPage/bsPage.js +++ b/subpages/bsPage/bsPage/bsPage.js @@ -124,7 +124,8 @@ Page({ faultDescribe, graduateName: app.globalData.userInfo.name, telephone: app.globalData.userInfo.phone, - feedbackType + feedbackType, + identity:1 } incidentsSubmit(parms).then(res=>{ if(res.code === 200){ @@ -138,6 +139,11 @@ Page({ } }) } + }).catch(err=>{ + wx.showToast({ + title: err.msg, + icon:'none' + }) }) }, /** diff --git a/subpages/mine/eventList/eventList.wxml b/subpages/mine/eventList/eventList.wxml index d919032..802d0e9 100644 --- a/subpages/mine/eventList/eventList.wxml +++ b/subpages/mine/eventList/eventList.wxml @@ -1,9 +1,11 @@ - - {{item.position}} - {{item.apartmentName}}{{item.position}} + + + + {{item.feedbackType ===1?'报修':item.feedbackType ===2?'报事':item.feedbackType ===3?'投诉':item.feedbackType ===4?'建议':'其他'}} +