实例介绍
民宿微信小程序,有后台,运行小程序需要先在本地部署后台代码
【实例截图】
【核心代码】
4744300845155482122.zip
├── __MACOSX
│ └── minsu
│ ├── admin_minsu_web-master
│ │ ├── dist
│ │ │ ├── controller
│ │ │ ├── lib
│ │ │ │ └── extend
│ │ │ ├── style
│ │ │ └── views
│ │ │ ├── app
│ │ │ │ ├── content
│ │ │ │ └── financial
│ │ │ ├── caller
│ │ │ ├── mark
│ │ │ ├── order
│ │ │ ├── room
│ │ │ ├── setting
│ │ │ ├── template
│ │ │ └── user
│ │ ├── json
│ │ │ ├── hours-list
│ │ │ ├── mark
│ │ │ ├── message
│ │ │ ├── order
│ │ │ ├── price
│ │ │ ├── status
│ │ │ └── user
│ │ ├── static
│ │ │ ├── css
│ │ │ ├── img
│ │ │ │ └── order
│ │ │ ├── js
│ │ │ └── layui
│ │ │ ├── css
│ │ │ │ └── modules
│ │ │ │ ├── laydate
│ │ │ │ │ └── default
│ │ │ │ └── layer
│ │ │ │ └── default
│ │ │ ├── font
│ │ │ ├── images
│ │ │ │ └── face
│ │ │ └── lay
│ │ │ └── modules
│ │ │ └── iconPicker
│ │ └── tips
│ └── minsu-master
│ ├── common
│ │ └── calendar
│ ├── components
│ │ ├── dist
│ │ │ ├── actionsheet
│ │ │ ├── badge
│ │ │ ├── btn
│ │ │ ├── btn-group
│ │ │ ├── capsule
│ │ │ ├── card
│ │ │ ├── cell
│ │ │ ├── cell-group
│ │ │ ├── checkbox
│ │ │ ├── checkbox-group
│ │ │ ├── col
│ │ │ ├── color
│ │ │ ├── common
│ │ │ │ └── pop-manager
│ │ │ ├── datetime-picker
│ │ │ ├── dialog
│ │ │ ├── field
│ │ │ ├── helper
│ │ │ ├── icon
│ │ │ ├── loading
│ │ │ ├── loadmore
│ │ │ ├── noticebar
│ │ │ ├── panel
│ │ │ ├── popup
│ │ │ ├── radio
│ │ │ ├── row
│ │ │ ├── search
│ │ │ ├── select
│ │ │ ├── stepper
│ │ │ ├── stepper2
│ │ │ ├── steps
│ │ │ │ └── wxss
│ │ │ ├── switch
│ │ │ ├── tab
│ │ │ ├── tag
│ │ │ ├── toast
│ │ │ ├── toptips
│ │ │ └── tree-select
│ │ ├── stepper2
│ │ └── wx-index-list
│ ├── img
│ │ └── index
│ ├── pages
│ │ ├── houseDetail
│ │ │ ├── commitOrder
│ │ │ │ └── baoxian
│ │ │ ├── dianPing
│ │ │ ├── faPiao
│ │ │ └── photo
│ │ ├── houseList
│ │ │ ├── filter
│ │ │ ├── place
│ │ │ ├── search
│ │ │ └── sort
│ │ ├── index
│ │ │ ├── city
│ │ │ └── selectNum
│ │ ├── login
│ │ ├── order
│ │ │ ├── comment
│ │ │ ├── houseCost
│ │ │ ├── orderdetail
│ │ │ └── pay
│ │ └── profile
│ │ ├── coupon
│ │ │ ├── couponDetail
│ │ │ │ └── detail
│ │ │ └── receiveCoupon
│ │ ├── setPhone
│ │ └── suggestion
│ └── utils
└── minsu
├── admin_minsu_web-master
│ ├── dist
│ │ ├── config.js
│ │ ├── controller
│ │ │ ├── banner.js
│ │ │ ├── citylist.js
│ │ │ ├── cityset.js
│ │ │ ├── common.js
│ │ │ ├── console.js
│ │ │ ├── contlist.js
│ │ │ ├── facility.js
│ │ │ ├── fenxiao.js
│ │ │ ├── hours_list.js
│ │ │ ├── member_edit.js
│ │ │ ├── order_detail.js
│ │ │ ├── order_list.js
│ │ │ ├── price.js
│ │ │ ├── request.js
│ │ │ ├── setting.js
│ │ │ ├── status.js
│ │ │ ├── system_set.js
│ │ │ ├── user.js
│ │ │ └── user_list.js
│ │ ├── index.js
│ │ ├── lib
│ │ │ ├── admin.js
│ │ │ ├── daoke.js
│ │ │ ├── extend
│ │ │ │ ├── echarts.js
│ │ │ │ ├── echartsTheme.js
│ │ │ │ ├── iconPicker.js
│ │ │ │ └── vue.js
│ │ │ └── view.js
│ │ ├── style
│ │ │ ├── admin.css
│ │ │ ├── facility.css
│ │ │ ├── fenxiao.css
│ │ │ ├── hours-list.css
│ │ │ ├── login.css
│ │ │ ├── member-edit.css
│ │ │ ├── order-detail.css
│ │ │ ├── order-list.css
│ │ │ ├── order-management.css
│ │ │ ├── price.css
│ │ │ ├── status.css
│ │ │ ├── template.css
│ │ │ ├── user-list.css
│ │ │ └── wechatset.css
│ │ └── views
│ │ ├── app
│ │ │ ├── content
│ │ │ │ ├── cate.html
│ │ │ │ ├── listform.html
│ │ │ │ └── list.html
│ │ │ └── financial
│ │ │ ├── index.html
│ │ │ └── settle.html
│ │ ├── caller
│ │ │ ├── apply.html
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── layout.html
│ │ ├── mark
│ │ │ └── fenxiao.html
│ │ ├── order
│ │ │ ├── comment.html
│ │ │ ├── order-detail.html
│ │ │ └── order-list.html
│ │ ├── room
│ │ │ ├── create_room.html
│ │ │ ├── hours-list.html
│ │ │ ├── price.html
│ │ │ └── status.html
│ │ ├── setting
│ │ │ ├── banner.html
│ │ │ ├── citylist.html
│ │ │ ├── cityset.html
│ │ │ ├── config.html
│ │ │ ├── facility.html
│ │ │ ├── index.html
│ │ │ ├── template.html
│ │ │ └── wechatset.html
│ │ ├── template
│ │ │ └── template.html
│ │ └── user
│ │ ├── login.html
│ │ ├── member-edit.html
│ │ └── user-list.html
│ ├── index.html
│ ├── json
│ │ ├── hours-list
│ │ │ ├── addressInfo.json
│ │ │ ├── hoursList-daifabu.json
│ │ │ ├── hoursList.json
│ │ │ ├── hoursList-null.json
│ │ │ ├── hoursList-wsj.json
│ │ │ ├── hoursList-wsj-sb.json
│ │ │ ├── hoursList-wsj-tg.json
│ │ │ └── hoursList-ysj.json
│ │ ├── mark
│ │ │ ├── customList.json
│ │ │ ├── deposit-table.json
│ │ │ ├── form-base-setting.json
│ │ │ ├── fxs-table-checked.json
│ │ │ ├── fxs-table.json
│ │ │ └── order-table.json
│ │ ├── menu.js
│ │ ├── message
│ │ │ ├── all.js
│ │ │ ├── direct.js
│ │ │ ├── new.js
│ │ │ └── notice.js
│ │ ├── order
│ │ │ ├── order-cancle.json
│ │ │ ├── order-daizhifu.json
│ │ │ ├── order-detail.json
│ │ │ ├── orderList.json
│ │ │ └── order-null.json
│ │ ├── price
│ │ │ ├── houseInfo.json
│ │ │ ├── houseList.json
│ │ │ ├── test_price.json
│ │ │ └── unitList-unactive.json
│ │ ├── status
│ │ │ ├── hou2.json
│ │ │ ├── houseList.json
│ │ │ ├── roomstatus-changed.json
│ │ │ ├── roomstatus.json
│ │ │ └── test.json
│ │ └── user
│ │ ├── buyList.json
│ │ ├── form-levelDesc.json
│ │ ├── form-levelSetting.json
│ │ ├── hxyList.json
│ │ ├── levelList.json
│ │ ├── member-upload.json
│ │ ├── rechargeList.json
│ │ ├── session.js
│ │ ├── upload-fileList.json
│ │ ├── upload-group-add.json
│ │ ├── upload-group.json
│ │ └── userList.json
│ ├── map.html
│ ├── README.md
│ ├── static
│ │ ├── css
│ │ │ └── common.css
│ │ ├── img
│ │ │ ├── angle_b.png
│ │ │ ├── angle_t.png
│ │ │ ├── arrow_l_gray.png
│ │ │ ├── arrow_l.png
│ │ │ ├── arrow_l_w.png
│ │ │ ├── arrow_r.png
│ │ │ ├── arrow_r_w.png
│ │ │ ├── bz.png
│ │ │ ├── cancle.png
│ │ │ ├── close.png
│ │ │ ├── drz.png
│ │ │ ├── dzf.png
│ │ │ ├── folder.png
│ │ │ ├── ft.png
│ │ │ ├── ks.png
│ │ │ ├── order
│ │ │ │ ├── chat.png
│ │ │ │ ├── null.png
│ │ │ │ ├── phone.png
│ │ │ │ ├── print.png
│ │ │ │ └── ts.png
│ │ │ ├── rl.png
│ │ │ ├── selected.png
│ │ │ ├── select.png
│ │ │ ├── tb.png
│ │ │ ├── yld.png
│ │ │ └── yrz.png
│ │ ├── js
│ │ │ ├── config.js
│ │ │ └── index.js
│ │ └── layui
│ │ ├── css
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules
│ │ │ ├── code.css
│ │ │ ├── laydate
│ │ │ │ └── default
│ │ │ │ └── laydate.css
│ │ │ └── layer
│ │ │ └── default
│ │ │ ├── icon-ext.png
│ │ │ ├── icon.png
│ │ │ ├── layer.css
│ │ │ ├── loading-0.gif
│ │ │ ├── loading-1.gif
│ │ │ └── loading-2.gif
│ │ ├── font
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.svg
│ │ │ ├── iconfont.ttf
│ │ │ └── iconfont.woff
│ │ ├── images
│ │ │ └── face
│ │ │ ├── 0.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.gif
│ │ │ ├── 18.gif
│ │ │ ├── 19.gif
│ │ │ ├── 1.gif
│ │ │ ├── 20.gif
│ │ │ ├── 21.gif
│ │ │ ├── 22.gif
│ │ │ ├── 23.gif
│ │ │ ├── 24.gif
│ │ │ ├── 25.gif
│ │ │ ├── 26.gif
│ │ │ ├── 27.gif
│ │ │ ├── 28.gif
│ │ │ ├── 29.gif
│ │ │ ├── 2.gif
│ │ │ ├── 30.gif
│ │ │ ├── 31.gif
│ │ │ ├── 32.gif
│ │ │ ├── 33.gif
│ │ │ ├── 34.gif
│ │ │ ├── 35.gif
│ │ │ ├── 36.gif
│ │ │ ├── 37.gif
│ │ │ ├── 38.gif
│ │ │ ├── 39.gif
│ │ │ ├── 3.gif
│ │ │ ├── 40.gif
│ │ │ ├── 41.gif
│ │ │ ├── 42.gif
│ │ │ ├── 43.gif
│ │ │ ├── 44.gif
│ │ │ ├── 45.gif
│ │ │ ├── 46.gif
│ │ │ ├── 47.gif
│ │ │ ├── 48.gif
│ │ │ ├── 49.gif
│ │ │ ├── 4.gif
│ │ │ ├── 50.gif
│ │ │ ├── 51.gif
│ │ │ ├── 52.gif
│ │ │ ├── 53.gif
│ │ │ ├── 54.gif
│ │ │ ├── 55.gif
│ │ │ ├── 56.gif
│ │ │ ├── 57.gif
│ │ │ ├── 58.gif
│ │ │ ├── 59.gif
│ │ │ ├── 5.gif
│ │ │ ├── 60.gif
│ │ │ ├── 61.gif
│ │ │ ├── 62.gif
│ │ │ ├── 63.gif
│ │ │ ├── 64.gif
│ │ │ ├── 65.gif
│ │ │ ├── 66.gif
│ │ │ ├── 67.gif
│ │ │ ├── 68.gif
│ │ │ ├── 69.gif
│ │ │ ├── 6.gif
│ │ │ ├── 70.gif
│ │ │ ├── 71.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ │ ├── lay
│ │ │ └── modules
│ │ │ ├── carousel.js
│ │ │ ├── code.js
│ │ │ ├── colorpicker.js
│ │ │ ├── common.js
│ │ │ ├── element.js
│ │ │ ├── flow.js
│ │ │ ├── form.js
│ │ │ ├── iconPicker
│ │ │ │ └── iconPicker.js
│ │ │ ├── jquery.js
│ │ │ ├── laydate.js
│ │ │ ├── layedit.js
│ │ │ ├── layer.js
│ │ │ ├── laypage.js
│ │ │ ├── laytpl.js
│ │ │ ├── mobile.js
│ │ │ ├── rate.js
│ │ │ ├── slider.js
│ │ │ ├── table.js
│ │ │ ├── tree.js
│ │ │ ├── upload.js
│ │ │ └── util.js
│ │ ├── layui.all.js
│ │ └── layui.js
│ └── tips
│ └── index.html
└── minsu-master
├── app.js
├── app.json
├── app.wxss
├── common
│ └── calendar
│ ├── calendar.js
│ ├── calendar.json
│ ├── calendar.wxml
│ └── calendar.wxss
├── components
│ ├── dist
│ │ ├── actionsheet
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── badge
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── btn
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ └── native-button-behaviors.js
│ │ ├── btn-group
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── capsule
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── card
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── cell
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── cell-group
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── checkbox
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── checkbox-group
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── col
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── color
│ │ │ └── index.wxss
│ │ ├── common
│ │ │ ├── helper.js
│ │ │ └── pop-manager
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── datetime-picker
│ │ │ ├── date-picker.js
│ │ │ ├── date-picker-view.wxml
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ ├── picker-view-column.wxml
│ │ │ └── utils.js
│ │ ├── dialog
│ │ │ ├── data.js
│ │ │ ├── dialog.js
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── field
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── helper
│ │ │ └── index.wxss
│ │ ├── icon
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── index.js
│ │ ├── index.wxss
│ │ ├── loading
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── loadmore
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── noticebar
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── panel
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── popup
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ └── index.wxml
│ │ ├── radio
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── row
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── search
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── select
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── stepper
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── stepper2
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── steps
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ └── wxss
│ │ │ ├── step.wxss
│ │ │ └── vstep.wxss
│ │ ├── switch
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tab
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tag
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── toast
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ └── toast.js
│ │ ├── toptips
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ └── toptips.js
│ │ └── tree-select
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── stepper2
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ └── wx-index-list
│ ├── config.wxs
│ ├── wx-index-list.js
│ ├── wx-index-list.json
│ ├── wx-index-list.wxml
│ └── wx-index-list.wxss
├── ext.json
├── img
│ └── index
│ ├── index2.png
│ ├── index.png
│ ├── order2.png
│ ├── order.png
│ ├── profile2.png
│ └── profile.png
├── LICENSE
├── pages
│ ├── houseDetail
│ │ ├── commitOrder
│ │ │ ├── baoxian
│ │ │ │ ├── baoxian.js
│ │ │ │ ├── baoxian.json
│ │ │ │ ├── baoxian.wxml
│ │ │ │ └── baoxian.wxss
│ │ │ ├── commitOrder.js
│ │ │ ├── commitOrder.json
│ │ │ ├── commitOrder.wxml
│ │ │ └── commitOrder.wxss
│ │ ├── dianPing
│ │ │ ├── dianPing.js
│ │ │ ├── dianPing.json
│ │ │ ├── dianPing.wxml
│ │ │ └── dianPing.wxss
│ │ ├── faPiao
│ │ │ ├── faPiao.js
│ │ │ ├── faPiao.json
│ │ │ ├── faPiao.wxml
│ │ │ └── faPiao.wxss
│ │ ├── houseDetail.js
│ │ ├── houseDetail.json
│ │ ├── houseDetail.wxml
│ │ ├── houseDetail.wxss
│ │ └── photo
│ │ ├── photo.js
│ │ ├── photo.json
│ │ ├── photo.wxml
│ │ └── photo.wxss
│ ├── houseList
│ │ ├── filter
│ │ │ ├── filter.js
│ │ │ ├── filter.json
│ │ │ ├── filter.wxml
│ │ │ └── filter.wxss
│ │ ├── houseList.js
│ │ ├── houseList.json
│ │ ├── houseList.wxml
│ │ ├── houseList.wxss
│ │ ├── place
│ │ │ ├── place.js
│ │ │ ├── place.json
│ │ │ ├── place.wxml
│ │ │ └── place.wxss
│ │ ├── search
│ │ │ ├── search.js
│ │ │ ├── search.json
│ │ │ ├── search.wxml
│ │ │ └── search.wxss
│ │ └── sort
│ │ ├── sort.js
│ │ ├── sort.json
│ │ ├── sort.wxml
│ │ └── sort.wxss
│ ├── index
│ │ ├── city
│ │ │ ├── city.js
│ │ │ ├── city.json
│ │ │ ├── city.wxml
│ │ │ └── city.wxss
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ ├── index.wxss
│ │ └── selectNum
│ │ ├── selectNum.js
│ │ ├── selectNum.json
│ │ ├── selectNum.wxml
│ │ └── selectNum.wxss
│ ├── login
│ │ ├── login.js
│ │ ├── login.json
│ │ ├── login.wxml
│ │ └── login.wxss
│ ├── order
│ │ ├── comment
│ │ │ ├── comment.js
│ │ │ ├── comment.json
│ │ │ ├── comment.wxml
│ │ │ └── comment.wxss
│ │ ├── houseCost
│ │ │ ├── houseCost.js
│ │ │ ├── houseCost.json
│ │ │ ├── houseCost.wxml
│ │ │ └── houseCost.wxss
│ │ ├── orderdetail
│ │ │ ├── orderdetail.js
│ │ │ ├── orderdetail.json
│ │ │ ├── orderdetail.wxml
│ │ │ └── orderdetail.wxss
│ │ ├── order.js
│ │ ├── order.json
│ │ ├── order.wxml
│ │ ├── order.wxss
│ │ └── pay
│ │ ├── pay.js
│ │ ├── pay.json
│ │ ├── pay.wxml
│ │ └── pay.wxss
│ └── profile
│ ├── coupon
│ │ ├── couponDetail
│ │ │ ├── couponDetail.js
│ │ │ ├── couponDetail.json
│ │ │ ├── couponDetail.wxml
│ │ │ ├── couponDetail.wxss
│ │ │ └── detail
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ └── detail.wxss
│ │ ├── coupon.js
│ │ ├── coupon.json
│ │ ├── coupon.wxml
│ │ ├── coupon.wxss
│ │ └── receiveCoupon
│ │ ├── receiveCoupon.js
│ │ ├── receiveCoupon.json
│ │ ├── receiveCoupon.wxml
│ │ └── receiveCoupon.wxss
│ ├── profile.js
│ ├── profile.json
│ ├── profile.wxml
│ ├── profile.wxss
│ ├── setPhone
│ │ ├── setPhone.js
│ │ ├── setPhone.json
│ │ ├── setPhone.wxml
│ │ └── setPhone.wxss
│ └── suggestion
│ ├── suggestion.js
│ ├── suggestion.json
│ ├── suggestion.wxml
│ └── suggestion.wxss
├── project.config.json
├── README.md
└── utils
├── apis.js
├── bmap-wx.min.js
├── detail.js
├── filter.wxs
├── util.js
└── wxb.js
243 directories, 549 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论