var app=getApp(); Page({ data: { }, returnIndex: function() { wx.reLaunch({ url: '../tabbar/index', }) }, goon: function() { wx.navigateBack({ delta: 1, }) }, onLoad: function(options) { this.setData({color:app.globalData.color}) if(options.msg){ this.setData({ msg:options.msg, shopType:options.shopType }) if (options.productName){ this.setData({ productName: options.productName }) } } }, onShow: function() { } })