摘要: // uniapp安装依赖包npm i vue-i18n –S在根目录创建一个 lang的文件夹,并且在lang文件夹内创建cn.js 和 en.js打开 main.js, 注入Vue实例中import Vue from 'vue' import App from './App' import Vu 阅读全文
posted @ 2020-08-12 22:37 飞鸟和蝉- 阅读(345) 评论(3) 推荐(0) 编辑
摘要: onReady(){ let that = this uni.getSystemInfo({ success: function(res) { // res - 各种参数 console.log(res.windowHeight); // 屏幕的宽度 let info = uni.createSel 阅读全文
posted @ 2020-08-12 17:58 飞鸟和蝉- 阅读(3516) 评论(0) 推荐(0) 编辑