|
@@ -4,7 +4,7 @@
|
|
|
<view class="cu-bar search bg-white">
|
|
|
<view class="search-form round">
|
|
|
<input @focus="InputFocus" @blur="InputBlur" @input="handleInput()" v-model="searchInput"
|
|
|
- :adjust-position="false" type="text" placeholder="" confirm-type="search"></input>
|
|
|
+ :adjust-position="false" type="text" placeholder=""></input>
|
|
|
<text class="cuIcon-search "></text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -193,15 +193,15 @@
|
|
|
|
|
|
onLoad: function(option) {
|
|
|
|
|
|
- if (option.op) {
|
|
|
- this.getData();
|
|
|
+ // if (option.op) {
|
|
|
+ // this.getData();
|
|
|
|
|
|
- } else {
|
|
|
- this.init()
|
|
|
- }
|
|
|
+ // } else {
|
|
|
+ // this.init()
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
- // this.getData();
|
|
|
+ this.getData();
|
|
|
|
|
|
this.hackReset = false;
|
|
|
this.$nextTick(() => {
|