Commit b41c62be by 高淑倩

console

parent 79b42ed8
...@@ -36,7 +36,6 @@ wxService.page({ ...@@ -36,7 +36,6 @@ wxService.page({
* 生命周期函数--监听页面加载 * 生命周期函数--监听页面加载
*/ */
onLoad() { onLoad() {
console.log('onlod', this.options)
this.setData( this.setData(
{ {
pages: [], pages: [],
......
...@@ -36,7 +36,6 @@ wxService.page({ ...@@ -36,7 +36,6 @@ wxService.page({
* 生命周期函数--监听页面加载 * 生命周期函数--监听页面加载
*/ */
onLoad() { onLoad() {
console.log('onlod', this.options)
this.setData( this.setData(
{ {
pages: [], pages: [],
......
...@@ -567,9 +567,7 @@ class WXService extends Http { ...@@ -567,9 +567,7 @@ class WXService extends Http {
_self.initAppGlobalDataSync() _self.initAppGlobalDataSync()
//修改参数 //修改参数
let pageIsFromShare = false, tentacleId = null; let pageIsFromShare = false, tentacleId = null;
console.log('args', args)
args.forEach(item => { args.forEach(item => {
console.log('item===',item)
if (item['t']) { if (item['t']) {
pageIsFromShare = true; pageIsFromShare = true;
tentacleId = Integer.digit(item['t'], 64, 10); tentacleId = Integer.digit(item['t'], 64, 10);
...@@ -587,7 +585,6 @@ class WXService extends Http { ...@@ -587,7 +585,6 @@ class WXService extends Http {
config.onLoad && config.onLoad.apply(page, args); config.onLoad && config.onLoad.apply(page, args);
}, },
onShow: function (...args) { onShow: function (...args) {
console.log('________',args)
const page = this const page = this
_self.currentPage = page _self.currentPage = page
config.onShow && config.onShow.apply(page, args) config.onShow && config.onShow.apply(page, args)
......
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