# wx_huiyou **Repository Path**: yaosita/wx_huiyou ## Basic Information - **Project Name**: wx_huiyou - **Description**: 微信小程序汇友Test - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 汇友社交微信小程序 ##### 小程序架构 ![小程序架构](https://images.gitee.com/uploads/images/2020/1019/132949_49b0e0ab_1955563.jpeg "小程序架构.JPG") ##### list ``` │ app.js │ app.json │ app.wxss │ list.txt │ sitemap.json │ ├─components │ ├─callPhone │ │ callPhone.js │ │ callPhone.json │ │ callPhone.wxml │ │ callPhone.wxss │ │ │ ├─copyText │ │ copyText.js │ │ copyText.json │ │ copyText.wxml │ │ copyText.wxss │ │ │ ├─removeList │ │ removeList.js │ │ removeList.json │ │ removeList.wxml │ │ removeList.wxss │ │ │ └─search │ search.js │ search.json │ search.wxml │ search.wxss │ ├─images │ ├─imgs │ │ 1.jpg │ │ 2.jpg │ │ 3.jpg │ │ 4.jpg │ │ 5.jpg │ │ │ ├─tabbar │ │ 我的.png │ │ 我的_active.png │ │ 消息.png │ │ 消息_active.png │ │ 附近_active.png │ │ 附近的人.png │ │ 首页.png │ │ 首页_active.png │ │ │ └─user │ 未登录.png │ ├─pages │ ├─detail │ │ detail.js │ │ detail.json │ │ detail.wxml │ │ detail.wxss │ │ │ ├─editUserInfo │ │ │ editUserInfo.js │ │ │ editUserInfo.json │ │ │ editUserInfo.wxml │ │ │ editUserInfo.wxss │ │ │ │ │ ├─head │ │ │ head.js │ │ │ head.json │ │ │ head.wxml │ │ │ head.wxss │ │ │ │ │ ├─location │ │ │ location.js │ │ │ location.json │ │ │ location.wxml │ │ │ location.wxss │ │ │ │ │ ├─name │ │ │ name.js │ │ │ name.json │ │ │ name.wxml │ │ │ name.wxss │ │ │ │ │ ├─phone │ │ │ phone.js │ │ │ phone.json │ │ │ phone.wxml │ │ │ phone.wxss │ │ │ │ │ ├─signature │ │ │ signature.js │ │ │ signature.json │ │ │ signature.wxml │ │ │ signature.wxss │ │ │ │ │ └─weixin │ │ weixin.js │ │ weixin.json │ │ weixin.wxml │ │ weixin.wxss │ │ │ ├─friendList │ │ friendList.js │ │ friendList.json │ │ friendList.wxml │ │ friendList.wxss │ │ │ ├─index │ │ index.js │ │ index.json │ │ index.wxml │ │ index.wxss │ │ │ ├─message │ │ message.js │ │ message.json │ │ message.wxml │ │ message.wxss │ │ │ ├─near │ │ near.js │ │ near.json │ │ near.wxml │ │ near.wxss │ │ │ ├─phone │ │ phone.js │ │ phone.json │ │ phone.wxml │ │ phone.wxss │ │ │ └─user │ user.js │ user.json │ user.wxml │ user.wxss │ ├─style │ └─iconfont │ iconfont.wxss │ └─utils unitFormat.wxs wordSplit.wxs ```