Commit 0b6236a9 by 高淑倩

扫码优惠页面

parent 570f68de
......@@ -56,7 +56,8 @@
"pages/plus/plus",
"pages/friendShareList/friendShareList",
"pages/goToHome/goToHome",
"pages/noPermission/noPermission"
"pages/noPermission/noPermission",
"pages/scanCoupon/scanCoupon"
]
},
{
......
......@@ -39,7 +39,7 @@
"list": []
},
"miniprogram": {
"current": 55,
"current": 56,
"list": [
{
"id": -1,
......@@ -410,6 +410,12 @@
"name": "会员详情",
"pathName": "shoppingGuid/page/pages/userInfo/userInfo",
"query": ""
},
{
"id": -1,
"name": "扫码优惠页面",
"pathName": "subPackage/page/pages/scanCoupon/scanCoupon",
"scene": null
}
]
}
......
// subPackage/page/pages/scanCoupon/scanCoupon.js
const wxService = require('../../../../utils/wxService')
wxService.page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {}
}
\ No newline at end of file
<!--subPackage/page/pages/scanCoupon/scanCoupon.wxml-->
<text>subPackage/page/pages/scanCoupon/scanCoupon.wxml</text>
/* subPackage/page/pages/scanCoupon/scanCoupon.wxss */
@import '/base/base.wxss';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment