|
@@ -122,7 +122,7 @@ onLoad(() => {
|
|
|
<view class="back">
|
|
|
<wd-icon name="thin-arrow-left" size="32rpx" @click="() => goBack()" />
|
|
|
</view>
|
|
|
- <input v-model.trim="formData.storeName" class="search-input" type="text" :placeholder="$t('search.placeholder')" @confirm="queryList(1, 20)">
|
|
|
+ <input v-model.trim="formData.storeName" class="search-input" confirm-type="search" input-mode="search" type="text" :placeholder="$t('search.placeholder')" @confirm="queryList(1, 20)">
|
|
|
<wd-icon name="search" custom-class="search-icon" color="#999" size="32rpx" />
|
|
|
</view>
|
|
|
</template>
|