This commit is contained in:
2019-12-13 14:35:22 +08:00
parent a09b330797
commit 6f32ad42c6
16 changed files with 131 additions and 4 deletions

View File

@@ -4,5 +4,8 @@ Page({
},
onLoad(){
},
searchs(){
console.log(10)
}
})

View File

@@ -1,4 +1,4 @@
<view class="box">
<search></search>
<search bind:tap="searchs"></search>
<list></list>
</view>