Commit f5472cbe authored by sujie@126.com's avatar sujie@126.com

dd

parent 052bf502
......@@ -38,7 +38,6 @@ const definePage = function () {
})
}
function getForQueryStudentId (path, query) {
console.log(query, 'query');
let returnObj = {};
const pageObj = parameter.find(ele => ele.root == path) || null;
let queryParams = {};
......
......@@ -26,7 +26,6 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
console.log(2222)
wx.setNavigationBarColor({
frontColor: '#ffffff',
backgroundColor: '#FFD146',
......@@ -35,7 +34,6 @@ Page({
timingFunc: 'linear'
},
success: (result) => {
},
fail: () => {},
complete: () => {}
......@@ -99,5 +97,4 @@ Page({
isExpend: flag
})
}
})
\ No newline at end of file
......@@ -26,7 +26,6 @@ Page({
onLoad: function (options) { // Do some initialize when page load.
const {sid} = options;
let currentTime = this.formatDate();
this.setData({
sid,
date: currentTime,
......
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