09 2020 档案
摘要:用CSS实现多行溢出隐藏的代码非常简单,但是兼容性也相对较低。 word-break:break-all; display:-webkit-box;/**对象作为伸缩盒子模型展示**/ -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/ -w
阅读全文
摘要:页面vue文件中请求方法uni.request({ //获取信息 url: getApp().globalData.https + '/api.php/Index/index', data: {}, method: 'POST', header: getApp().globalData.header
阅读全文
摘要:<template> <view> <input type="text" v-model="text" placeholder="输入.........."> <button type="default" @click="serachFn">搜索</button> <view> <view clas
阅读全文
摘要:跳转到tabbar页面 注意 跳转到tabbar页面及open-type="switchTab"不可以带参数 <navigator url="../index/index" open-type="switchTab">跳转到首页</navigator> <navigator :url="'/page
阅读全文
摘要:uni-app介绍 下载微信开发者工具 运行uniapp 在浏览器中运行 HBuilder中 工具-设置-运行设置 配置微信开发者工具安装目录 微信开发者工具 设置-安全设置-开启服务端口 真机运行???? uniapp配置文件 pages.json 1 { 2 "pages": [ //pages
阅读全文