随笔分类 -  微信小程序组件

摘要:https://blog.csdn.net/jackjia2015/article/details/86700861 阅读全文
posted @ 2019-11-06 15:52 ThisCall 阅读(129) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_41326021/article/details/81004981 https://blog.csdn.net/java558/article/details/86001064 https://blog.csdn.net/qq_3571375 阅读全文
posted @ 2019-11-04 10:30 ThisCall 阅读(98) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/yang7789/article/details/78933734 https://github.com/liyinglihuannan/we-cropper 阅读全文
posted @ 2019-11-04 10:16 ThisCall 阅读(219) 评论(0) 推荐(0) 编辑
摘要:.weui-navbar__slider { position: absolute; content: " "; left: 0; bottom: 0; width: 70rpx; height: 3px; ">; -webkit-transition: -webkit-transform 0.3s 阅读全文
posted @ 2018-07-26 14:16 ThisCall 阅读(677) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/myboogle/p/6278163.html 微信小程序的swiper组件是滑块视图容器,也就是说平常我们看到的轮播图就可以用它来做,不过这个组件有很多样式是固定的,但是,有时候我们的设计稿的面板指示点是需要个性化的,那么如何去修改swiper组件的 阅读全文
posted @ 2018-05-05 14:23 ThisCall 阅读(1796) 评论(0) 推荐(0) 编辑
摘要:<view class='back'></view> <view class="container"> <!-- 睡眠记录 --> <view class='sp-list'> <view class='sp-item acl255 flexba f30'> <view class='item-lf 阅读全文
posted @ 2018-03-19 16:31 ThisCall 阅读(4739) 评论(0) 推荐(0) 编辑
摘要:<view class='userperson'> <view class='f30 flexca'>请选择您的注册身份</view> <view class='select-only f30'> <view class='flexa '> <view class="so-3 flexca {{se 阅读全文
posted @ 2018-01-22 10:03 ThisCall 阅读(2441) 评论(0) 推荐(0) 编辑
摘要:data: { nums: 1, start: '', // change:'' // 上一部记忆数据 mid: '' }, mytouchmove: function (e) { var start = this.data.start; var change = parseInt(e.touche 阅读全文
posted @ 2018-01-21 21:44 ThisCall 阅读(301) 评论(0) 推荐(0) 编辑
摘要:<view> <scroll-view scroll-x scroll-with-animation scroll-left="{{menuIndex}}" style="height: 100px; width:100%;"> <view id='#haha' class='all' style= 阅读全文
posted @ 2018-01-18 09:04 ThisCall 阅读(4140) 评论(0) 推荐(0) 编辑
摘要:<view class='v-item flexba' bindtap='buttonShow'> <text>联系我们</text> <image src='../../imgs/user/right.png'></image> </view> buttonShow: function () { 阅读全文
posted @ 2018-01-18 08:51 ThisCall 阅读(351) 评论(0) 推荐(0) 编辑
摘要:<!-- 话务 --> <view class='detail-tel flexca'> <image class='image-full' src='../../imgs/index/de/icon.png'></image> <contact-button class='section-tel' 阅读全文
posted @ 2018-01-18 08:49 ThisCall 阅读(444) 评论(0) 推荐(0) 编辑
摘要:<!-- 点击立即抢拼弹出框 --> <view class='add-rob' bindtap="setModalStatus" data-status="0" wx:if="{{showModalStatus}}"></view> <view class='rob-box' wx:if="{{s 阅读全文
posted @ 2018-01-03 16:46 ThisCall 阅读(2608) 评论(0) 推荐(0) 编辑
摘要:<!-- &&底部加载 --> <view class='page-add-data flexca'> <text>{{pageTottomText}}</text> </view> /*加载 */ .page-add-data{ width: 100%; height: 40rpx; color: 阅读全文
posted @ 2018-01-02 16:57 ThisCall 阅读(3664) 评论(0) 推荐(0) 编辑
摘要:<view class="list"> <form bindsubmit="formSubmit"> <view class="item-addr flexa" bindtap="translate"> <view>所在城市:</view> <view style='color:#666' wx:i 阅读全文
posted @ 2017-12-10 20:47 ThisCall 阅读(11039) 评论(0) 推荐(0) 编辑
摘要:<view class="edition-container"> <view class='edition-content'> <!-- 1分类菜单--> <view class='edition-menu flex'> <block wx:key="edmenu" wx:for="{{edmenu 阅读全文
posted @ 2017-12-07 16:50 ThisCall 阅读(1579) 评论(0) 推荐(0) 编辑
摘要:JS data: { // 初始化滑动条数据 menuIndex:0, // 每个菜单的宽度 onlyWidth: 70, // 右侧的margin marginWidth:10, // 菜单总长 menuWidth:0, lists:[ { list: 'a1' }, { list: 'a2' } 阅读全文
posted @ 2017-12-05 09:11 ThisCall 阅读(1158) 评论(0) 推荐(0) 编辑
摘要:<!-- 点击立即抢拼弹出框 --> <view class='add-rob' bindtap="setModalStatus" data-status="0" wx:if="{{showModalStatus}}"></view> <view class='rob-box' wx:if="{{s 阅读全文
posted @ 2017-11-29 16:05 ThisCall 阅读(1183) 评论(0) 推荐(0) 编辑
摘要:JS // pages/search/search.js var app = getApp(); Page({ /** * 页面的初始数据 */ data: { inputValue:'', // 焦点默认数据 keyListId: 1, keyselecte: true, // keylist:{ 阅读全文
posted @ 2017-11-28 11:44 ThisCall 阅读(898) 评论(0) 推荐(0) 编辑
摘要:JS // pages/shop/shop.js Page({ /** * 页面的初始数据 */ data: { //判断购物车是否为空时的页面 hasList: false, carts:[], }, // 实现bindSelectAll事件,改变全选状态 selectedAllStatus: t 阅读全文
posted @ 2017-11-28 11:40 ThisCall 阅读(597) 评论(0) 推荐(0) 编辑
摘要:js文件 'use strict'; let choose_year = null, choose_month = null; const conf = { data: { hasEmptyGrid: false, showPicker: false }, onLoad() { const date 阅读全文
posted @ 2017-11-28 11:20 ThisCall 阅读(6519) 评论(0) 推荐(0) 编辑