xiaoxin 11 месяцев назад
Родитель
Сommit
ae136fac74
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/order/feedback.vue

+ 1 - 1
pages/order/feedback.vue

@@ -347,7 +347,7 @@ export default {
 					evaluateMessage: this.sendDate.content,
 					evaluateMessage: this.sendDate.content,
 					score: this.value,
 					score: this.value,
 					shopId: this.sendDate.shopId,
 					shopId: this.sendDate.shopId,
-					pictures: this.shopBanner.length > 0 ? this.shopBanner.join(',') : [],
+					pictures: this.shopBanner.length > 0 ? this.shopBanner.join(',') : '',
 					riderUserId: this.sendDate.riderUserId,
 					riderUserId: this.sendDate.riderUserId,
 					evaluateRiderMessage: this.tagList[this.activeIndex],
 					evaluateRiderMessage: this.tagList[this.activeIndex],
 					riderScore: this.valueRider
 					riderScore: this.valueRider