wangcz 7 лет назад
Родитель
Сommit
f10d69cbe5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/mobile/applyPurchase/SayPrice.vue

+ 1 - 1
components/mobile/applyPurchase/SayPrice.vue

@@ -229,7 +229,7 @@
           this.$http.post('/inquiry/sale/item/saveQuote', purchaseMan).then(response => {
             this.showLoading = false
             if (response.data.success === false) {
-              this.onRemind('response.data.message')
+              this.onRemind(response.data.message)
             } else {
 //              this.onRemind('报价成功')
               this.resetSayPrice()