摘要: server.js 页面代码 // 引入需要的依赖 const express=require('express'); //框架名 const cookieParser=require('cookie-parser'); // const cookieSession=require('cookie- 阅读全文
posted @ 2021-02-28 13:45 伴月阁 阅读(1446) 评论(0) 推荐(0) 编辑
摘要: var w = wx.getSystemInfoSync().windowWidth; var h = wx.getSystemInfoSync().windowHeight; 阅读全文
posted @ 2021-02-28 13:27 伴月阁 阅读(969) 评论(0) 推荐(0) 编辑
摘要: 页面效果 HTML代码 <view class="mapBlock"> <view class="lable">项目坐标</view> <map id="myMap" style="{{csstext}}" latitude="{{latitude}}" longitude="{{longitude 阅读全文
posted @ 2021-02-28 13:15 伴月阁 阅读(350) 评论(0) 推荐(0) 编辑