This commit is contained in:
2020-01-08 15:18:51 +08:00
parent a342e22c8b
commit 3fcdf4ce6c
11 changed files with 30 additions and 27 deletions

View File

@@ -7,6 +7,12 @@ Page({
adlist:[]
},
onLoad(){
},
searchs(){
console.log(10)
},
onShow(){
request({
url:"Goods/hotGoodsList",
data:{
@@ -34,8 +40,5 @@ Page({
adlist:res.data.data
})
})
},
searchs(){
console.log(10)
}
})