小小儁爺
2025-05-23 d26ff568b097248861a6cbc13bcf2acc88a54524
pages/sbgl/sbwx.vue
@@ -304,12 +304,12 @@
                           // uni.$u.toast('提交成功!')
                           result.data.forEach(i => {
                              that.fileList.push({
                                 uri: 'http://121.196.36.24:8019/' + i,
                                 uri: that.$baseUrl.split('api')[0] + i,
                                 name: i
                              })
                              that.imgPreviewSrcs.push(
                                 'http://121.196.36.24:8019/' + i)
                                 that.$baseUrl.split('api')[0] + i)
                           })
                        } else {
                           uni.$u.toast(result.Message)
@@ -367,13 +367,14 @@
                              // uni.$u.toast('提交成功!')
                              result.data.forEach(i => {
                                 that.fileList2.push({
                                    uri: 'http://121.196.36.24:8019/' +
                                    uri: that.$baseUrl.split('api')[
                                          0] +
                                       i,
                                    name: i
                                 })
                                 that.imgPreviewSrcs2.push(
                                    'http://121.196.36.24:8019/' + i)
                                    that.$baseUrl.split('api')[0] + i)
                              })
                           } else {
                              uni.$u.toast(result.Message)