瀏覽代碼

Merge branch 'master' into my_loan

panyong 4 年之前
父節點
當前提交
779f93d689
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htmldev/loan/src/views/loan/apply/index.vue

+ 1 - 1
htmldev/loan/src/views/loan/apply/index.vue

@@ -147,7 +147,7 @@
     computed: {
       amount: {
         get () {
-          return this.postData.orderPrice * 1 ? this.postData.orderPrice : 0
+          return this.postData.orderPrice * 1 ? this.postData.orderPrice : ''
         },
         set (value) {
           this.postData.orderPrice = value