Commit b41c62be by 高淑倩

console

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