xiaoxin 11 kuukautta sitten
vanhempi
commit
ae136fac74
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/order/feedback.vue

+ 1 - 1
pages/order/feedback.vue

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