| | |
| | | wx.hideLoading(); |
| | | console.log(res) |
| | | if (res.data.code == 0) { |
| | | var attList = res.data.data.maps || []; |
| | | var attList = res.data.data.attList || []; |
| | | var attList21 = app.where(attList, { |
| | | type: 21 |
| | | }) || []; |
| | |
| | | data: { |
| | | ...res.data.data, |
| | | createTime: app.formatDate(res.data.data.createTime), |
| | | } |
| | | }, |
| | | attList |
| | | }) |
| | | } else { |
| | | wx.showModal({ |
| | |
| | | color: #249eff; |
| | | } |
| | | |
| | | .detail-img { |
| | | display: flex; |
| | | flex-direction: columns; |
| | | align-items: center; |
| | | padding: 2vh; |
| | | .detail-img-top { |
| | | width: 48px; |
| | | height: 48px; |
| | | } |
| | | |
| | | .detail-img-bottom { |
| | | font-size: 12px; |
| | | color: #333; |
| | | width: 70px; |
| | | overflow: hidden; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | text-align: center; |
| | | } |
| | | |
| | | /* pages/zhgk/zhgk.wxss */ |
| | | |
| | | .zhgk-main { |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .zhgk-main-title { |
| | | color: #249eff; |
| | | } |
| | | |
| | | .PetitionLetters-message1 { |
| | |
| | | font-weight: bold; |
| | | } |
| | | |
| | | .PetitionLetters-textarea { |
| | | font-size: 14px; |
| | | } |
| | | |
| | | textarea { |
| | | box-sizing: border-box; |
| | | width: 100%; |
| | | height: 100px; |
| | | display: block; |
| | | position: relative; |
| | | padding: 2vh; |
| | | } |
| | | |
| | | .activity-uploadImage { |
| | | display: flex; |
| | | padding: 1vh 2vh; |
| | | } |
| | | |
| | | .upload { |
| | | width: 48px; |
| | | height: 48px; |
| | | } |
| | | |
| | | .detail-img { |
| | | display: flex; |
| | | flex-direction: columns; |
| | | align-items: center; |
| | | padding: 2vh; |
| | | } |
| | | |
| | | .detail-img-top { |
| | | width: 48px; |
| | | height: 48px; |
| | |
| | | text-overflow: ellipsis; |
| | | text-align: center; |
| | | } |
| | | |
| | | |
| | | .activity-uploadImag-del { |
| | | width: 20px; |
| | | height: 20px; |
| | | position: absolute; |
| | | left: 28px; |
| | | } |
| | | |
| | | .educt_hasupload_pic { |
| | | display: flex; |
| | | position: relative; |
| | | padding-right: 1vh; |
| | | } |
| | | |
| | | .activity-uploadImag-icon { |
| | | width: 48px; |
| | | height: 48px; |
| | | } |
| | | |