摘要:
// 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 阅读全文
摘要:
onReady(){ let that = this uni.getSystemInfo({ success: function(res) { // res - 各种参数 console.log(res.windowHeight); // 屏幕的宽度 let info = uni.createSel 阅读全文