doum
2026-04-29 59b1f0e9967902aa10f5e017d5a0bdfd1b60c9ea
small-program/pages/evaluate/evaluate.vue
@@ -40,9 +40,7 @@
               <text class="rate-text">{{ form.driverScore }}星</text>
            </view>
         </view>
         <view class="divider"></view>
         <view class="rate-block" v-if="info.type ===1 && info.takeShopId ">
            <view class="title-row">
               <text class="title-label">收件门店:</text>
@@ -197,9 +195,10 @@
                  })
                  try {
                     const uploadResults = await that.uploadFiles(tempFilePaths, maxCount)
                     const addrs = uploadResults.map(item => item.imgaddr)
                     const fullPaths = uploadResults.map(item => item.url || item.path || item)
                     that.photoList = [...that.photoList, ...fullPaths.map(url => ({ url }))]
                     that.form.images = [...that.form.images, ...fullPaths]
                     that.form.images = [...that.form.images, ...addrs]
                     uni.hideLoading()
                     uni.showToast({
                        title: '上传成功',