UNPKG

@sdc-monitor/demo

Version:

<div align="center"> <a href="#" target="_blank"> <img src="https://i.loli.net/2021/07/28/EvPwd4NjVH3tBfO.jpg" alt="mito-logo" height="90"> </a> <p>A Lightweight SDK For Monitor Web</p>

26 lines (22 loc) 349 B
// index.js // 获取应用实例 const app = getApp() Page({ data: { }, onReady(options){ console.log('onready', options) }, onLoad() { if (wx.getUserProfile) { this.setData({ canIUseGetUserProfile: true }) } }, onTap() { wx.navigateTo({ url: '/pages/automator/automator', }) } })