会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Wowo丶
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
2
3
4
5
6
···
15
下一页
2019年4月10日
小程序整理
摘要: 1标题配置: json "navigationBarTitleText": "标题" 动态配置 wx.setNavigationBarTitle({ title:"标题" }) 2:禁用下拉刷新 json 配置 "enablePullDownRefresh":true 3:使用组件 json 配置 "usingComponents":{ } ...
阅读全文
posted @ 2019-04-10 10:38 Wowo丶
阅读(103)
评论(0)
推荐(0)
编辑
微信小程序--录音
摘要: var app = getApp(), $ = require("../../utils/util.js"); const recorderManager = wx.getRecorderManager(); var interval; Page({ data: { listen: false, voicePath: "", minute: 0, seco...
阅读全文
posted @ 2019-04-10 08:54 Wowo丶
阅读(266)
评论(0)
推荐(0)
编辑
2019年4月3日
mpvue
摘要: if (mpvuePlatform 'wx') { mpvue.switchTab({ url }) } else { mpvue.navigateTo({ url }) }
阅读全文
posted @ 2019-04-03 16:51 Wowo丶
阅读(308)
评论(0)
推荐(0)
编辑
2019年2月18日
hbuilder 打包 vueAPP
摘要: "statusbar": { "immersed": true/*沉浸式状态栏*/ 设置背景色就不要设置 此项 或者删除不配置 "background": "#ffffff" }, import Mui from 'vue-awesome-mui'; Vue.use(Mui); 在index.htm
阅读全文
posted @ 2019-02-18 11:18 Wowo丶
阅读(283)
评论(0)
推荐(0)
编辑
2019年2月15日
react rem
摘要: postcss-px2rem 2 在webpack.config.js 中添加 引入 const px2rem = require('postcss-px2rem'); 找到: loader: require.resolve('postcss-loader'), 修改 { // Options fo
阅读全文
posted @ 2019-02-15 14:02 Wowo丶
阅读(315)
评论(0)
推荐(0)
编辑
2019年1月30日
react 关闭eslint 配置
摘要: 在 package.json 中修改为一下"eslintConfig": { "extends": "react-app", "rules": { "no-undef": "off", "no-restricted-globals": "off", "no-unused-vars": "off" } }
阅读全文
posted @ 2019-01-30 16:34 Wowo丶
阅读(12091)
评论(0)
推荐(1)
编辑
2019年1月29日
react axios 配置
摘要: "proxy": "代理地址" 2 封装axios 创建server.js 添加 import axios from "axios"; import qs from "qs"; import axios from "axios"; import qs from "qs"; //终止axios的fun
阅读全文
posted @ 2019-01-29 14:36 Wowo丶
阅读(1704)
评论(0)
推荐(0)
编辑
2019年1月21日
react 路由之react-router-dom
摘要: componentWillMount() { let _id = this.props.match.params.id, id = this.props.history.location.state, id1 = this.props.history.location.query; console.
阅读全文
posted @ 2019-01-21 15:04 Wowo丶
阅读(822)
评论(0)
推荐(0)
编辑
2019年1月18日
react mobx 装饰器语法配置
摘要: 注:转自https://www.cnblogs.com/ygxdbmx/p/9845241.html 搞了好久终于可以了,记录一下
阅读全文
posted @ 2019-01-18 11:33 Wowo丶
阅读(889)
评论(0)
推荐(0)
编辑
2019年1月3日
react
摘要: 1.安装react (安装react、react-dom) npm install react react-dom --save 2: npm install -g create-react-app3 创建项目create-react-app projectName4;启动 npm start 端口默认3000 5;打包空白问题 使用react-router-dom 路由使用 Ha...
阅读全文
posted @ 2019-01-03 16:11 Wowo丶
阅读(155)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
15
下一页