董国庆
2025-03-20 b563735228e1eb843e66097fa1bdbfa620da5832
H5/pages/evaluate/evaluate.vue
@@ -84,21 +84,21 @@
            rulsFlag: false,
            rate: null, //评价打分
            list: [{
               img: '../../static/detailImg/img1.png',
               tit: '不满意',
               value: 0
            }, {
               img: '../../static/detailImg/img2.png',
               tit: '一般',
               value: 1
               img: '../../static/detailImg/img4.png',
               tit: '非常满意',
               value: 3
            }, {
               img: '../../static/detailImg/img3.png',
               tit: '满意',
               value: 2
            }, {
               img: '../../static/detailImg/img4.png',
               tit: '非常满意',
               value: 3
               img: '../../static/detailImg/img2.png',
               tit: '一般',
               value: 1
            }, {
               img: '../../static/detailImg/img1.png',
               tit: '不满意',
               value: 0
            }],
         }
      },
@@ -210,14 +210,14 @@
                  count: 9 - this.video.length,
                  success: (res) => {
                     const videoExtensions = /\.(mp4|avi|rmvb)$/i;
                  if (!videoExtensions.test(res.name)) {
                     uni.showToast({
                        title: '请上传mp4, avi, rmvb格式的视频',
                        icon: 'none',
                        duration: 3000
                     })
                     return
                  }
                     if (!videoExtensions.test(res.name)) {
                        uni.showToast({
                           title: '请上传mp4, avi, rmvb格式的视频',
                           icon: 'none',
                           duration: 3000
                        })
                        return
                     }
                     this.video.push('loading')
                     const tempFilePath = res.tempFilePath;
                     uni.uploadFile({