Commit 570f68de by 谢中龙

add new pages

parent 4d43e236
......@@ -65,7 +65,12 @@
"pages/home/home",
"pages/kpi/kpi",
"pages/achievement/achievement",
"pages/welfare/welfare"
"pages/welfare/welfare",
"pages/saleTaskInfo/saleTaskInfo",
"pages/enlistInfo/enlistInfo",
"pages/guidCollegeInfo/guidCollegeInfo",
"pages/selectUsers/selectUsers",
"pages/userInfo/userInfo"
]
}
],
......
......@@ -39,7 +39,7 @@
"list": []
},
"miniprogram": {
"current": 48,
"current": 55,
"list": [
{
"id": -1,
......@@ -380,6 +380,36 @@
"pathName": "pages/shopping/kpi/kpi",
"query": "",
"scene": null
},
{
"id": -1,
"name": "销售任务详情",
"pathName": "shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo",
"query": ""
},
{
"id": -1,
"name": "招募任务详情",
"pathName": "shoppingGuid/page/pages/enlistInfo/enlistInfo",
"query": ""
},
{
"id": -1,
"name": "导购学院详情",
"pathName": "shoppingGuid/page/pages/guidCollegeInfo/guidCollegeInfo",
"query": ""
},
{
"id": -1,
"name": "选择会员",
"pathName": "shoppingGuid/page/pages/selectUsers/selectUsers",
"query": ""
},
{
"id": -1,
"name": "会员详情",
"pathName": "shoppingGuid/page/pages/userInfo/userInfo",
"query": ""
}
]
}
......
// shoppingGuid/page/pages/enlistInfo/enlistInfo.js
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
{
"navigationBarTitleText": "招募任务详情",
"usingComponents": {}
}
\ No newline at end of file
<!--shoppingGuid/page/pages/enlistInfo/enlistInfo.wxml-->
<text>shoppingGuid/page/pages/enlistInfo/enlistInfo.wxml</text>
/* shoppingGuid/page/pages/enlistInfo/enlistInfo.wxss */
\ No newline at end of file
// shoppingGuid/page/pages/guidCollegeInfo/guidCollegeInfo.js
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
<!--shoppingGuid/page/pages/guidCollegeInfo/guidCollegeInfo.wxml-->
<text>shoppingGuid/page/pages/guidCollegeInfo/guidCollegeInfo.wxml</text>
/* shoppingGuid/page/pages/guidCollegeInfo/guidCollegeInfo.wxss */
\ No newline at end of file
// shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.js
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
{
"navigationBarTitleText": "销售任务详情",
"usingComponents": {}
}
\ No newline at end of file
<!--shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.wxml-->
<text>shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.wxml</text>
/* shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.wxss */
\ No newline at end of file
// shoppingGuid/page/pages/selectUsers/selectUsers.js
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
{
"navigationBarTitleText": "选择会员",
"usingComponents": {}
}
\ No newline at end of file
<!--shoppingGuid/page/pages/selectUsers/selectUsers.wxml-->
<text>shoppingGuid/page/pages/selectUsers/selectUsers.wxml</text>
/* shoppingGuid/page/pages/selectUsers/selectUsers.wxss */
\ No newline at end of file
// shoppingGuid/page/pages/userInfo/userInfo.js
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
{
"navigationBarTitleText": "会员详情",
"usingComponents": {}
}
\ No newline at end of file
<!--shoppingGuid/page/pages/userInfo/userInfo.wxml-->
<text>shoppingGuid/page/pages/userInfo/userInfo.wxml</text>
/* shoppingGuid/page/pages/userInfo/userInfo.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