Browse Source

no message

master
xpz2018 6 years ago
parent
commit
2cb424adb5
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/mall/search-list/index.wxml

2
pages/mall/search-list/index.wxml

@ -11,7 +11,7 @@
<text class="cuIcon-roundclose" hidden="{{form.name.length === 0}}" style="font-size: 17px" catchtouchstart="clearInput"></text>
</view>
<view class="action">
<wux-button outline type="tag" size="small" bind:click="startSearch">搜索</wux-button>
<wux-button outline type="stable" size="small" bind:click="startSearch">搜索</wux-button>
</view>
</view>

Loading…
Cancel
Save