const app = getApp() Page({ /** * 页面的初始数据 */ data: { shopUrl: 'https://www.tenlion.com.cn', imgUlr: app.urls.baseImgUrl }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { }, onPullDownRefresh() { this.setData({ shopUrl: 'https://www.tenlion.com.cn' }) wx.stopPullDownRefresh({}) } })