|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<uni-popup background-color="#fff" ref="fillRef">
|
|
<uni-popup background-color="#fff" ref="fillRef">
|
|
<view class="popup-content">
|
|
<view class="popup-content">
|
|
- <input v-model="result" style="width: 100%" @blur="onBlur" type="text" class="input-box" />
|
|
|
|
|
|
+ <input v-model.trim="result" style="width: 100%" @blur="onBlur" type="text" class="input-box" />
|
|
</view>
|
|
</view>
|
|
</uni-popup>
|
|
</uni-popup>
|
|
</template>
|
|
</template>
|