@@ -68,7 +68,7 @@ App({
},
globalData: {
- ver:'1.1.5',
+ ver:'1.1.6',
userInfo: null,
openId: '',
imageUrl: 'https://app.schoolwisdoms.com/static/wx/images/',
@@ -48,8 +48,9 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
-
+ this.setData({
+ ruleShow: true
+ })
/**
@@ -139,7 +140,7 @@ Page({
'loading': rs.hasNextPage ? '上拉加载' : '没有更多数据',
'list': this.data.list.concat(list)
})
- this.getCount()
+ // this.getCount()
}