This commit is contained in:
lym
2026-03-18 17:27:43 +08:00
parent 4a5d7353ed
commit c076cf32b0
34 changed files with 480 additions and 264 deletions

View File

@@ -73,7 +73,8 @@ Page({
sharetitle:"",
checked:0,
vipqx:0,
loadingHidden:false
loadingHidden:false,
fromHot:0
},
onLoad: function(options) {
@@ -88,6 +89,12 @@ Page({
}
if(options.fromHot){
that.setData({
fromHot:options.fromHot
})
}
that.rdata(0)
},onPullDownRefresh: function () {