wangcz пре 7 година
родитељ
комит
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()