Browse Source

处理BUG

wangcz 7 years ago
parent
commit
f10d69cbe5
1 changed files with 1 additions and 1 deletions
  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()