1.index.wxml文件 <!--index.wxml--> <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}"> < ...
分类:
微信 时间:
2017-08-30 20:51:05
阅读次数:
764
加上 autoplayDisableOnInteraction : false 便可以解决此问题 ***知识点*** 官网介绍 ...
分类:
其他好文 时间:
2017-08-25 14:53:42
阅读次数:
355
先来一行代码: 如代码所示,只需要在数组语法中拼接字符串即可。 ***知识点*** 顺便总结一下vue语法 写法也分为:style的绑定和class的绑定 (以下代码部分为官网例子) (1)对象语法 顾名思义,就是有使用对象写法的语法 style绑定: 这类写法和css写法类似 class绑定: a ...
分类:
其他好文 时间:
2017-08-25 10:58:51
阅读次数:
362
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="css/mui.css"/> <style type="text/css" ...
分类:
移动开发 时间:
2017-08-22 17:34:30
阅读次数:
2343
注意:其中只可放置<swiper-item/>组件,其他节点会被自动删除。 swiper-item 仅可放置在<swiper/>组件中,宽高自动设置为100%。 <view class="page"> <view class="page__hd"> <text class="page__title" ...
分类:
其他好文 时间:
2017-08-21 17:50:32
阅读次数:
229
一、事件基础 PC:click、mouseover、mouseout、mouseenter、mouseleave、mousemove、mousedown、mouseup、mousewheel、keydown、keyup、load、scroll、blur、focus、change... 移动端:cli ...
分类:
移动开发 时间:
2017-08-14 20:09:42
阅读次数:
250
1.必须向CST_COMP_SNAP_INTERFACE表中插入此工单全部工序的数据(也就是说相同的工单插入多条,仅仅是工序号不一样) 标准文档: Note: If there are multiple operation sequences then, Insert multiple record ...
分类:
其他好文 时间:
2017-08-12 19:40:11
阅读次数:
955
angular2不推荐操作dom,但是实际应用中不可避免的需要使用到dom操作,怎么操作,官方文档提供了一系列api(ElementRef,ViewContainerRef ,TemplateRef)配合 @ViewChild或@ViewChildren就可以获取到dom元素,但是这个过程中有些文档 ...
分类:
其他好文 时间:
2017-08-01 12:36:57
阅读次数:
135
我们知道。APP在设计上习惯性的把返回button放在屏幕的左上角,那么,在非常多时候(尤其是大屏幕手机),操作改返回button,就会有诸多不便了。为了更加方便实现“返回”功能。如今的一些APP,如百度贴吧等。開始引入一种的新的交互方式,通过滑动屏幕。利用手势事件来高速且友好的实现该功能。 怎样高 ...
分类:
移动开发 时间:
2017-07-29 19:37:52
阅读次数:
334
<div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide"></div> <div class="swiper-slide"></div> <div class="swiper-slide ...
分类:
其他好文 时间:
2017-07-25 22:50:50
阅读次数:
545