上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 126 下一页
摘要: // // 表单手机号 blurPhone: function (e) { var phone = e.detail.value; if (!(/^1[34578]\d{9}$/.test(phone))) { this.setData({ ajxtrue: false }) if (phone.l 阅读全文
posted @ 2017-10-27 16:41 ThisCall 阅读(9527) 评论(1) 推荐(0) 编辑
摘要: /* .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 阅读(980) 评论(0) 推荐(0) 编辑
摘要: <!-- 1分类菜单--> <view class='edition-menu flex'> <block wx:key="edmenu" wx:for="{{edmenu}}" wx:for-index="index"> <view class='flexcca' data-index='{{in 阅读全文
posted @ 2017-10-23 11:45 ThisCall 阅读(310) 评论(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) 编辑
摘要: JS // 左侧菜单栏焦点控制函数 keyMenu: function (e) { var mlindex = e.currentTarget.dataset.mlindex; this.setData({ curNav: mlindex, }) }, //数据 curNav: 0, mrlist: 阅读全文
posted @ 2017-10-10 14:06 ThisCall 阅读(973) 评论(0) 推荐(0) 编辑
摘要: //注意:加给他爹的overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 阅读全文
posted @ 2017-10-09 15:20 ThisCall 阅读(286) 评论(0) 推荐(0) 编辑
摘要: //循环 <block wx:key="style" wx:for="{{item.style}}" wx:for-item="its" wx:for-index="itx"> <!-- <view > --> <view class='rob-merch-list flexba'> <view c 阅读全文
posted @ 2017-10-09 11:07 ThisCall 阅读(986) 评论(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) 编辑
摘要: .monery-detail .active{ ">#e5c41d; color: white; } <block wx:key="recharge" wx:for="{{recharge}}" wx:for-index="index"> <!-- 绑定焦点函数rechargeActive --> 阅读全文
posted @ 2017-09-22 14:57 ThisCall 阅读(2147) 评论(0) 推荐(0) 编辑
摘要: <view class="commodity-zone"> <!-- 系列商品模板 --> <block class="zone-among" wx:key="teaamong" wx:for="{{teaamong}}" wx:for-index="index"> <!-- 控制显示与隐藏的外衣 阅读全文
posted @ 2017-09-14 14:08 ThisCall 阅读(738) 评论(0) 推荐(0) 编辑
上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 126 下一页