06 2018 档案

摘要:(function(window, document) { var viewWidth = 720; var pick = viewWidth / 100; var mode = "resize"; function change() { var view = document.documentElement.clientWidth ||... 阅读全文
posted @ 2018-06-20 16:07 爱尚丽明 阅读(288) 评论(0) 推荐(0)
摘要://获取url后面的参数 function getRequest() { var url = location.search; //获取url中"?"符后的字串 var theRequest = new Object(); if (url.indexOf("?") != -1) { var str = url.sub... 阅读全文
posted @ 2018-06-20 16:03 爱尚丽明 阅读(355) 评论(0) 推荐(0)
摘要:{{countDownDay}}天{{countDownHour}}小时{{countDownMinute}}分钟{{countDownSecond}}秒 Page( { data: { countDownDay: 0, countDownHour: 0, countDownMinute: 0, countDown... 阅读全文
posted @ 2018-06-12 19:47 爱尚丽明 阅读(227) 评论(0) 推荐(0)
摘要:页面view代码 上传图片、删除图片CSS js代码 看一下实现方法和步骤就好,直接粘贴js是实现不了的!!! 阅读全文
posted @ 2018-06-09 11:05 爱尚丽明 阅读(850) 评论(0) 推荐(0)
摘要:var app = getApp(); function wxPromisify(fn) { return function (obj = {}) { return new Promise((resolve, reject) => { obj.success = function (res) { //成功 resolve(res) ... 阅读全文
posted @ 2018-06-09 10:43 爱尚丽明 阅读(4032) 评论(0) 推荐(1)