实例介绍
党员微信公众号+前端小程序,组织架构:组织管理、党员管理、管理人员、积分记录; 党建动态:文章管理、文章分类、文章评论; 党员学习:课程分类、课程管理、章节管理、学习课程记录、学习章节记录、课程评论; 在线考试:题库分类、题库管理、测试题库、测试记录、考试项目、考试记录、答题记录; 党员论坛:话题管理、话题分等等,功能十分丰富。
【实例截图】
【核心代码】
智慧党建云平台2.3.0
├── vlinke_cparty
│ ├── excel
│ │ ├── oleread.inc
│ │ ├── reader.php
│ │ └── 源码说明_.txt
│ ├── icon.jpg
│ ├── inc
│ │ ├── admin
│ │ │ ├── actenroll.inc.php
│ │ │ ├── activity.inc.php
│ │ │ ├── actmessage.inc.php
│ │ │ ├── article.inc.php
│ │ │ ├── artmessage.inc.php
│ │ │ ├── bbscate.inc.php
│ │ │ ├── bbstopic.inc.php
│ │ │ ├── branch.inc.php
│ │ │ ├── checkbranch.inc.php
│ │ │ ├── checkuser.inc.php
│ │ │ ├── educhapter.inc.php
│ │ │ ├── edulesson.inc.php
│ │ │ ├── edulog.inc.php
│ │ │ ├── edumessage.inc.php
│ │ │ ├── edustudy.inc.php
│ │ │ ├── exaanswer.inc.php
│ │ │ ├── exaday.inc.php
│ │ │ ├── exapaper.inc.php
│ │ │ ├── exapevery.inc.php
│ │ │ ├── expcate.inc.php
│ │ │ ├── expense.inc.php
│ │ │ ├── home.inc.php
│ │ │ ├── integral.inc.php
│ │ │ ├── leader.inc.php
│ │ │ ├── login.inc.php
│ │ │ ├── myinfo.inc.php
│ │ │ ├── notice.inc.php
│ │ │ ├── switch.inc.php
│ │ │ └── user.inc.php
│ │ ├── functions.php
│ │ ├── mobile
│ │ │ ├── aboutus.inc.php
│ │ │ ├── acthome.inc.php
│ │ │ ├── activity.inc.php
│ │ │ ├── actmessage.inc.php
│ │ │ ├── artcate.inc.php
│ │ │ ├── arthome.inc.php
│ │ │ ├── article.inc.php
│ │ │ ├── artmessage.inc.php
│ │ │ ├── bbscate.inc.php
│ │ │ ├── bbshome.inc.php
│ │ │ ├── bbsmy.inc.php
│ │ │ ├── bbspost.inc.php
│ │ │ ├── bbstopic.inc.php
│ │ │ ├── educate.inc.php
│ │ │ ├── educhapter.inc.php
│ │ │ ├── eduhome.inc.php
│ │ │ ├── edulesson.inc.php
│ │ │ ├── edumessage.inc.php
│ │ │ ├── edustudy.inc.php
│ │ │ ├── exaanswer.inc.php
│ │ │ ├── exaday.inc.php
│ │ │ ├── exahome.inc.php
│ │ │ ├── exapaper.inc.php
│ │ │ ├── expcate.inc.php
│ │ │ ├── expcount.inc.php
│ │ │ ├── expense.inc.php
│ │ │ ├── explog.inc.php
│ │ │ ├── home.inc.php
│ │ │ ├── integral.inc.php
│ │ │ ├── intrank.inc.php
│ │ │ ├── login.inc.php
│ │ │ ├── mybranch.inc.php
│ │ │ ├── my.inc.php
│ │ │ ├── myinfo.inc.php
│ │ │ ├── notice.inc.php
│ │ │ ├── sercate.inc.php
│ │ │ ├── serhome.inc.php
│ │ │ ├── seritem.inc.php
│ │ │ ├── serlog.inc.php
│ │ │ ├── sermessage.inc.php
│ │ │ ├── suphome.inc.php
│ │ │ ├── supmailbox.inc.php
│ │ │ ├── supproposal.inc.php
│ │ │ ├── supreadily.inc.php
│ │ │ └── supreport.inc.php
│ │ ├── web
│ │ │ ├── actenroll.inc.php
│ │ │ ├── activity.inc.php
│ │ │ ├── actmessage.inc.php
│ │ │ ├── artcate.inc.php
│ │ │ ├── article.inc.php
│ │ │ ├── artmessage.inc.php
│ │ │ ├── bbscate.inc.php
│ │ │ ├── bbscollect.inc.php
│ │ │ ├── bbsreply.inc.php
│ │ │ ├── bbstopic.inc.php
│ │ │ ├── bbszan.inc.php
│ │ │ ├── branch.inc.php
│ │ │ ├── checkbranch.inc.php
│ │ │ ├── checkuser.inc.php
│ │ │ ├── educate.inc.php
│ │ │ ├── educhapter.inc.php
│ │ │ ├── edulesson.inc.php
│ │ │ ├── edulog.inc.php
│ │ │ ├── edumessage.inc.php
│ │ │ ├── edustudy.inc.php
│ │ │ ├── exaanswer.inc.php
│ │ │ ├── exabank.inc.php
│ │ │ ├── exacate.inc.php
│ │ │ ├── exaday.inc.php
│ │ │ ├── exadevery.inc.php
│ │ │ ├── exaitem.inc.php
│ │ │ ├── exapaper.inc.php
│ │ │ ├── exapevery.inc.php
│ │ │ ├── expcate.inc.php
│ │ │ ├── expense.inc.php
│ │ │ ├── help.inc.php
│ │ │ ├── home.inc.php
│ │ │ ├── integral.inc.php
│ │ │ ├── leader.inc.php
│ │ │ ├── mailbox.inc.php
│ │ │ ├── msglog.inc.php
│ │ │ ├── msgmessage.inc.php
│ │ │ ├── msgtemplate.inc.php
│ │ │ ├── notice.inc.php
│ │ │ ├── param.inc.php
│ │ │ ├── sercate.inc.php
│ │ │ ├── seritem.inc.php
│ │ │ ├── serlog.inc.php
│ │ │ ├── sermessage.inc.php
│ │ │ ├── slide.inc.php
│ │ │ ├── supmailbox.inc.php
│ │ │ ├── supproposal.inc.php
│ │ │ ├── supreadily.inc.php
│ │ │ ├── supreport.inc.php
│ │ │ └── user.inc.php
│ │ ├── wxapp
│ │ │ ├── aboutus.inc.php
│ │ │ ├── acthome.inc.php
│ │ │ ├── activity.inc.php
│ │ │ ├── actmanage.inc.php
│ │ │ ├── actmessage.inc.php
│ │ │ ├── actsignin.inc.php
│ │ │ ├── artcate.inc.php
│ │ │ ├── arthome.inc.php
│ │ │ ├── article.inc.php
│ │ │ ├── artmessage.inc.php
│ │ │ ├── bbscate.inc.php
│ │ │ ├── bbshome.inc.php
│ │ │ ├── bbsmy.inc.php
│ │ │ ├── bbspost.inc.php
│ │ │ ├── bbstopic.inc.php
│ │ │ ├── educate.inc.php
│ │ │ ├── educhapter.inc.php
│ │ │ ├── eduhome.inc.php
│ │ │ ├── edulesson.inc.php
│ │ │ ├── edumessage.inc.php
│ │ │ ├── edustudy.inc.php
│ │ │ ├── exaanswerdetails.inc.php
│ │ │ ├── exaanswer.inc.php
│ │ │ ├── exadaydetails.inc.php
│ │ │ ├── exaday.inc.php
│ │ │ ├── exahome.inc.php
│ │ │ ├── exapaper.inc.php
│ │ │ ├── expcate.inc.php
│ │ │ ├── expcount.inc.php
│ │ │ ├── expense.inc.php
│ │ │ ├── explog.inc.php
│ │ │ ├── home.inc.php
│ │ │ ├── integral.inc.php
│ │ │ ├── intrank.inc.php
│ │ │ ├── login.inc.php
│ │ │ ├── mybranch.inc.php
│ │ │ ├── my.inc.php
│ │ │ ├── myinfo.inc.php
│ │ │ ├── notice.inc.php
│ │ │ ├── sercate.inc.php
│ │ │ ├── serhome.inc.php
│ │ │ ├── seritem.inc.php
│ │ │ ├── serlog.inc.php
│ │ │ ├── sermessage.inc.php
│ │ │ ├── suphome.inc.php
│ │ │ ├── supmailbox.inc.php
│ │ │ ├── supproposal.inc.php
│ │ │ ├── supreadily.inc.php
│ │ │ └── supreport.inc.php
│ │ └── 源码说明_.txt
│ ├── manifest.xml
│ ├── map.json
│ ├── module.php
│ ├── preview.jpg
│ ├── site2.php
│ ├── site.php
│ ├── template
│ │ ├── actenroll.html
│ │ ├── activity.html
│ │ ├── actmessage.html
│ │ ├── admin
│ │ │ ├── actenroll.html
│ │ │ ├── activity.html
│ │ │ ├── actmessage.html
│ │ │ ├── article.html
│ │ │ ├── artmessage.html
│ │ │ ├── bbscate.html
│ │ │ ├── bbstopic.html
│ │ │ ├── branch_ajax.html
│ │ │ ├── branch.html
│ │ │ ├── checkbranch.html
│ │ │ ├── checkuser.html
│ │ │ ├── common
│ │ │ │ ├── footer-base.html
│ │ │ │ ├── footer.html
│ │ │ │ ├── header-base.html
│ │ │ │ ├── header.html
│ │ │ │ └── message.html
│ │ │ ├── educhapter.html
│ │ │ ├── edulesson.html
│ │ │ ├── edulog.html
│ │ │ ├── edumessage.html
│ │ │ ├── edustudy.html
│ │ │ ├── exaanswer.html
│ │ │ ├── exaday.html
│ │ │ ├── exapaper.html
│ │ │ ├── exapevery.html
│ │ │ ├── expcate.html
│ │ │ ├── expense.html
│ │ │ ├── home.html
│ │ │ ├── integral.html
│ │ │ ├── leader.html
│ │ │ ├── login.html
│ │ │ ├── myinfo.html
│ │ │ ├── notice.html
│ │ │ ├── static
│ │ │ │ ├── images
│ │ │ │ │ ├── bg-login.png
│ │ │ │ │ ├── branchTree.jpg
│ │ │ │ │ └── pclogo.png
│ │ │ │ └── style.css
│ │ │ ├── switch.html
│ │ │ └── user.html
│ │ ├── artcate.html
│ │ ├── article.html
│ │ ├── artmessage.html
│ │ ├── bbscate.html
│ │ ├── bbscollect.html
│ │ ├── bbsreply.html
│ │ ├── bbstopic.html
│ │ ├── bbszan.html
│ │ ├── branch_ajax.html
│ │ ├── branch.html
│ │ ├── checkbranch.html
│ │ ├── checkuser.html
│ │ ├── educate.html
│ │ ├── educhapter.html
│ │ ├── edulesson.html
│ │ ├── edulog.html
│ │ ├── edumessage.html
│ │ ├── edustudy.html
│ │ ├── exaanswer.html
│ │ ├── exabank.html
│ │ ├── exacate.html
│ │ ├── exaday.html
│ │ ├── exadevery.html
│ │ ├── exaitem.html
│ │ ├── exapaper.html
│ │ ├── exapevery.html
│ │ ├── expcate.html
│ │ ├── expense.html
│ │ ├── help.html
│ │ ├── home.html
│ │ ├── integral.html
│ │ ├── leader.html
│ │ ├── msglog.html
│ │ ├── msgmessage.html
│ │ ├── msgtemplate.html
│ │ ├── notice.html
│ │ ├── param.html
│ │ ├── sercate.html
│ │ ├── seritem.html
│ │ ├── serlog.html
│ │ ├── sermessage.html
│ │ ├── slide.html
│ │ ├── static
│ │ │ ├── amazeui.min.css
│ │ │ ├── amazeui.min.js
│ │ │ ├── app.css
│ │ │ ├── baracthomeon.png
│ │ │ ├── baracthome.png
│ │ │ ├── bararthomeon.png
│ │ │ ├── bararthome.png
│ │ │ ├── bareduhomeon.png
│ │ │ ├── bareduhome.png
│ │ │ ├── barexahomeon.png
│ │ │ ├── barexahome.png
│ │ │ ├── barhomeon.png
│ │ │ ├── barhome.png
│ │ │ ├── barmyon.png
│ │ │ ├── barmy.png
│ │ │ ├── branchTree.jpg
│ │ │ ├── dfhead.jpg
│ │ │ ├── echarts.common.min.js
│ │ │ ├── exa-answer.png
│ │ │ ├── exabank_demo.xls
│ │ │ ├── exa-dayicon.png
│ │ │ ├── exa-day.png
│ │ │ ├── exa-paper.png
│ │ │ ├── expense_demo.xls
│ │ │ ├── ficon1.png
│ │ │ ├── ficon2.png
│ │ │ ├── ficon3.png
│ │ │ ├── ficon4.png
│ │ │ ├── ficon5.png
│ │ │ ├── ficon6.png
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ ├── home-acthome.png
│ │ │ ├── home-arthome.png
│ │ │ ├── home-bbshome.png
│ │ │ ├── home-eduhome.png
│ │ │ ├── home-exahome.png
│ │ │ ├── home-expense.png
│ │ │ ├── home-integral.png
│ │ │ ├── home-intrank.png
│ │ │ ├── home-mybranch.png
│ │ │ ├── home-notice.png
│ │ │ ├── home-serhome.png
│ │ │ ├── home-suphome.png
│ │ │ ├── jquery-3.3.1.min.js
│ │ │ ├── jquery-ui.min.js
│ │ │ ├── kkers.png
│ │ │ ├── loginpic.jpg
│ │ │ ├── my-aboutus.png
│ │ │ ├── my-branch.png
│ │ │ ├── mybranchuser-branchid.png
│ │ │ ├── mybranch-userdetails.png
│ │ │ ├── mybranchuser-leader.png
│ │ │ ├── mybranchuser-mobile.png
│ │ │ ├── mybranchuser-partyday.png
│ │ │ ├── mybranchuser-ulevel.png
│ │ │ ├── my-edustudy.png
│ │ │ ├── my-integral.png
│ │ │ ├── my-notice.png
│ │ │ ├── mypic.jpg
│ │ │ ├── my-serlog.png
│ │ │ ├── my-telephone.png
│ │ │ ├── PhotoClip.js
│ │ │ ├── sharepic.jpg
│ │ │ ├── sina.html.url
│ │ │ ├── sup-mailbox.png
│ │ │ ├── sup-proposal.png
│ │ │ ├── sup-readily.png
│ │ │ ├── sup-report.png
│ │ │ ├── user_demo.xls
│ │ │ ├── wxappsharepic.jpg
│ │ │ └── zheyitianshi_com.htm
│ │ ├── supmailbox.html
│ │ ├── supproposal.html
│ │ ├── supreadily.html
│ │ ├── supreport.html
│ │ ├── user.html
│ │ └── 源码说明_.txt
│ ├── upgrade.php
│ ├── wxapp.php
│ └── 源码说明_.txt
├── wxapp
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── siteinfo.js
│ ├── vlinke_cparty
│ │ ├── pages
│ │ │ ├── act
│ │ │ │ ├── acthome.js
│ │ │ │ ├── acthome.json
│ │ │ │ ├── acthome.wxml
│ │ │ │ ├── acthome.wxss
│ │ │ │ ├── activity.js
│ │ │ │ ├── activity.json
│ │ │ │ ├── activity.wxml
│ │ │ │ ├── activity.wxss
│ │ │ │ ├── actmanage.js
│ │ │ │ ├── actmanage.json
│ │ │ │ ├── actmanage.wxml
│ │ │ │ ├── actmanage.wxss
│ │ │ │ ├── actmessage.js
│ │ │ │ ├── actmessage.json
│ │ │ │ ├── actmessage.wxml
│ │ │ │ ├── actmessage.wxss
│ │ │ │ ├── actsignin.js
│ │ │ │ ├── actsignin.json
│ │ │ │ ├── actsignin.wxml
│ │ │ │ └── actsignin.wxss
│ │ │ ├── art
│ │ │ │ ├── artcate.js
│ │ │ │ ├── artcate.json
│ │ │ │ ├── artcate.wxml
│ │ │ │ ├── artcate.wxss
│ │ │ │ ├── arthome.js
│ │ │ │ ├── arthome.json
│ │ │ │ ├── arthome.wxml
│ │ │ │ ├── arthome.wxss
│ │ │ │ ├── article.js
│ │ │ │ ├── article.json
│ │ │ │ ├── article.wxml
│ │ │ │ ├── article.wxss
│ │ │ │ ├── artmessage.js
│ │ │ │ ├── artmessage.json
│ │ │ │ ├── artmessage.wxml
│ │ │ │ └── artmessage.wxss
│ │ │ ├── edu
│ │ │ │ ├── educate.js
│ │ │ │ ├── educate.json
│ │ │ │ ├── educate.wxml
│ │ │ │ ├── educate.wxss
│ │ │ │ ├── educhapter.js
│ │ │ │ ├── educhapter.json
│ │ │ │ ├── educhapter.wxml
│ │ │ │ ├── educhapter.wxss
│ │ │ │ ├── eduhome.js
│ │ │ │ ├── eduhome.json
│ │ │ │ ├── eduhome.wxml
│ │ │ │ ├── eduhome.wxss
│ │ │ │ ├── edulesson.js
│ │ │ │ ├── edulesson.json
│ │ │ │ ├── edulesson.wxml
│ │ │ │ ├── edulesson.wxss
│ │ │ │ ├── edumessage.js
│ │ │ │ ├── edumessage.json
│ │ │ │ ├── edumessage.wxml
│ │ │ │ ├── edumessage.wxss
│ │ │ │ ├── edustudy.js
│ │ │ │ ├── edustudy.json
│ │ │ │ ├── edustudy.wxml
│ │ │ │ └── edustudy.wxss
│ │ │ ├── exp
│ │ │ │ ├── expcate.js
│ │ │ │ ├── expcate.json
│ │ │ │ ├── expcate.wxml
│ │ │ │ ├── expcate.wxss
│ │ │ │ ├── expcount.js
│ │ │ │ ├── expcount.json
│ │ │ │ ├── expcount.wxml
│ │ │ │ ├── expcount.wxss
│ │ │ │ ├── expense.js
│ │ │ │ ├── expense.json
│ │ │ │ ├── expense.wxml
│ │ │ │ ├── expense.wxss
│ │ │ │ ├── explog.js
│ │ │ │ ├── explog.json
│ │ │ │ ├── explog.wxml
│ │ │ │ └── explog.wxss
│ │ │ ├── home
│ │ │ │ ├── home.js
│ │ │ │ ├── home.json
│ │ │ │ ├── home.wxml
│ │ │ │ └── home.wxss
│ │ │ ├── int
│ │ │ │ ├── integral.js
│ │ │ │ ├── integral.json
│ │ │ │ ├── integral.wxml
│ │ │ │ ├── integral.wxss
│ │ │ │ ├── intrank.js
│ │ │ │ ├── intrank.json
│ │ │ │ ├── intrank.wxml
│ │ │ │ └── intrank.wxss
│ │ │ ├── login
│ │ │ │ ├── login.js
│ │ │ │ ├── login.json
│ │ │ │ ├── login.wxml
│ │ │ │ └── login.wxss
│ │ │ ├── my
│ │ │ │ ├── aboutus.js
│ │ │ │ ├── aboutus.json
│ │ │ │ ├── aboutus.wxml
│ │ │ │ ├── aboutus.wxss
│ │ │ │ ├── mybranchdetails.js
│ │ │ │ ├── mybranchdetails.json
│ │ │ │ ├── mybranchdetails.wxml
│ │ │ │ ├── mybranchdetails.wxss
│ │ │ │ ├── mybranch.js
│ │ │ │ ├── mybranch.json
│ │ │ │ ├── mybranchuser.js
│ │ │ │ ├── mybranchuser.json
│ │ │ │ ├── mybranchuser.wxml
│ │ │ │ ├── mybranchuser.wxss
│ │ │ │ ├── mybranch.wxml
│ │ │ │ ├── mybranch.wxss
│ │ │ │ ├── myinfo.js
│ │ │ │ ├── myinfo.json
│ │ │ │ ├── myinfoupload.js
│ │ │ │ ├── myinfoupload.json
│ │ │ │ ├── myinfoupload.wxml
│ │ │ │ ├── myinfoupload.wxss
│ │ │ │ ├── myinfo.wxml
│ │ │ │ ├── myinfo.wxss
│ │ │ │ ├── my.js
│ │ │ │ ├── my.json
│ │ │ │ ├── my.wxml
│ │ │ │ └── my.wxss
│ │ │ ├── notice
│ │ │ │ ├── details.js
│ │ │ │ ├── details.json
│ │ │ │ ├── details.wxml
│ │ │ │ ├── details.wxss
│ │ │ │ ├── notice.js
│ │ │ │ ├── notice.json
│ │ │ │ ├── notice.wxml
│ │ │ │ └── notice.wxss
│ │ │ ├── ser
│ │ │ │ ├── sercate.js
│ │ │ │ ├── sercate.json
│ │ │ │ ├── sercate.wxml
│ │ │ │ ├── sercate.wxss
│ │ │ │ ├── serhome.js
│ │ │ │ ├── serhome.json
│ │ │ │ ├── serhome.wxml
│ │ │ │ ├── serhome.wxss
│ │ │ │ ├── seritem.js
│ │ │ │ ├── seritem.json
│ │ │ │ ├── seritem.wxml
│ │ │ │ ├── seritem.wxss
│ │ │ │ ├── serlog.js
│ │ │ │ ├── serlog.json
│ │ │ │ ├── serlog.wxml
│ │ │ │ ├── serlog.wxss
│ │ │ │ ├── sermessage.js
│ │ │ │ ├── sermessage.json
│ │ │ │ ├── sermessage.wxml
│ │ │ │ └── sermessage.wxss
│ │ │ ├── sup
│ │ │ │ ├── suphome.js
│ │ │ │ ├── suphome.json
│ │ │ │ ├── suphome.wxml
│ │ │ │ ├── suphome.wxss
│ │ │ │ ├── supmailboxdetails.js
│ │ │ │ ├── supmailboxdetails.json
│ │ │ │ ├── supmailboxdetails.wxml
│ │ │ │ ├── supmailboxdetails.wxss
│ │ │ │ ├── supmailbox.js
│ │ │ │ ├── supmailbox.json
│ │ │ │ ├── supmailbox.wxml
│ │ │ │ ├── supmailbox.wxss
│ │ │ │ ├── supproposaldetails.js
│ │ │ │ ├── supproposaldetails.json
│ │ │ │ ├── supproposaldetails.wxml
│ │ │ │ ├── supproposaldetails.wxss
│ │ │ │ ├── supproposal.js
│ │ │ │ ├── supproposal.json
│ │ │ │ ├── supproposal.wxml
│ │ │ │ ├── supproposal.wxss
│ │ │ │ ├── supreadilydetails.js
│ │ │ │ ├── supreadilydetails.json
│ │ │ │ ├── supreadilydetails.wxml
│ │ │ │ ├── supreadilydetails.wxss
│ │ │ │ ├── supreadily.js
│ │ │ │ ├── supreadily.json
│ │ │ │ ├── supreadily.wxml
│ │ │ │ ├── supreadily.wxss
│ │ │ │ ├── supreport.js
│ │ │ │ ├── supreport.json
│ │ │ │ ├── supreport.wxml
│ │ │ │ └── supreport.wxss
│ │ │ └── webview
│ │ │ ├── webview.js
│ │ │ ├── webview.json
│ │ │ ├── webview.wxml
│ │ │ └── webview.wxss
│ │ ├── resource
│ │ │ └── icon
│ │ │ ├── baracthomeon.png
│ │ │ ├── baracthome.png
│ │ │ ├── bararthomeon.png
│ │ │ ├── bararthome.png
│ │ │ ├── bareduhomeon.png
│ │ │ ├── bareduhome.png
│ │ │ ├── barhomeon.png
│ │ │ ├── barhome.png
│ │ │ ├── barmyon.png
│ │ │ ├── barmy.png
│ │ │ ├── btnmore1.png
│ │ │ ├── btnmore2.png
│ │ │ ├── cate.png
│ │ │ ├── del.png
│ │ │ ├── inputlock.png
│ │ │ ├── listdetails.png
│ │ │ ├── message.png
│ │ │ ├── my-aboutus.png
│ │ │ ├── my-branch.png
│ │ │ ├── mybranchuser-branchid.png
│ │ │ ├── mybranchuser-leader.png
│ │ │ ├── mybranchuser-mobile.png
│ │ │ ├── mybranchuser-partyday.png
│ │ │ ├── mybranchuser-sex1.png
│ │ │ ├── mybranchuser-sex2.png
│ │ │ ├── mybranchuser-ulevel.png
│ │ │ ├── myinfo.png
│ │ │ ├── my-notice.png
│ │ │ ├── my-telephone.png
│ │ │ ├── my-url.png
│ │ │ ├── notice.png
│ │ │ ├── picclear.png
│ │ │ ├── puls.png
│ │ │ ├── signin.png
│ │ │ ├── sup-mailbox.png
│ │ │ ├── sup-proposal.png
│ │ │ ├── sup-readily.png
│ │ │ └── sup-report.png
│ │ ├── util
│ │ │ ├── alert.js
│ │ │ ├── image.js
│ │ │ ├── pay.js
│ │ │ ├── request.js
│ │ │ ├── router.js
│ │ │ └── we-cropper.js
│ │ └── 源码说明_.txt
│ ├── we7
│ │ ├── pages
│ │ │ ├── component
│ │ │ │ └── footer
│ │ │ │ ├── footer.js
│ │ │ │ ├── footer.wxml
│ │ │ │ └── footer.wxss
│ │ │ ├── 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
│ │ └── 源码说明_.txt
│ └── 源码说明_.txt
└── 源码说明_.txt
46 directories, 636 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)