cloudroam
2024-10-10 1c057eb425c053ec014b6df47322e6180eef00c0
pages/order/evaluation/index.vue
@@ -145,8 +145,14 @@
              {
                label: '评价图片:',
                id: 'commentImages',
                type: 'image',
                type: 'bus-upload',
                readonly: true,
                el: {
                  listType: 'picture-card',
                  limit: 1,
                  limitSize: 2,
                  valueType: 'string',
                },
              },
              ]
          },
@@ -209,9 +215,8 @@
         {params: {id: item.id}}
       )
       if (code === 0) {
         console.log(data);
         console.log(data[0].orderId);
         this.$refs.crud.$refs.extraDialog[0].show(data[0])
         const row = data[0];
         this.$refs.crud.$refs.extraDialog[0].show(row)
       }
     },
@@ -220,7 +225,7 @@
        await this.$elBusUtil.confirm(
          `确定要删除这个商品吗?`
        )
        const {code, data} = await this.$elBusHttp.request(
        const {code} = await this.$elBusHttp.request(
          'flower/api/v2/flower-comment/' + item.id + '',
          {
            method: 'delete',