|
|
@@ -2,7 +2,7 @@
|
|
|
<view class="app-content">
|
|
|
<view class="ex-page">
|
|
|
<view class="top-bar" style="display: flex;align-items:center;">
|
|
|
- <input v-model="name" type="text" @input="searchShop" style="border:1upx solid #CCCCCC;width:300upx;height:65upx;margin:0 auto;text-align:center;" />
|
|
|
+ <input v-model="name" type="text" @input="searchShop" @focus="name=''" style="border:1upx solid #CCCCCC;width:300upx;height:65upx;margin:0 auto;text-align:center;" />
|
|
|
</view>
|
|
|
<scroll-view scroll-y scroll-with-animation class="main-view">
|
|
|
<view class="space-view ex-table">
|