소스 검색

fix 处理数字输入问题

wangcz 7 년 전
부모
커밋
d34026a761
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      components/applyPurchase/SayPrice.vue
  2. 1 1
      components/mobile/applyPurchase/SayPrice.vue

+ 1 - 1
components/applyPurchase/SayPrice.vue

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

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

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