@@ -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