实例介绍
(美容服务行业营销版 1.0.9 小程序前端+后端微信源码 美容项目 服务预约 抽奖多门店等.
【实例截图】
【核心代码】
0437fe4e-daf5-41c3-b72a-323d909d81d2
└── 美容服务行业营销版 1.0.9
├── mrwxapp
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── siteinfo.js
│ ├── utils
│ │ └── qrcode.js
│ ├── we7
│ │ ├── pages
│ │ │ ├── index
│ │ │ │ ├── index.js
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── newsDetail
│ │ │ │ ├── newsDetail.js
│ │ │ │ ├── newsDetail.wxml
│ │ │ │ └── newsDetail.wxss
│ │ │ ├── selectarea
│ │ │ │ ├── selectarea.js
│ │ │ │ ├── selectarea.wxml
│ │ │ │ └── selectarea.wxss
│ │ │ ├── templates
│ │ │ │ ├── footer.wxml
│ │ │ │ ├── footer.wxss
│ │ │ │ ├── news.wxml
│ │ │ │ └── news.wxss
│ │ │ └── user
│ │ │ └── index
│ │ │ ├── index.js
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ └── resource
│ │ ├── icon
│ │ │ ├── home.png
│ │ │ ├── homeselect.png
│ │ │ ├── hotel.png
│ │ │ ├── hotelselect.png
│ │ │ ├── img_1.png
│ │ │ ├── img_2.png
│ │ │ ├── img_3.png
│ │ │ ├── img_4.png
│ │ │ ├── order.png
│ │ │ ├── orderselect.png
│ │ │ ├── pay.png
│ │ │ ├── payselect.png
│ │ │ ├── todo.png
│ │ │ ├── todoselect.png
│ │ │ ├── user.png
│ │ │ └── userselect.png
│ │ ├── images
│ │ │ ├── home.png
│ │ │ ├── homeselect.png
│ │ │ ├── hotel.png
│ │ │ ├── hotelselect.png
│ │ │ ├── user.png
│ │ │ └── userselect.png
│ │ └── js
│ │ ├── base64.js
│ │ ├── htmlToWxml.js
│ │ ├── md5.js
│ │ ├── underscore.js
│ │ ├── util.js
│ │ └── webview.js
│ └── xc_beauty
│ ├── pages
│ │ ├── address
│ │ │ ├── address.js
│ │ │ ├── address.json
│ │ │ ├── address.wxml
│ │ │ ├── address.wxss
│ │ │ ├── edit.js
│ │ │ ├── edit.json
│ │ │ ├── edit.wxml
│ │ │ └── edit.wxss
│ │ ├── base
│ │ │ ├── base.js
│ │ │ ├── base.json
│ │ │ ├── base.wxml
│ │ │ └── base.wxss
│ │ ├── card
│ │ │ ├── card.js
│ │ │ ├── card.json
│ │ │ ├── card.wxml
│ │ │ ├── card.wxss
│ │ │ ├── info.js
│ │ │ ├── info.json
│ │ │ ├── info.wxml
│ │ │ └── info.wxss
│ │ ├── common
│ │ │ ├── common.js
│ │ │ ├── common.wxml
│ │ │ └── common.wxss
│ │ ├── coupon
│ │ │ ├── coupon.js
│ │ │ ├── coupon.json
│ │ │ ├── coupon.wxml
│ │ │ ├── coupon.wxss
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── discuss
│ │ │ ├── discuss.js
│ │ │ ├── discuss.json
│ │ │ ├── discuss.wxml
│ │ │ ├── discuss.wxss
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── group
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ ├── detail.wxss
│ │ │ ├── order.js
│ │ │ ├── order.json
│ │ │ ├── order.wxml
│ │ │ ├── order.wxss
│ │ │ ├── success.js
│ │ │ ├── success.json
│ │ │ ├── success.wxml
│ │ │ └── success.wxss
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── link
│ │ │ ├── link.js
│ │ │ ├── link.json
│ │ │ ├── link.wxml
│ │ │ └── link.wxss
│ │ ├── manage
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ ├── online.js
│ │ │ ├── online.json
│ │ │ ├── online.wxml
│ │ │ ├── online.wxss
│ │ │ ├── order.js
│ │ │ ├── order.json
│ │ │ ├── order.wxml
│ │ │ └── order.wxss
│ │ ├── order
│ │ │ ├── buy.js
│ │ │ ├── buy.json
│ │ │ ├── buy.wxml
│ │ │ ├── buy.wxss
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ ├── detail.wxss
│ │ │ ├── online.js
│ │ │ ├── online.json
│ │ │ ├── online.wxml
│ │ │ ├── online.wxss
│ │ │ ├── order.js
│ │ │ ├── order.json
│ │ │ ├── order.wxml
│ │ │ └── order.wxss
│ │ ├── over
│ │ │ ├── over.js
│ │ │ ├── over.json
│ │ │ ├── over.wxml
│ │ │ ├── over.wxss
│ │ │ ├── recharge.js
│ │ │ ├── recharge.json
│ │ │ ├── recharge.wxml
│ │ │ ├── recharge.wxss
│ │ │ ├── record.js
│ │ │ ├── record.json
│ │ │ ├── record.wxml
│ │ │ ├── record.wxss
│ │ │ ├── withdraw.js
│ │ │ ├── withdraw.json
│ │ │ ├── withdraw.wxml
│ │ │ └── withdraw.wxss
│ │ ├── porder
│ │ │ ├── pay.js
│ │ │ ├── pay.json
│ │ │ ├── pay.wxml
│ │ │ ├── pay.wxss
│ │ │ ├── porder.js
│ │ │ ├── porder.json
│ │ │ ├── porder.wxml
│ │ │ ├── porder.wxss
│ │ │ ├── success.js
│ │ │ ├── success.json
│ │ │ ├── success.wxml
│ │ │ └── success.wxss
│ │ ├── rotate
│ │ │ ├── rotate.js
│ │ │ ├── rotate.json
│ │ │ ├── rotate.wxml
│ │ │ └── rotate.wxss
│ │ ├── score
│ │ │ ├── record.js
│ │ │ ├── record.json
│ │ │ ├── record.wxml
│ │ │ ├── record.wxss
│ │ │ ├── score.js
│ │ │ ├── score.json
│ │ │ ├── score.wxml
│ │ │ └── score.wxss
│ │ ├── service
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ ├── detail.wxss
│ │ │ ├── service.js
│ │ │ ├── service.json
│ │ │ ├── service.wxml
│ │ │ └── service.wxss
│ │ ├── share
│ │ │ ├── gold.js
│ │ │ ├── gold.json
│ │ │ ├── gold.wxml
│ │ │ ├── gold.wxss
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ ├── order.js
│ │ │ ├── order.json
│ │ │ ├── order.wxml
│ │ │ ├── order.wxss
│ │ │ ├── share.js
│ │ │ ├── share.json
│ │ │ ├── share.wxml
│ │ │ └── share.wxss
│ │ ├── store
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ ├── detail.wxss
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ ├── member.js
│ │ │ ├── member.json
│ │ │ ├── member.wxml
│ │ │ ├── member.wxss
│ │ │ ├── porder.js
│ │ │ ├── porder.json
│ │ │ ├── porder.wxml
│ │ │ └── porder.wxss
│ │ ├── team
│ │ │ ├── team.js
│ │ │ ├── team.json
│ │ │ ├── team.wxml
│ │ │ └── team.wxss
│ │ └── user
│ │ ├── user.js
│ │ ├── user.json
│ │ ├── user.wxml
│ │ └── user.wxss
│ └── resource
│ ├── address.png
│ ├── announce_icon.png
│ ├── back.png
│ ├── bottom_icon04_h.png
│ ├── bottom_icon04.png
│ ├── card01.png
│ ├── card02.png
│ ├── card_on.png
│ ├── card.png
│ ├── class01.png
│ ├── class02.png
│ ├── class03.png
│ ├── class04.png
│ ├── comment.png
│ ├── coupon00.png
│ ├── coupon01.png
│ ├── coupon02.png
│ ├── coupon.png
│ ├── footer001.png
│ ├── footer002.png
│ ├── footer004.png
│ ├── footer005.png
│ ├── footer006.png
│ ├── footer007.png
│ ├── footer01.png
│ ├── footer02.png
│ ├── footer03.png
│ ├── footer04.png
│ ├── footer05.png
│ ├── footer06.png
│ ├── footer07.png
│ ├── group02.png
│ ├── group03.png
│ ├── group.png
│ ├── home.png
│ ├── icon01.png
│ ├── icon02.png
│ ├── icon03.png
│ ├── icon04.png
│ ├── icon05.png
│ ├── icon06.png
│ ├── icon07.png
│ ├── icon08.png
│ ├── icon09.png
│ ├── icon10.png
│ ├── icon11.png
│ ├── icon12.png
│ ├── icon13.png
│ ├── icon14.png
│ ├── icon15.png
│ ├── icon16.png
│ ├── icon17.png
│ ├── icon18.png
│ ├── icon19.png
│ ├── icon20.png
│ ├── icon21.png
│ ├── icon22.png
│ ├── icon23.png
│ ├── icon24.png
│ ├── icon25.png
│ ├── icon26.png
│ ├── icon27.png
│ ├── icon28.png
│ ├── line02.png
│ ├── line.png
│ ├── map.png
│ ├── online.png
│ ├── order01.png
│ ├── order02.png
│ ├── order03.png
│ ├── over.png
│ ├── pay01.png
│ ├── pay02.png
│ ├── rotate_bg01.jpg
│ ├── search.png
│ ├── sign_check.png
│ ├── store01.png
│ ├── store02.png
│ ├── store03.png
│ ├── store04.png
│ ├── success.png
│ └── upload.png
└── xc_beauty
├── icon.jpg
├── inc
│ ├── mobile
│ │ └── index.inc.php
│ ├── web
│ │ ├── group.inc.php
│ │ ├── order.inc.php
│ │ ├── record.inc.php
│ │ └── refund.inc.php
│ └── wxapp
│ └── devtools
│ ├── index.inc.php
│ ├── manage.inc.php
│ ├── order.inc.php
│ ├── service.inc.php
│ └── user.inc.php
├── manifest.xml
├── map.json
├── module.php
├── resource
│ ├── bootstrap-select
│ │ ├── bootstrap-select.min.css
│ │ └── bootstrap-select.min.js
│ ├── css
│ │ └── style.css
│ ├── HttpClient.class.php
│ ├── images
│ │ ├── banner.jpg
│ │ ├── coupon.jpg
│ │ ├── display.jpg
│ │ ├── group.jpg
│ │ ├── icon01.png
│ │ ├── icon02.png
│ │ ├── icon03.png
│ │ ├── icon04.png
│ │ ├── icon05.png
│ │ ├── icon06.png
│ │ ├── icon07.png
│ │ ├── icon08.png
│ │ ├── icon09.png
│ │ ├── icon10.png
│ │ ├── icon11.png
│ │ ├── icon12.png
│ │ ├── icon13.png
│ │ ├── icon14.png
│ │ ├── icon15.png
│ │ ├── icon16.png
│ │ ├── icon17.png
│ │ ├── icon18.png
│ │ ├── icon19.png
│ │ ├── icon20.png
│ │ ├── icon21.png
│ │ ├── icon22.png
│ │ ├── icon23.png
│ │ ├── icon24.png
│ │ ├── icon25.png
│ │ ├── icon26.png
│ │ ├── imagess__.png
│ │ ├── map.jpg
│ │ ├── readme - 副本.jpg
│ │ └── theme01.jpg
│ ├── msyh.ttc
│ ├── sms
│ │ ├── endpoints.xml
│ │ ├── sendSms.php
│ │ ├── SignatureHelper.php
│ │ └── sms.php
│ ├── swal
│ │ ├── dist
│ │ │ ├── sweetalert2.common.js
│ │ │ ├── sweetalert2.css
│ │ │ ├── sweetalert2.js
│ │ │ ├── sweetalert2.min.css
│ │ │ ├── sweetalert2.min.js
│ │ │ └── sweetalert2.min.js.gz
│ │ └── images
│ │ ├── swal2-error.png
│ │ ├── swal2-info.png
│ │ ├── swal2-question.png
│ │ ├── swal2-success.png
│ │ ├── swal2-warning.png
│ │ ├── vs_icon@2x.png
│ │ └── vs_icon.png
│ ├── WeChat.class.php
│ └── WRYH.ttf
├── site.php
├── template
│ ├── Article
│ │ ├── edit.html
│ │ ├── list.html
│ │ └── sort_service.html
│ ├── Banner
│ │ ├── article.html
│ │ ├── edit.html
│ │ └── list.html
│ ├── Coupon
│ │ ├── edit.html
│ │ └── list.html
│ ├── Discuss
│ │ └── list.html
│ ├── Group
│ │ └── list.html
│ ├── mobile_template
│ │ ├── index
│ │ │ └── index.html
│ │ └── index.html
│ ├── Order
│ │ └── list.html
│ ├── Record
│ │ ├── count.html
│ │ ├── list.html
│ │ ├── share.html
│ │ └── withdraw.html
│ ├── Refund
│ │ └── list.html
│ ├── Service
│ │ ├── edit.html
│ │ ├── list.html
│ │ └── service.html
│ ├── Service_class
│ │ ├── edit.html
│ │ └── list.html
│ ├── Store
│ │ ├── edit.html
│ │ └── list.html
│ ├── Store_member
│ │ ├── edit.html
│ │ ├── list.html
│ │ └── service.html
│ ├── Store_order
│ │ └── list.html
│ ├── Store_service
│ │ ├── edit.html
│ │ └── list.html
│ ├── Times
│ │ ├── edit.html
│ │ └── list.html
│ ├── User
│ │ └── list.html
│ └── Web
│ ├── card.html
│ ├── edit.html
│ ├── map.html
│ ├── print.html
│ ├── refund.html
│ ├── rotate.html
│ ├── share.html
│ ├── sms.html
│ ├── sort.html
│ ├── sort_service.html
│ └── theme.html
└── wxapp.php
72 directories, 425 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论