上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
  2017年9月30日
摘要: import Vue from 'vue' import { ToastPlugin, AlertPlugin, ConfirmPlugin, LoadingPlugin } from 'vux' /*import { Promise } from 'es6-promise';*/ Vue.use( 阅读全文
posted @ 2017-09-30 16:40 仔仔爱学习 阅读(3850) 评论(0) 推荐(0)
  2017年9月26日
摘要: var host = window.location.host;var protocal = window.location.protocolwindow.location.href = protocal+'//'+host+'/store/record/index?type=2' 阅读全文
posted @ 2017-09-26 16:47 仔仔爱学习 阅读(1462) 评论(1) 推荐(0)
  2017年9月22日
摘要: import { ToastPlugin,ConfirmPlugin,AlertPlugin} from 'vux' Vue.use(ToastPlugin) Vue.use(ConfirmPlugin) Vue.use(AlertPlugin) //公用的弹窗(全局变量)Vue.prototype 阅读全文
posted @ 2017-09-22 09:30 仔仔爱学习 阅读(17137) 评论(0) 推荐(0)
  2017年9月11日
摘要: 1、命令添加vux npm install vux --save 2、在build/webpack.base.conf.js中配置 const vuxLoader = require('vux-loader') const webpackConfig = originalConfig // 原来的 阅读全文
posted @ 2017-09-11 10:19 仔仔爱学习 阅读(3544) 评论(0) 推荐(0)
  2017年8月29日
摘要: //调用系统的弹框,不显示地址window.alert = function(name){ var iframe = document.createElement("IFRAME"); iframe.style.display="none"; iframe.setAttribute("src", ' 阅读全文
posted @ 2017-08-29 17:16 仔仔爱学习 阅读(327) 评论(0) 推荐(0)
  2017年8月25日
摘要: 1、image样式,style设置height auto不生效,可以通过设置image组件的mode,来实现:<image data-id="{{item.id}}" src="{{item.img}}" mode="widthFix"></image> 2、循环中加一个循环 <view wx:fo 阅读全文
posted @ 2017-08-25 14:54 仔仔爱学习 阅读(129) 评论(0) 推荐(0)
  2017年8月23日
摘要: 转载至:http://blog.csdn.net/tang05709/article/details/54924675 这个是需要循环出显示的https://github.com/tonyzhan/cnodeWeixinApp/blob/master/pages/detail/detail.wxml 阅读全文
posted @ 2017-08-23 15:22 仔仔爱学习 阅读(369) 评论(0) 推荐(0)
  2017年8月14日
摘要: 1、 改端口为8888 2、找到 vhosts 注释 3、注释端口号 阅读全文
posted @ 2017-08-14 11:30 仔仔爱学习 阅读(211) 评论(0) 推荐(0)
  2017年8月11日
摘要: 解决方案 .class disabled{ background-color: rgb(235, 235, 228); opacity:1} 阅读全文
posted @ 2017-08-11 14:59 仔仔爱学习 阅读(454) 评论(0) 推荐(0)
摘要: 方案一: 添加层数 z-index 方案二: 背景的透明度为0 阅读全文
posted @ 2017-08-11 09:09 仔仔爱学习 阅读(1165) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页