摘要:
var app= angular.module("myApp",[]);app.service("getDate",function($http){ return $http.get("../product1.json")});app.controller("ctrl",function($scope,getDate){ getDate.then(function(res){ ... 阅读全文
摘要:
$swatch监听方法 阅读全文
摘要:
阅读全文
摘要:
<button type="button" class="mui-btn mui-btn-primary mui-btn-outlined mui-pull-right" id="yanzm">获取验证码</button> $("#yanzm").on('click',function(){ var 阅读全文