...
|
...
|
@@ -29,7 +29,7 @@ |
|
|
<span class="inputViewIcon">
|
|
|
¥
|
|
|
</span>
|
|
|
<Input class="wordText" v-model="inputPrice" type="number" placeholder="定价需以9为结尾" @input="onTextChange"></Input>
|
|
|
<Input ref="myinput" class="wordText" v-model="inputPrice" type="number" placeholder="定价需以9为结尾" @input="onTextChange"></Input>
|
|
|
</div>
|
|
|
|
|
|
<div>
|
...
|
...
|
@@ -223,6 +223,7 @@ export default { |
|
|
},
|
|
|
|
|
|
showBuyDialog() {
|
|
|
this.$refs.myinput.blur();
|
|
|
this.$createDialog({
|
|
|
type: 'confirm',
|
|
|
title: '求购价格过高',
|
...
|
...
|
|