首页下载资源移动开发猫眼电影小微信小程序.zip

ZIP猫眼电影小微信小程序.zip

m0_6490435049.17KB需要积分:1

资源文件列表:

猫眼电影小微信小程序.zip 大约有37个文件
  1. 代码/mymovie/
  2. 代码/mymovie/.eslintrc.js 587B
  3. 代码/mymovie/app.js 364B
  4. 代码/mymovie/app.json 965B
  5. 代码/mymovie/app.wxss 196B
  6. 代码/mymovie/images/
  7. 代码/mymovie/images/add-user.png 5.89KB
  8. 代码/mymovie/images/add-user-selected.png 6.22KB
  9. 代码/mymovie/images/movie.png 5.71KB
  10. 代码/mymovie/images/movie-selected.png 5.98KB
  11. 代码/mymovie/images/search-minus.png 7.01KB
  12. 代码/mymovie/images/search-minus-selected.png 7.47KB
  13. 代码/mymovie/pages/
  14. 代码/mymovie/pages/detail/
  15. 代码/mymovie/pages/detail/detail.js 1.37KB
  16. 代码/mymovie/pages/detail/detail.json 27B
  17. 代码/mymovie/pages/detail/detail.wxml 492B
  18. 代码/mymovie/pages/detail/detail.wxss 476B
  19. 代码/mymovie/pages/index/
  20. 代码/mymovie/pages/index/index.js 1.42KB
  21. 代码/mymovie/pages/index/index.json 27B
  22. 代码/mymovie/pages/index/index.wxml 952B
  23. 代码/mymovie/pages/index/index.wxss 264B
  24. 代码/mymovie/pages/logs/
  25. 代码/mymovie/pages/logs/logs.js 305B
  26. 代码/mymovie/pages/logs/logs.json 77B
  27. 代码/mymovie/pages/logs/logs.wxml 197B
  28. 代码/mymovie/pages/logs/logs.wxss 106B
  29. 代码/mymovie/pages/movie/
  30. 代码/mymovie/pages/movie/movie.js 1.8KB
  31. 代码/mymovie/pages/movie/movie.json 71B
  32. 代码/mymovie/pages/movie/movie.wxml 598B
  33. 代码/mymovie/pages/movie/movie.wxss 474B
  34. 代码/mymovie/project.config.json 1.69KB
  35. 代码/mymovie/sitemap.json 191B
  36. 代码/mymovie/utils/
  37. 代码/mymovie/utils/util.js 460B

资源介绍:

大学甡手作源码
// pages/movie/movie.js Page({ /** * 页面的初始数据 */ data: { motto:"hello2", msg:"你好中国", list:[] }, goDetail:function(event){ console.log(event.currentTarget.dataset.id); wx.navigateTo({ url: '../detail/detail?id='+event.currentTarget.dataset.id, }) }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { wx.showLoading({ title: '加载中', }) //保存this对象 =》 代表的是page对象 var _this = this; wx.request({ url: 'https://m.maoyan.com/ajax/movieOnInfoList', header: { 'content-type': 'application/json' // 默认值 }, success (res) { wx.hideLoading(); var movieList = res.data.movieList; for(var i=0; i
100+评论
captcha