We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7100fc commit b7d6e6dCopy full SHA for b7d6e6d
source/pages/index/index.js
@@ -432,7 +432,6 @@ Page({
432
}
433
434
const versionItems = findVersionItems(androidSection.children);
435
- console.log(JSON.stringify(versionItems))
436
versionItems.forEach(item => {
437
const aElement = item.children.find(child => child.tagName === 'a');
438
if (!aElement) return;
@@ -449,8 +448,6 @@ Page({
449
448
});
450
451
452
- console.log(weixinVersionList)
453
-
454
this.setData({
455
weixinVersions: weixinVersionList, weixinVersionBig: weixinVersionList[0].version
456
0 commit comments