ui修改
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user