随笔分类 -  小程序

摘要:/* .banner-box .wx-swiper-dot{ width: 50rpx; border-radius: 0; } */ /* .banner-box .wx-swiper-dot{ width: 50rpx; border-radius: 0; } */ 阅读全文
posted @ 2017-10-27 11:51 ThisCall 阅读(981) 评论(0) 推荐(0) 编辑
摘要:wxml bindtap='preview' js preview:function(){ wx.previewImage({ // current: '', // 当前显示图片的http链接 urls: ["https://timgsa.baidu.com/timg?image&quality=8 阅读全文
posted @ 2017-10-10 15:50 ThisCall 阅读(185) 评论(0) 推荐(0) 编辑
摘要://注意:加给他爹的overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 阅读全文
posted @ 2017-10-09 15:20 ThisCall 阅读(286) 评论(0) 推荐(0) 编辑
摘要:// 模态框控制弹出按钮 <view class='btn-right-btn flexca' bindtap="setModalStatus" data-status="1">立即抢拼</view> //模态弹出框外包裹 <view class='add-rob' bindtap="setModa 阅读全文
posted @ 2017-10-08 09:56 ThisCall 阅读(315) 评论(0) 推荐(0) 编辑
摘要:请确认测试手机微信版本为最高版本 1,wxml (主要) <button open-type="share">分享</button> //<button open-type="share"><image src='../../imgs/index/wear_1.png'></image></butt 阅读全文
posted @ 2017-09-14 11:56 ThisCall 阅读(757) 评论(0) 推荐(0) 编辑
摘要:首先本质区别是: event.target返回触发事件的元素 event.currentTarget返回绑定事件的元素 p包含在div内 在outer上点击时,target跟currentTarget是一样的,都是div,而在inner上点击时,e.target是p、e.currentTarget是 阅读全文
posted @ 2017-09-14 10:39 ThisCall 阅读(629) 评论(0) 推荐(0) 编辑
摘要:1wxml<!-- 茶系显示隐藏函数sectionSelect --><view class="img-fur" data-id="{{item.id}}" bindtap="sectionSelect"> <image class="section-img" src="{{item.section 阅读全文
posted @ 2017-09-13 16:46 ThisCall 阅读(1593) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-09-09 08:13 ThisCall 阅读(871) 评论(0) 推荐(0) 编辑
摘要:xhml <view catchtap="onCollectionTap" style="background:green" class="sotrge1" >读取缓存</view><view catchtap="onShareTap" style="background:red" class="s 阅读全文
posted @ 2017-09-04 22:56 ThisCall 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-08-23 01:55 ThisCall 阅读(130) 评论(0) 推荐(0) 编辑
摘要:头部颜色 css 1 2 3 阅读全文
posted @ 2017-08-23 01:01 ThisCall 阅读(176) 评论(0) 推荐(0) 编辑
摘要:1wxss 2js // 头部轮播数据 阅读全文
posted @ 2017-08-23 00:09 ThisCall 阅读(254) 评论(0) 推荐(0) 编辑
摘要:https://mp.weixin.qq.com/debug/wxadoc/introduction/#填写主体信息并选择验证方式 http://mp.weixin.qq.com/debug/wxadoc/dev/小程序开发流程 1, 2 3下载开发者工具 4, 阅读全文
posted @ 2017-08-22 02:29 ThisCall 阅读(131) 评论(0) 推荐(0) 编辑