odc.xiaohui
2023-03-21 b628d9eaed3de37e7e59d0fe47dd12b58a952f0e
miniprogram/pages/user/report/detail/index.ts
@@ -7,6 +7,7 @@
Page({
    data: {
        remarks:'',
        reportDetail: {},
        isShow: false,
        causeIndex: 0,
@@ -36,6 +37,9 @@
                    this.setData({
                        reportDetail: res.data.data
                    })
                    this.setData({
                        remarks: res.data.data.remarks
                    })
                    // for (let index = 0; index < this.data.images.length; index++) {
                    //     if (this.data.images != null && this.data.images[index] != "" && this.data.images != undefined) {
                    //         this.data.images[index] = userDetail.globalData.imageUrl + "/img/" + this.data.images[index]