瀏覽代碼

处理BUG

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