| | |
| | | $.get(todayUrl, function (res) { |
| | | that.today = res.data; |
| | | }) |
| | | |
| | | console.log('开始请求') |
| | | this.getGoodsList(); |
| | | }, |
| | | handleIntersectionObserver: function () {}, |
| | |
| | | getGoodsList: function () { |
| | | var id = this.active, that = this; |
| | | this.loading = true |
| | | alert(this.getUrlPar("token")); |
| | | $.ajax({ |
| | | headers:{ |
| | | "token":this.getUrlPar("token") |
| | | }, |
| | | url:'http://dfgapp.ushopvip.com/api/Activity/zsz_goods_list', |
| | | //url:'http://dfgapp.ushopvip.com/api/Activity/zsz_goods_list', |
| | | url:'http://appapitest.ushopvip.com/api/Activity/zsz_goods_list', |
| | | type:"post", |
| | | dataType:"json", |
| | | data:{ |