| | |
| | | <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> |
| | |
| | | }) |
| | | 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: '上传成功', |