no message
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<TopSafe bgColor="rgba(0,0,0,0)"></TopSafe>
|
<TopSafe bgColor="rgba(0,0,0,0)"></TopSafe>
|
||||||
<view class="search-view">
|
<view class="search-view">
|
||||||
<view class="head-view">
|
<view class="head-view">
|
||||||
<u-icon size="30rpx" name="arrow-left" color="#333"></u-icon>
|
<u-icon size="30rpx" name="arrow-left" @click="onBack" color="#333"></u-icon>
|
||||||
<u-input class="input-view wx-width" v-model="searchInput"></u-input>
|
<u-input class="input-view wx-width" v-model="searchInput"></u-input>
|
||||||
<view class="search-btn flex-c" @click="onSearch">
|
<view class="search-btn flex-c" @click="onSearch">
|
||||||
<text class="text-32 text-zu">搜索</text>
|
<text class="text-32 text-zu">搜索</text>
|
||||||
@@ -82,6 +82,9 @@ export default {
|
|||||||
url: '/pages/other_package/productInfo/productInfo?id='+item.id,
|
url: '/pages/other_package/productInfo/productInfo?id='+item.id,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
onBack(){
|
||||||
|
uni.navigateBack();
|
||||||
|
},
|
||||||
onSearch(){
|
onSearch(){
|
||||||
if(!this.searchInput){
|
if(!this.searchInput){
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user