随笔分类 -  小程序

摘要:init() { // 屏幕的高度 let windowHeight = wx.getSystemInfoSync().windowHeight; let windowWidth = wx.getSystemInfoSync().windowWidth // 屏幕的宽度 let ratio = 75 阅读全文
posted @ 2021-08-15 10:53 SaBoo 阅读(197) 评论(0) 推荐(0)
摘要:先下载 uni-app 开发工具 hbuilderx 地址 https://www.dcloud.io/hbuilderx.html 如果是第一次使用,需要先配置小程序ide的相关路径,才能运行成功。 1. 首先找到 manifest.json 文件 然后找到 微信小程序配置 填写自己的 微信小程序 阅读全文
posted @ 2020-09-18 16:09 SaBoo 阅读(900) 评论(0) 推荐(0)