2021-12-12 17:15:24 +08:00

70 lines
1.2 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// page_package/new-welfare/new-welfare.js
const app = getApp()
Page({
/**
* 页面的初始数据
*/
data: {
windowHeight: app.globalData.windowHeight,
CustomBar: app.globalData.CustomBar,
activityContent:"1、活动时间2020年3月10日-2020年4月30日共计51天\n 2、活动期间解冻新用户下单享受0.9元够好物活动\n 3、" +
"超级会员推广成功一单补贴8元邀请人补贴1.6元"
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})