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

dd

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