上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 渲染后出现排序错乱问题,解决方法使用template 渲染即可 <template v-for="(item,itemIndex) in customHeaderArr"></template> 阅读全文
posted @ 2022-04-15 11:27 爱尚丽明 阅读(488) 评论(0) 推荐(0) 编辑
摘要: Error: Missing binding ...\node_modules\node-sass\vendor\win32-x64-83\binding.node Node Sass could not find a binding for your current environment: Wi 阅读全文
posted @ 2022-04-13 09:53 爱尚丽明 阅读(1021) 评论(0) 推荐(0) 编辑
摘要: 在vue-cli版本为2.x的情况下修改webpack.dev.conf.js中的devServer对象加入disableHostCheck: true devServer: { disableHostCheck: true, } vue-cli版本3.0的情况下修改vue.config.js mo 阅读全文
posted @ 2021-06-05 16:22 爱尚丽明 阅读(1578) 评论(0) 推荐(0) 编辑
摘要: https://ext.dcloud.net.cn/plugin?id=4631 阅读全文
posted @ 2021-04-04 19:21 爱尚丽明 阅读(457) 评论(0) 推荐(0) 编辑
摘要: <verify-code :key="codeNum" ></verify-code> 比如:这个是获取验证码的组件 初始化codeNum:new Date().getTime() 我们只需要去改变codeNum就会让组件重新刷新 需要的时候重新去给codeNum赋值就可以了 阅读全文
posted @ 2021-03-31 11:21 爱尚丽明 阅读(2839) 评论(0) 推荐(0) 编辑
摘要: 一、.env.development 开发环境 # 开发环境 # 环境标志 ENV = 'development' # 基础API VUE_APP_BASE_API = '/api' VUE_CLI_BABEL_TRANSPILE_MODULES = true 开发环境需要配置跨域代理:在vue.c 阅读全文
posted @ 2020-07-28 18:40 爱尚丽明 阅读(3173) 评论(0) 推荐(0) 编辑
摘要: <uses-permission android:name=\"android.permission.INSTALL_PACKAGES\"/> <uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\"/ 阅读全文
posted @ 2020-06-11 10:10 爱尚丽明 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 1、将scroll-view 改为view使用overflow属性。 2、将整个vue页面添加position:fixed;z-index:10;脱离页面的ios自带的滚动。 3、将单独需要滚动的地方设置position:fiexd;z-index:10; 继续开始爬坑了!!! 阅读全文
posted @ 2020-06-11 09:24 爱尚丽明 阅读(12372) 评论(0) 推荐(0) 编辑
摘要: var WxParse = require('../../components/wxParse/wxParse.js');//路径根据本地自己引入的文件 二、自定义一个方法模拟请求接口 三、视图页面中进行渲染 四、页面中css 就这样实现了数组富文本解析。如果对您有帮助,请点个赞!!! 谢谢!!! 阅读全文
posted @ 2019-08-08 16:41 爱尚丽明 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 1、创建一个dateTime.wxs文件,放在公共文件夹下,内容代码如下: 2、那个页面使用只需要在wxml页面头部引入dateTime.wxs 3、在需要时间戳转换格式时调用 阅读全文
posted @ 2019-07-11 14:45 爱尚丽明 阅读(3857) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页