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

浙公网安备 33010602011771号