2018年10月19日
摘要: HTML: <div>{{countDownList}}</div> script: export default { data() { return { countDownList: '00天00时00分00秒', actEndTime: '2018-11-19 18:50:00' }; }, c 阅读全文
posted @ 2018-10-19 18:16 陌生人! 阅读(866) 评论(1) 推荐(1) 编辑
摘要: HTML: <div class="marquee"> <ul class="nameList" :class="{anim:animate==true}"> <li v-for='(item,index) in marqueeList' :key="index">{{item.name}}</li 阅读全文
posted @ 2018-10-19 16:33 陌生人! 阅读(473) 评论(0) 推荐(0) 编辑
  2018年7月11日
摘要: 0 info it worked if it ends with ok1 verbose cli [ 'D:\Program Files\nodejs\node.exe',1 verbose cli 'D:\Program Files\nodejs\node_modules\npm\bin\npm- 阅读全文
posted @ 2018-07-11 15:55 陌生人! 阅读(14962) 评论(0) 推荐(0) 编辑
  2018年6月28日
摘要: var config = "https://*******.com";var aHttp = {};aHttp.resultHandler = function(opt) { var option = { url: config + opt.url, type: 'post', dataType: 阅读全文
posted @ 2018-06-28 11:36 陌生人! 阅读(89) 评论(0) 推荐(0) 编辑
  2018年6月26日
摘要: var vm = new Vue({ el: '#app', data:{ couponList:[{ name: '请选择' },{ name: '常温' },{ name: '低温' },{ name: '常温低温' }], couponSelected: '', }, created(){ / 阅读全文
posted @ 2018-06-26 14:47 陌生人! 阅读(14526) 评论(0) 推荐(0) 编辑
摘要: <select class="myCenter_add_row-5" v-model="province" :v-bind="province" @change="citychange($event)"> <option v-for="i in provincelist" v-bind:value= 阅读全文
posted @ 2018-06-26 14:40 陌生人! 阅读(590) 评论(0) 推荐(0) 编辑
  2018年1月23日
摘要: Page({ data:{ verifyCodeUrl:'', } getVerifyCode:function(){ Ajax('url?'+new Date().getTime()).then(res=>{ this.setData({ verifyCodeUrl:res.data }) }) 阅读全文
posted @ 2018-01-23 15:28 陌生人! 阅读(1184) 评论(0) 推荐(0) 编辑
  2017年4月17日
摘要: 在gulpfile.js里添加var ejs = require('gulp-ejs') 命令行中执行: npm install gulp-ejs gulp.task('gulp-ejs', function(){ gulp.src(模版目录 + '/**/*.html') .pipe(data(f 阅读全文
posted @ 2017-04-17 13:00 陌生人! 阅读(4065) 评论(0) 推荐(0) 编辑
摘要: 安装Gulp首先要确保本地已经安装node环境(在命令行中输入"node -v"查看node版本号) node下载地址"https://nodejs.org/en/download/"个人推荐,根据自己电脑进行下载(不会安装node可以百度这里就不多说了) 安装cnpm: npm install - 阅读全文
posted @ 2017-04-17 10:45 陌生人! 阅读(278) 评论(0) 推荐(0) 编辑
  2017年4月14日
该文被密码保护。 阅读全文
posted @ 2017-04-14 18:06 陌生人! 阅读(5) 评论(0) 推荐(0) 编辑