随笔分类 -  mui

mui弹出二维码示例
摘要:<div id="tap_popover" class="box mui-popover mui-popover-action mui-popover-bottom" style="width: 50%; margin-left: 25%; margin-bottom: 60%; backgroun 阅读全文
posted @ 2019-08-23 04:30 baraka 阅读(609) 评论(0) 推荐(0)
mui 关键词查询
摘要:<div class="pop-schwrap"> <div class="ui-scrollview"> <div class="mui-bar mui-bar-nav clone"> <a class="btn btn-back" href="javascript:;"></a> <div cl 阅读全文
posted @ 2019-01-17 11:40 baraka 阅读(427) 评论(0) 推荐(0)
mui mui-control-item获得选中的标签
摘要:function getActiveControl() { var segmentedControl = document.getElementById("top-scroll"); var links = segmentedControl.getElementsByTagName('a'); fo 阅读全文
posted @ 2019-01-16 18:16 baraka 阅读(2243) 评论(0) 推荐(0)
mui横向滑动菜单
摘要:<style> .mui-bar a { color: #E02D26; } #topItem { background: white; border-bottom: 1px solid #EEEEEE; } .mui-slider .mui-segmented-control.mui-scroll 阅读全文
posted @ 2019-01-16 17:35 baraka 阅读(2758) 评论(0) 推荐(0)
mui ajax传参示例
摘要://加入购物车var data=[];var row1 = {good_id:'1',number:'2',goods_spec_ids:[1,2]};data.push(row1);console.log(JSON.stringify(data));//加入订单var data=[];var ro 阅读全文
posted @ 2018-12-06 16:26 baraka 阅读(1124) 评论(0) 推荐(0)