{"id":13467244,"url":"https://github.com/dyq086/wepy-mall","last_synced_at":"2025-05-15T01:08:01.231Z","repository":{"id":41551065,"uuid":"98185045","full_name":"dyq086/wepy-mall","owner":"dyq086","description":"微信小程序--基于wepy 商城(微店)微信小程序 欢迎学习交流","archived":false,"fork":false,"pushed_at":"2021-05-18T07:02:57.000Z","size":1669,"stargazers_count":3383,"open_issues_count":15,"forks_count":1028,"subscribers_count":152,"default_branch":"master","last_synced_at":"2025-02-21T07:02:15.342Z","etag":null,"topics":["app","college","group-buying","mall","store","wechat","wechat-app","wechat-mini-program","weixin","wepy"],"latest_commit_sha":null,"homepage":"","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/dyq086.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}},"created_at":"2017-07-24T11:48:08.000Z","updated_at":"2025-02-17T14:42:21.000Z","dependencies_parsed_at":"2022-07-08T08:02:39.725Z","dependency_job_id":null,"html_url":"https://github.com/dyq086/wepy-mall","commit_stats":null,"previous_names":["dyq086/wxyuhanstore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyq086%2Fwepy-mall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyq086%2Fwepy-mall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyq086%2Fwepy-mall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyq086%2Fwepy-mall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyq086","download_url":"https://codeload.github.com/dyq086/wepy-mall/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254042,"owners_count":22039792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["app","college","group-buying","mall","store","wechat","wechat-app","wechat-mini-program","weixin","wepy"],"created_at":"2024-07-31T15:00:54.392Z","updated_at":"2025-05-15T01:07:56.222Z","avatar_url":"https://github.com/dyq086.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"### 安装（更新） wepy 命令行工具。\n\tyarn: yarn global add wepy-cli \n    npm: npm i wepy-cli -g\n\n### 安装依赖包\n\tyarn / npm install\n\n### 开发实时编译。\n\tyarn  dev / npm run dev\n\n### 生产压缩\n\tyarn  build / npm run build //上传代码时，请先执行此命令，否则会提示包体积过大\n\n\n### 开发使用说明(重要)\n\n1、使用微信开发者工具--\u003e添加项目，项目目录请选择dist目录。\n\n2、微信开发者工具--\u003e项目--\u003e关闭ES6转ES5。 \u003cfont color=red\u003e重要：漏掉此项会运行报错。\u003c/font\u003e \n\n3、微信开发者工具--\u003e项目--\u003e关闭上传代码时样式自动补全。  \u003cfont color=red\u003e重要：某些情况下漏掉此项也会运行报错。\u003c/font\u003e \n\n4、微信开发者工具--\u003e项目--\u003e关闭代码压缩上传。  \u003cfont color=red\u003e重要：开启后，会导致真机computed, props.sync 等等属性失效。\u003c/font\u003e \n\n\n\n### wepy开发文档地址\n\thttps://tencent.github.io/wepy/\n\n### 小程序开发文档\n\thttp://mp.weixin.qq.com/debug/wxadoc/dev/\n\n### 演示地址\n\n打开微信扫一扫\n\n\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/qr.jpg\" width=\"200\" height=\"200\"/\u003e \n\n    \n### 目录结构\n\n    ├── api\n    │   └── api.js              //接口\n    ├── app.wpy                 //入口文件\n    ├── components                  //组件\n    │   ├── address_add.wpy         //新增地址组件\n    │   ├── address_edit.wpy        //编辑地址组件\n    │   ├── address_list.wpy        //地址列表组件\n    │   ├── bomb_screen.wpy         //首页弹屏组件\n    │   ├── collection_list.wpy     //收藏列表组件\n    │   ├── comment_list.wpy        //评论列表组件\n    │   ├── common              //公共组件\n    │   │   ├── bottomLoadMore.wpy      //底部加载更多组件\n    │   │   ├── placeholder.wpy         //空列表显示组件\n    │   │   ├── timer.wpy               //倒计时组件\n    │   │   ├── wepy-area-picker.wpy    //省市区组件\n    │   │   ├── wepy-sign-time.wpy      //签到组件\n    │   │   └── wepy-swipe-delete.wpy   //左滑删除组件\n    │   ├── discover.wpy        //发现列表\n    │   ├── filterSlider.wpy    //筛选右侧栏组件\n    │   ├── filter_bar.wpy      //分类排序组件\n    │   ├── order_item.wpy      //订单列表组件\n    │   ├── points_detail.wpy   //列表组件\n    │   ├── points_rule.wpy     //列表组件\n    │   ├── rate.wpy            //评分组件\n    │   ├── search.wpy          //搜索组件\n    │   ├── shop_cart.wpy       //购物车组件\n    │   ├── shop_grid_list.wpy  //矩阵列表\n    │   ├── shop_item_list.wpy  //条形列表\n    │   └── tab.wpy             //选项卡组件\n    ├── images                  //图片文件夹\n    ├── pages                   //页面\n    │   ├── address.wpy         //地址\n    │   ├── classify.wpy        //分类\n    │   ├── collection.wpy      //收藏\n    │   ├── comfire_order.wpy   //确认订单\n    │   ├── comment.wpy         //评论列表\n    │   ├── comment_add.wpy     //添加评论\n    │   ├── exchange_goods.wpy  //换货\n    │   ├── filter.wpy          //筛选\n    │   ├── goods_detail.wpy    //商品详情\n    │   ├── home.wpy            //首页\n    │   ├── home_detail.wpy     //首页详情\n    │   ├── info.wpy            //我的\n    │   ├── logistics.wpy       //物流\n    │   ├── messages.wpy        //我的消息\n    │   ├── order.wpy           //订单列表\n    │   ├── order_detail.wpy    //订单详情\n    │   ├── pay_success.wpy     //支付结果\n    │   ├── points.wpy          //积分\n    │   ├── points_more.wpy     //更多积分\n    │   ├── points_rule.wpy     //积分规则\n    │   ├── register.wpy        //注册\n    │   ├── reorder.wpy         //--\n    │   ├── replenishment_goods.wpy //补货\n    │   ├── search.wpy          //搜索\n    │   ├── setting.wpy         //设置\n    │   ├── shop_cart.wpy       //购物车\n    │   ├── sign_in.wpy         //签到\n    │   ├── test.wpy            //---\n    │   └── wholesale.wpy       //现货批发\n    ├── plugins                 //插件\n    │   └── wxParse             //富文本\n    │       ├── html2json.js\n    │       ├── htmlparser.js\n    │       ├── showdown.js\n    │       ├── wxDiscode.js\n    │       ├── wxParse.js\n    │       ├── wxParse.wxml\n    │       └── wxParse.wxss    \n    ├── styles                  //样式\n    │   ├── base.less\n    │   ├── icon.less           // 图标文件\n    │   └── style.less\n    └── utils                   //工具类\n        ├── constant.js             //常量\n        ├── md5.js                  //md5\n        ├── regions.js              //省市区数据\n        ├── tip.js                  //提示弹框组件\n        ├── util.js                 //工具\n        └── wxRequest.js            //ajax请求\n\n\n\n\n### 部分功能截图\n\n\n\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG263.jpeg\" width=\"365\" height=\"619\" /\u003e \t\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG264.jpeg\" width=\"365\" height=\"619\"/\u003e \n\n\n\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG265.jpeg\" width=\"365\" height=\"619\"/\u003e \t\t\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG266.jpeg\" width=\"365\" height=\"619\"/\u003e \n\n\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG267.jpeg\" width=\"365\" height=\"619\"/\u003e\t\t \u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG268.jpeg\" width=\"365\" height=\"619\"/\u003e \n\n\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG269.jpeg\" width=\"365\" height=\"619\"/\u003e\t\t \u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG270.jpeg\" width=\"365\" height=\"619\"/\u003e \n\n\n\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG271.jpeg\" width=\"365\" height=\"619\"/\u003e\t\t \u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG272.jpeg\" width=\"365\" height=\"619\"/\u003e \n\n\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG273.jpeg\" width=\"365\" height=\"619\"/\u003e\t\t \u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG274.jpeg\" width=\"365\" height=\"619\"/\u003e \n\n\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG275.jpeg\" width=\"365\" height=\"619\"/\u003e \n\n\n\n### 说明\n\n此小程序借助于wepy进行高度的组件封装，仅供学习参考。喜欢就动手点个star吧~^o^~\n\n### 寻找有缘合作伙伴，可提供一切开发技术服务；（2021-05-20）\n\n \u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG278.png\" width=\"624\" height=\"371\"/\u003e\n\n ### 友情赞助\n 如果本项目对你有较大的帮助，可以对我打赏，否则不需要，随便放个二维码，看看有没有对我特别好的小伙伴 ~ 哈哈 \n \n\u003cimg src=\"https://github.com/dyq086/wxYuHanStore/blob/master/screenshots/WechatIMG276.jpg\" width=\"400\" height=\"400\"/\u003e \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyq086%2Fwepy-mall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyq086%2Fwepy-mall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyq086%2Fwepy-mall/lists"}