Browse Source

fix 处理数字输入问题

wangcz 7 years ago
parent
commit
d34026a761

+ 1 - 1
components/applyPurchase/SayPrice.vue

@@ -211,7 +211,7 @@
             if (response.data.success === false) {
             if (response.data.success === false) {
               this.$message.error(response.data.message)
               this.$message.error(response.data.message)
             } else {
             } else {
-              this.$message.success('感谢您参与报价,敬请期待回复')
+              this.$message.success('感谢您参与报价,敬请期待回复!')
               this.resetSayPrice()
               this.resetSayPrice()
               this.resetList()
               this.resetList()
             }
             }

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

@@ -245,7 +245,7 @@
             }
             }
           }, error => {
           }, error => {
             console.log(error)
             console.log(error)
-            this.onRemind('请勿重复报价或报价自己的求购')
+            this.onRemind('请勿重复报价或报价自己的求购!')
 //            this.showLoading = false
 //            this.showLoading = false
           })
           })
         } else {
         } else {