摘要: var myChart = echarts.init(document.getElementById('chart')); $.get('is.json', function(data) { myChart.setOption(option = { legend: { data: ["接单数", " 阅读全文
posted @ 2017-06-30 16:32 Sun_Song 阅读(791) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"> <title></title>< 阅读全文
posted @ 2017-06-19 17:09 Sun_Song 阅读(199) 评论(0) 推荐(0) 编辑
摘要: js: <script type="text/javascript"> var v=new Vue({ el:"#main", data:{ comm:"", }, methods:{ recommend:function(){ $.ajax({ type: "get", url: "index.j 阅读全文
posted @ 2017-06-19 17:04 Sun_Song 阅读(3415) 评论(0) 推荐(1) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <div class="container" ng-app="myapp" ng-controller="ctrl"> <input 阅读全文
posted @ 2017-06-16 16:32 Sun_Song 阅读(102) 评论(0) 推荐(0) 编辑
摘要: blind:百叶窗 bounce:反弹 clip:剪辑 drop:降落 explod:爆炸 fade:淡入淡出 fold:折叠 highlight:突出 puff:膨胀 pulsate:跳水 scale:缩放 shake:震动 size:尺寸 slide:滑动 transfer:转移 $( "#ef 阅读全文
posted @ 2017-06-16 12:00 Sun_Song 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 单个页面设置方法 onShareAppMessage: function () { return { title: '微信小程序分享', desc: '测试标题!', path: '/page/index' } } 阅读全文
posted @ 2017-06-08 16:17 Sun_Song 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 全局背景色在app.wxss下设置 page{ background: #eee;} 单页在相对应的wxss里设置 page{ background: #fff;} 阅读全文
posted @ 2017-06-08 16:15 Sun_Song 阅读(8852) 评论(0) 推荐(0) 编辑
摘要: 新建json文件 "navigationBarTitleText": "标题" 阅读全文
posted @ 2017-06-08 16:12 Sun_Song 阅读(1477) 评论(0) 推荐(0) 编辑
摘要: 魔棒或套索或钢笔选出多余部分,选框工具-》填充-》内容识别-》溶解 对比 阅读全文
posted @ 2017-06-08 14:03 Sun_Song 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 使用方法 <div style="position: relative;"> <div id="wrapper"> <div class="scroll"> <ul class="index_nav_bar"> <li class="li_active">全部</li> <li><a href="j 阅读全文
posted @ 2017-06-07 18:42 Sun_Song 阅读(333) 评论(0) 推荐(0) 编辑