会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
仔仔爱学习
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
6
7
8
9
10
11
12
13
14
···
20
下一页
2017年9月30日
vue中alert toast confirm loading 公用
摘要: 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日
vue 跳外链
摘要: 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日
vue 中使用 Toast弹框
摘要: 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日
vue 添加vux
摘要: 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日
js重写系统的弹框
摘要: //调用系统的弹框,不显示地址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日
小程序使用wxParse解析html
摘要: 转载至: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日
苹果手机 disabled 的背景颜色没有
摘要: 解决方案 .class disabled{ background-color: rgb(235, 235, 228); opacity:1}
阅读全文
posted @ 2017-08-11 14:59 仔仔爱学习
阅读(454)
评论(0)
推荐(0)
absolute 导致点击事件无效
摘要: 方案一: 添加层数 z-index 方案二: 背景的透明度为0
阅读全文
posted @ 2017-08-11 09:09 仔仔爱学习
阅读(1165)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
20
下一页
公告