上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页
摘要: if (typeof thisObj.city 'undefined') { return} 阅读全文
posted @ 2017-09-26 11:56 小短腿奔跑吧 阅读(19170) 评论(0) 推荐(0) 编辑
摘要: <p class="answerNum2" v-text="iteme.sel_num" :class="{letter: num }"></p> //自定义,如果num为true,添加letter <p class="answerNum2" v-text="iteme.sel_num" :clas 阅读全文
posted @ 2017-09-22 14:34 小短腿奔跑吧 阅读(7513) 评论(0) 推荐(0) 编辑
摘要: //点击按钮,执行什么成功,失败用这个合适this.$vux.toast.show({ text: '添加成功'}) //点击按钮,提示出现的问题 this.$vux.toast.show({ text: '请输入该问题', type: 'text', width: '180px', //设置显示宽 阅读全文
posted @ 2017-09-22 14:19 小短腿奔跑吧 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-09-22 14:05 小短腿奔跑吧 阅读(395) 评论(0) 推荐(0) 编辑
摘要: // encodeURI 编码 window.location.href(encodeURI("zhongji2.html"+"?"+"parm1="+parm1+"&parm2="+parm2+"&parm3="+parm3+"&parm4="+parm4)); // decodeURI 解码 v 阅读全文
posted @ 2017-09-01 17:01 小短腿奔跑吧 阅读(1120) 评论(0) 推荐(0) 编辑
摘要: {literal} var mobile_mode=/^1[34578]\d{9}$/; {/literal} if(!mobile_mode.test(tel)){ $(".tishi").text("手机号码有误").fadeIn("show").fadeOut(3000) return fal 阅读全文
posted @ 2017-08-21 15:51 小短腿奔跑吧 阅读(3733) 评论(0) 推荐(0) 编辑
摘要: 将以下代码放入pc首页即可 <script type="text/javascript"> function mobile_device_detect(url) { var thisOS = navigator.platform; var os = new Array("iPhone", "iPod 阅读全文
posted @ 2017-08-04 14:36 小短腿奔跑吧 阅读(1252) 评论(0) 推荐(0) 编辑
摘要: 喜欢左边固定,右边随意改变 http://www.js-css.cn/divcss/admin/meAdmin/index.html 喜欢有关于表单标签的设计 http://www.js-css.cn/divcss/admin/detail/index.html 移动端页面和谐 http://www 阅读全文
posted @ 2017-08-04 14:14 小短腿奔跑吧 阅读(102) 评论(0) 推荐(0) 编辑
摘要: <select v-model="citys" name="cityVal" @change="schoolName(citys)"> <option v-for="(item,index) in city" :value="item.val" v-text="item.name" ></optio 阅读全文
posted @ 2017-08-04 11:18 小短腿奔跑吧 阅读(1303) 评论(0) 推荐(0) 编辑
摘要: 应该将v-model换成:value,因为v-model只能绑定一个值,无法绑定多个值 <select v-model="citys"> <option v-for="(item,index) in city" :value="item.val" v-text="item.name" ></opti 阅读全文
posted @ 2017-08-04 10:59 小短腿奔跑吧 阅读(1488) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页