mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-14 03:54:00 +08:00
04-25 更新
This commit is contained in:
@@ -2,14 +2,6 @@ Page({
|
||||
data: {
|
||||
PageCur: 'basics'
|
||||
},
|
||||
onLoad() {
|
||||
// 插屏广告
|
||||
|
||||
// let intersitialAd = wx.createInterstitialAd({
|
||||
// adUnitId: 'adunit-53f251ff1944e719'
|
||||
// })
|
||||
// intersitialAd.show().catch(err => console.log(err.errMsg))
|
||||
},
|
||||
NavChange(e) {
|
||||
this.setData({
|
||||
PageCur: e.currentTarget.dataset.cur
|
||||
|
||||
Reference in New Issue
Block a user