Browse Source

Merge branch 'master' into my_loan

panyong 4 years ago
parent
commit
779f93d689
1 changed files with 1 additions and 1 deletions
  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