【例子介绍】餐饮店小程序源码
【相关图片】
【源码结构】
.
├── xcx
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── pages
│ │ ├── address
│ │ │ ├── address.js
│ │ │ ├── address.json
│ │ │ ├── address.wxml
│ │ │ └── address.wxss
│ │ ├── bag
│ │ │ ├── bag.js
│ │ │ ├── bag.json
│ │ │ ├── bag.wxml
│ │ │ └── bag.wxss
│ │ ├── cart
│ │ │ ├── cart.js
│ │ │ ├── cart.json
│ │ │ ├── cart.wxml
│ │ │ └── cart.wxss
│ │ ├── cartIntegral
│ │ │ ├── cartIntegral.js
│ │ │ ├── cartIntegral.json
│ │ │ ├── cartIntegral.wxml
│ │ │ └── cartIntegral.wxss
│ │ ├── classification
│ │ │ ├── classification.js
│ │ │ ├── classification.json
│ │ │ ├── classification.wxml
│ │ │ └── classification.wxss
│ │ ├── con_order
│ │ │ ├── con_order.js
│ │ │ ├── con_order.json
│ │ │ ├── con_order.wxml
│ │ │ └── con_order.wxss
│ │ ├── con_order_integarl
│ │ │ ├── con_order_integarl.js
│ │ │ ├── con_order_integarl.json
│ │ │ ├── con_order_integarl.wxml
│ │ │ └── con_order_integarl.wxss
│ │ ├── coupon
│ │ │ ├── coupon.js
│ │ │ ├── coupon.json
│ │ │ ├── coupon.wxml
│ │ │ └── coupon.wxss
│ │ ├── details
│ │ │ ├── details.js
│ │ │ ├── details.json
│ │ │ ├── details.wxml
│ │ │ └── details.wxss
│ │ ├── footer
│ │ │ ├── footer.js
│ │ │ ├── footer.json
│ │ │ ├── footer.wxml
│ │ │ └── footer.wxss
│ │ ├── gift_list
│ │ │ ├── gift_list.js
│ │ │ ├── gift_list.json
│ │ │ ├── gift_list.wxml
│ │ │ └── gift_list.wxss
│ │ ├── goods_list
│ │ │ ├── goods_list.js
│ │ │ ├── goods_list.json
│ │ │ ├── goods_list.wxml
│ │ │ └── goods_list.wxss
│ │ ├── images
│ │ │ ├── banner.jpg
│ │ │ ├── banner2.jpg
│ │ │ ├── banner3.jpg
│ │ │ ├── banner4.jpg
│ │ │ ├── bjico.png
│ │ │ ├── detail.jpg
│ │ │ ├── detail_img1.jpg
│ │ │ ├── detail_img2.jpg
│ │ │ ├── detail_img3.jpg
│ │ │ ├── fanhui.png
│ │ │ ├── flimg1.jpg
│ │ │ ├── flimg10.jpg
│ │ │ ├── flimg11.jpg
│ │ │ ├── flimg12.jpg
│ │ │ ├── flimg2.jpg
│ │ │ ├── flimg3.jpg
│ │ │ ├── flimg4.jpg
│ │ │ ├── flimg5.jpg
│ │ │ ├── flimg6.jpg
│ │ │ ├── flimg7.jpg
│ │ │ ├── flimg8.jpg
│ │ │ ├── flimg9.jpg
│ │ │ ├── footer_img1.png
│ │ │ ├── footer_img2.png
│ │ │ ├── footer_img3.png
│ │ │ ├── footer_img4.png
│ │ │ ├── gbico.png
│ │ │ ├── good_gwc.png
│ │ │ ├── good_img.jpg
│ │ │ ├── gwcimg1.jpg
│ │ │ ├── gwico.png
│ │ │ ├── jiaico.png
│ │ │ ├── kufu.png
│ │ │ ├── my_icon1.png
│ │ │ ├── my_icon2.png
│ │ │ ├── my_icon3.png
│ │ │ ├── my_icon4.png
│ │ │ ├── my_top_back.jpg
│ │ │ ├── paixicon1.png
│ │ │ ├── paixicon2.png
│ │ │ ├── scico.png
│ │ │ ├── search.jpg
│ │ │ ├── shangping.jpg
│ │ │ ├── ssico.png
│ │ │ ├── syico1.png
│ │ │ ├── syico2.png
│ │ │ ├── syico3.png
│ │ │ ├── syimg1.jpg
│ │ │ ├── syimg2.jpg
│ │ │ ├── syimg3.jpg
│ │ │ ├── syimg4.jpg
│ │ │ ├── syimg5.jpg
│ │ │ ├── syimg6.jpg
│ │ │ ├── syimg7.jpg
│ │ │ ├── tejia.png
│ │ │ ├── touxiang.png
│ │ │ ├── uesr_icon1.png
│ │ │ ├── uesr_icon2.png
│ │ │ ├── uesr_icon3.png
│ │ │ ├── uesr_icon4.png
│ │ │ ├── uesr_icon5.png
│ │ │ ├── uesr_icon6.png
│ │ │ ├── uesr_icon7.png
│ │ │ ├── wechat.png
│ │ │ ├── xysd.png
│ │ │ └── zclogo.png
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── integral
│ │ │ ├── integral.js
│ │ │ ├── integral.json
│ │ │ ├── integral.wxml
│ │ │ └── integral.wxss
│ │ ├── notice
│ │ │ ├── notice.js
│ │ │ ├── notice.json
│ │ │ ├── notice.wxml
│ │ │ └── notice.wxss
│ │ ├── noticeDe
│ │ │ ├── noticeDe.js
│ │ │ ├── noticeDe.json
│ │ │ ├── noticeDe.wxml
│ │ │ └── noticeDe.wxss
│ │ ├── order
│ │ │ ├── order.js
│ │ │ ├── order.json
│ │ │ ├── order.wxml
│ │ │ └── order.wxss
│ │ ├── order_details
│ │ │ ├── order_details.js
│ │ │ ├── order_details.json
│ │ │ ├── order_details.wxml
│ │ │ └── order_details.wxss
│ │ ├── pub_top
│ │ │ ├── pub_top.js
│ │ │ ├── pub_top.json
│ │ │ ├── pub_top.wxml
│ │ │ └── pub_top.wxss
│ │ ├── recharge
│ │ │ ├── recharge.js
│ │ │ ├── recharge.json
│ │ │ ├── recharge.wxml
│ │ │ └── recharge.wxss
│ │ ├── selectAddress
│ │ │ ├── selectAddress.js
│ │ │ ├── selectAddress.json
│ │ │ ├── selectAddress.wxml
│ │ │ └── selectAddress.wxss
│ │ └── user
│ │ ├── user.js
│ │ ├── user.json
│ │ ├── user.wxml
│ │ └── user.wxss
│ ├── project.config.json
│ ├── utils
│ │ └── util.js
│ └── wxParse
│ ├── emojis
│ ├── html2json.js
│ ├── htmlparser.js
│ ├── showdown.js
│ ├── wxDiscode.js
│ ├── wxParse.js
│ ├── wxParse.wxml
│ └── wxParse.wxss
└── 5t6t网_餐饮店小程序.rar
28 directories, 166 files
评论