摘要:
组件中定义事件 getServiceActive(index,text) { this.active_type = index; if(text=="全部") { text=null; } this.type_text=text; this.$emit("ListenChildEvent",{"ty 阅读全文
posted @ 2019-09-29 10:03
艺洁
阅读(150)
评论(0)
推荐(0)
摘要:
父页面定义打开、关闭蒙版的自定义事件 var flag = false; //创建遮罩蒙板 var mask = mui.createMask(function() { //设置点击蒙板不会自动消失 //但调用close方法关闭mask时,必须返回true return flag; }); //监听 阅读全文
posted @ 2019-09-29 09:55
艺洁
阅读(649)
评论(0)
推荐(0)
摘要:
父页面: var confirm_id = this.getAttribute("data-id"); var baseUrl = 'rectification_item.html'; var url = mui.os.plus ? baseUrl : baseUrl + '?confirm_id= 阅读全文
posted @ 2019-09-29 09:45
艺洁
阅读(804)
评论(0)
推荐(0)
摘要:
父页面:autoShow: false默认不自动加载页面 子页面准备好后显示窗口。 阅读全文
posted @ 2019-09-29 09:43
艺洁
阅读(605)
评论(0)
推荐(0)
摘要:
原符号 < <= > >= & ' " 替换符号 < <= > >= & ' " 阅读全文
posted @ 2019-09-29 09:33
艺洁
阅读(11744)
评论(0)
推荐(1)
摘要:
mapper中写接口,必须加上 @Param("partyOrganId"),否则会出错。 List<EChartsDO> getMemberByAge(@Param("partyOrganId") List<Long> partyOrganId);xml映射中:<sql id="WhereClau 阅读全文
posted @ 2019-09-29 09:31
艺洁
阅读(2237)
评论(0)
推荐(0)

浙公网安备 33010602011771号