摘要: search.wxml 取消 历史搜索 ... 阅读全文
posted @ 2019-08-24 23:48 达达前端 阅读(651) 评论(0) 推荐(0) 编辑
摘要: search.wxml search.wxss search.js models/keyword import {HTTP} from "../utils/http p"; class Keyword extends HTTP{ getHistory(){ const words = wx.getS 阅读全文
posted @ 2019-08-24 23:47 达达前端 阅读(3984) 评论(0) 推荐(0) 编辑
摘要: config.js utils/http.js models/movie.js index.js 引用 若本号内容有做得不到位的地方(比如:涉及版权或其他问题),请及时联系我们进行整改即可,会在第一时间进行处理。 请点赞!因为你们的赞同/鼓励是我写作的最大动力! 欢迎关注 "达叔小生" 的简书! 这 阅读全文
posted @ 2019-08-24 08:47 达达前端 阅读(682) 评论(1) 推荐(0) 编辑
摘要: config.js var config = { base_api_url:"https://douban.uieee.com/v2/"}export {config} utils/http.js ... 阅读全文
posted @ 2019-08-24 08:47 达达前端 阅读(103) 评论(0) 推荐(0) 编辑
摘要: funtion的封装utils =>http.js var tips = { 1: "没有网络", 999: "无效的请求", 5000: "没有这些电影"}function http(pa... 阅读全文
posted @ 2019-08-24 08:45 达达前端 阅读(136) 评论(0) 推荐(0) 编辑
摘要: config.js const config = { base_url_api : "https://douban.uieee.com/v2/movie/",}export {config} htt... 阅读全文
posted @ 2019-08-24 08:41 达达前端 阅读(85) 评论(0) 推荐(0) 编辑
摘要: config.js http.js model/movie.js pages/index/index.js 若本号内容有做得不到位的地方(比如:涉及版权或其他问题),请及时联系我们进行整改即可,会在第一时间进行处理。 请点赞!因为你们的赞同/鼓励是我写作的最大动力! 欢迎关注 "达叔小生" 的简书! 阅读全文
posted @ 2019-08-24 08:41 达达前端 阅读(261) 评论(0) 推荐(0) 编辑
摘要: http.jsimport utils fr... 阅读全文
posted @ 2019-08-24 08:32 达达前端 阅读(157) 评论(0) 推荐(0) 编辑