摘要: 1、封装为组件,方便调用<template lang="pug"> .scroll-lock-container(@touchstart="onTouchStart" @touchmove="onTouchMove") slot</template><script> export default { 阅读全文
posted @ 2019-07-09 11:50 huanghuamei206023 阅读(966) 评论(0) 推荐(0) 编辑
摘要: js部分:module.exports = { resize: function (file, callback, options) { //配置 options = Object.assign({ maxWidth: 1920, maxHeight: 1920 }, options || {}); 阅读全文
posted @ 2019-07-09 11:29 huanghuamei206023 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 参考网址:https://www.cnblogs.com/xiahj/p/8036419.html 阅读全文
posted @ 2019-07-09 11:23 huanghuamei206023 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1、移动端处理列表滑动的时候,微信底下有自带的返回页面按钮,经常会被遮住,遇到屏幕长一点的,下面会短一大截,以下用此方法可以解决。.container{ position:relative; background:url(../img/chooseBg.jpg) no-repeat center c 阅读全文
posted @ 2019-07-09 11:20 huanghuamei206023 阅读(482) 评论(1) 推荐(0) 编辑