摘要: 1、用fixed定位做的弹出框,弹出框里面有文本框。fixed在ios上兼容不友好,会造成光标乱跳。 解决方法:当弹出框弹出时给父元素加上fixed定位,此时页面无法滚动;弹出框关闭时移除fixed定位,页面恢复正常滚动。网上建议用better-scroll,或者用absolute定位改写弹出框。 阅读全文
posted @ 2018-02-25 14:20 Colorful_coco 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Mint UI-基于 Vue.js 的移动端组件库 npm 安装:npm i mint-ui -S 4、上拉刷新例子 阅读全文
posted @ 2018-02-25 13:56 Colorful_coco 阅读(4392) 评论(0) 推荐(0) 编辑
摘要: 微信网页授权 'https://open.weixin.qq.com/connect/oauth2/authorize?appid='+ appId +'&redirect_uri=' + redirectUri + '&response_type=code&scope=snsapi_base#we 阅读全文
posted @ 2018-02-25 11:02 Colorful_coco 阅读(7145) 评论(0) 推荐(0) 编辑