import common from '../../utils/util'; import main from '../../utils/main'; const app = getApp(); Page({ data: { IsShowRemind:false, }, onLoad: function (options) { let that = this; that.setData({ Containnerheight: main.getWindowHeight(), }); that.getData(); }, getData:function(){ wx.showLoading({ title: '请稍候', }); let that=this; main.getData('GetYJBDCArticleList?UserID=' + app.globalData.userInfo.UserID, function (data) { wx.hideLoading(); if (data) { for(let i=0;i