首页和地图

This commit is contained in:
2021-03-30 15:21:50 +08:00
parent a1e0b507a7
commit 2ce56b31fa
25 changed files with 276 additions and 117 deletions

3
app.js
View File

@@ -2,9 +2,6 @@
App({
onLaunch() {
// 展示本地存储能力
const logs = wx.getStorageSync('logs') || []
logs.unshift(Date.now())
wx.setStorageSync('logs', logs)
// 登录
wx.login({