{"id":19442034,"url":"https://github.com/codertonychan/wepy-tony-store","last_synced_at":"2026-06-12T18:32:15.429Z","repository":{"id":128412367,"uuid":"117645468","full_name":"CoderTonyChan/wepy-tony-store","owner":"CoderTonyChan","description":"wepy store tony ","archived":false,"fork":false,"pushed_at":"2018-01-22T02:07:40.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T18:04:51.580Z","etag":null,"topics":["store","tony","wepy"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CoderTonyChan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-16T07:04:29.000Z","updated_at":"2018-01-16T08:51:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccfd2d2b-ee4f-4764-ab90-c2d4dab1bb96","html_url":"https://github.com/CoderTonyChan/wepy-tony-store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CoderTonyChan/wepy-tony-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Fwepy-tony-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Fwepy-tony-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Fwepy-tony-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Fwepy-tony-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderTonyChan","download_url":"https://codeload.github.com/CoderTonyChan/wepy-tony-store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Fwepy-tony-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34258366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["store","tony","wepy"],"created_at":"2024-11-10T15:38:00.479Z","updated_at":"2026-06-12T18:32:15.412Z","avatar_url":"https://github.com/CoderTonyChan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wepy-tony-store\nwepy store tony\n\n### 项目构建\nnpm install wepy-cli -g\n\n### TODO\n- 购物车 X\n- 剩下的页面 X\n\n### 一些框架需要改进的地方 (Cannot read property 'script' of null)\n- 同样有bug 一旦有wpy 就会被编译 等于有错误的代码会自动失败\n- 就算新建一个文件夹frame 也会有同样的问题\n\n\n\n\n\n### wxParse的wxParseImgTap的bug修复\n- http://blog.csdn.net/zhuming3834/article/details/74380079\n\n```\n\n  wxParseImgLoad(e) {\n    console.log('wxParseImgLoad')\n    console.log(e)\n  }\n\n  wxParseImgTap(e) {\n    console.log('wxParseImgTap')\n    console.log(e)\n    var that = this\n    var nowImgUrl = e.target.dataset.src\n    var tagFrom = e.target.dataset.from\n    if (typeof (tagFrom) != 'undefined' \u0026\u0026 tagFrom.length \u003e 0) {\n      wx.previewImage({\n        current: nowImgUrl, // 当前显示图片的http链接\n        // urls: that.data[tagFrom].imageUrls // 需要预览的图片http链接列表\n        urls: that.bindData[tagFrom].imageUrls  // 注释掉上面的 换着一行 (http://blog.csdn.net/zhuming3834/article/details/74380079)\n      })\n    }\n  }\n```\n\n### 接口\n- getKeyWordHisList X\n\n### 知识点\n- previewImage由wx提供\n- contact-button (https://mp.weixin.qq.com/debug/wxadoc/dev/api/custommsg/receive.html)\n- errMsg: \"navigateTo:fail can not navigateTo a tabbar page\"}\n\n## 登录问题\n- Token验证错误(因为openID没办法获得 所以是没办法登录的 )\n\n### 开发使用说明\n\n使用微信开发者工具新建项目，本地开发选择dist目录。\n\n微信开发者工具 --\u003e 项目 --\u003e 关闭ES6转ES5。\n\n本地项目根目录运行npm run dev，开启实时编译。\n\n### wepy开发文档地址\n\thttps://tencent.github.io/wepy/\n\n### 小程序开发文档\n\thttp://mp.weixin.qq.com/debug/wxadoc/dev/\n\n### 目录结构\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodertonychan%2Fwepy-tony-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodertonychan%2Fwepy-tony-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodertonychan%2Fwepy-tony-store/lists"}