在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 购买的码上点餐外卖餐饮系统 6.8.5

购买的码上点餐外卖餐饮系统 6.8.5

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.77M
  • 下载次数:7
  • 浏览次数:111
  • 发布时间:2021-02-24
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
码上点餐外卖餐饮系统6.8.5,需要搭载在WeEngine-Laster-Offline引擎之上,亲自测试后没问题。
【实例截图】
【核心代码】
667d6038-f522-4c47-bf89-b9308958a4b0
└── 码上点餐外卖餐饮系统 6.8.5
├── addons
│   └── weisrc_dish
│   ├── admin
│   │   ├── common
│   │   │   ├── bootstrap.sys.inc.php
│   │   │   ├── common.func.php
│   │   │   └── template.func.php
│   │   ├── index.php
│   │   ├── resource
│   │   │   └── images
│   │   │   └── nopic.jpg
│   │   ├── source
│   │   │   ├── site
│   │   │   │   └── entry.ctrl.php
│   │   │   ├── user
│   │   │   │   ├── login2.ctrl.php
│   │   │   │   ├── login.ctrl.php
│   │   │   │   └── logout.ctrl.php
│   │   │   └── utility
│   │   │   ├── file.ctrl.php
│   │   │   └── __init.php
│   │   └── themes
│   │   └── default
│   │   ├── common
│   │   │   ├── footer-base.html
│   │   │   ├── footer-cms.html
│   │   │   ├── footer-gw.html
│   │   │   ├── footer.html
│   │   │   ├── header-base.html
│   │   │   ├── header-cms.html
│   │   │   ├── header-gw.html
│   │   │   ├── header.html
│   │   │   └── message.html
│   │   └── user
│   │   ├── login2.html
│   │   └── login.html
│   ├── cert
│   │   ├── apiclient_cert_19.pem
│   │   ├── apiclient_key_19.pem
│   │   ├── rootca_19.pem
│   │   ├── WxPay.Api.php
│   │   ├── WxPay.Data.php
│   │   ├── WxPay.Exception.php
│   │   └── WxPay.Notify.php
│   ├── debug.log
│   ├── example
│   │   ├── example_category.xls
│   │   ├── example_goods3.xls
│   │   ├── example_goods4.xls
│   │   ├── example_store2.xls
│   │   └── example_store.xls
│   ├── fengniao.php
│   ├── fx.log
│   ├── icon-custom.jpg
│   ├── icon.jpg
│   ├── inc
│   │   ├── func
│   │   │   └── core.php
│   │   ├── mobile
│   │   │   ├── addfeedback.inc.php
│   │   │   ├── addtomenu.inc.php
│   │   │   ├── addtoorder.inc.php
│   │   │   ├── adminorderdetail.inc.php
│   │   │   ├── adminorder.inc.php
│   │   │   ├── adscreen.inc.php
│   │   │   ├── allfeedback.inc.php
│   │   │   ├── cancelorder.inc.php
│   │   │   ├── cancelqueue.inc.php
│   │   │   ├── clearmenu.inc.php
│   │   │   ├── collection.inc.php
│   │   │   ├── commission_form.inc.php
│   │   │   ├── coupon.inc.php
│   │   │   ├── couponlist.inc.php
│   │   │   ├── deliveryorderdetail.inc.php
│   │   │   ├── deliveryorder.inc.php
│   │   │   ├── detailcontent.inc.php
│   │   │   ├── detail.inc.php
│   │   │   ├── feedback.inc.php
│   │   │   ├── getcoupon.inc.php
│   │   │   ├── getdishlist.inc.php
│   │   │   ├── getdishnumofcategory.inc.php
│   │   │   ├── getmoremember.inc.php
│   │   │   ├── getmorestore.inc.php
│   │   │   ├── index.inc.php
│   │   │   ├── map.inc.php
│   │   │   ├── mycoupon.inc.php
│   │   │   ├── mymemberlist.inc.php
│   │   │   ├── orderdetail.inc.php
│   │   │   ├── order.inc.php
│   │   │   ├── payform.inc.php
│   │   │   ├── pdodebug.log
│   │   │   ├── queueform.inc.php
│   │   │   ├── queue.inc.php
│   │   │   ├── recharge.inc.php
│   │   │   ├── refreshscreen.inc.php
│   │   │   ├── removedishnumofcategory.inc.php
│   │   │   ├── reservationdetail.inc.php
│   │   │   ├── reservationindex.inc.php
│   │   │   ├── savewinedetail.inc.php
│   │   │   ├── savewineform.inc.php
│   │   │   ├── savewinelist.inc.php
│   │   │   ├── screen.inc.php
│   │   │   ├── search.inc.php
│   │   │   ├── selectcoupon.inc.php
│   │   │   ├── sendoperatornotice.inc.php
│   │   │   ├── setadminorder.inc.php
│   │   │   ├── setcollection.inc.php
│   │   │   ├── setdata.inc.php
│   │   │   ├── setdeliveryorder.inc.php
│   │   │   ├── setqueue.inc.php
│   │   │   ├── setsavewine.inc.php
│   │   │   ├── updatedishnumofcategory.inc.php
│   │   │   ├── updatefansposition.inc.php
│   │   │   ├── updateuserpoint.inc.php
│   │   │   ├── usercenter.inc.php
│   │   │   ├── waplist.inc.php
│   │   │   ├── wapmenu.inc.php
│   │   │   ├── waprestlist.inc.php
│   │   │   ├── wapselect.inc.php
│   │   │   └── wapselectlist.inc.php
│   │   └── web
│   │   ├── account2.inc.php
│   │   ├── account.inc.php
│   │   ├── addtoorder.inc.php
│   │   ├── ad.inc.php
│   │   ├── allfans.inc.php
│   │   ├── allorder.inc.php
│   │   ├── area.inc.php
│   │   ├── businesscenter.inc.php
│   │   ├── business.inc.php
│   │   ├── businesssetting.inc.php
│   │   ├── cash.inc.php
│   │   ├── cashlog.inc.php
│   │   ├── category.inc.php
│   │   ├── commission.inc.php
│   │   ├── coreuser.inc.php
│   │   ├── coupon.inc.php
│   │   ├── cover.inc.php
│   │   ├── creditsetting.inc.php
│   │   ├── deliveryarea.inc.php
│   │   ├── delivery.inc.php
│   │   ├── dispatcharea.inc.php
│   │   ├── fans.inc.php
│   │   ├── feedback.inc.php
│   │   ├── goods.inc.php
│   │   ├── goodssalemx.inc.php
│   │   ├── goodssaleph.inc.php
│   │   ├── intelligent.inc.php
│   │   ├── memberaddqs.inc.php
│   │   ├── memberpayph.inc.php
│   │   ├── order.inc.php
│   │   ├── printlabel.inc.php
│   │   ├── printorder.inc.php
│   │   ├── printsetting.inc.php
│   │   ├── queueorder.inc.php
│   │   ├── queuesetting.inc.php
│   │   ├── recharge.inc.php
│   │   ├── reservation.inc.php
│   │   ├── saletj.inc.php
│   │   ├── savewine.inc.php
│   │   ├── setting.inc.php
│   │   ├── sncodelist.inc.php
│   │   ├── start.inc.php
│   │   ├── stores2.inc.php
│   │   ├── stores.inc.php
│   │   ├── tables.inc.php
│   │   ├── tablezones.inc.php
│   │   ├── template.inc.php
│   │   ├── tpllog.inc.php
│   │   └── type.inc.php
│   ├── manifest.xml
│   ├── map.json
│   ├── model.php
│   ├── module.php
│   ├── params.log
│   ├── plugin
│   │   ├── alidayu
│   │   │   ├── aliyun
│   │   │   │   └── AliyunClient.php
│   │   │   ├── Autoloader.php
│   │   │   ├── top
│   │   │   │   ├── ApplicationVar.php
│   │   │   │   ├── ClusterTopClient.php
│   │   │   │   ├── domain
│   │   │   │   │   ├── Area.php
│   │   │   │   │   ├── BizResult.php
│   │   │   │   │   ├── FcPartnerSmsDetailDto.php
│   │   │   │   │   ├── KfcSearchResult.php
│   │   │   │   │   ├── Result.php
│   │   │   │   │   ├── Subtask.php
│   │   │   │   │   └── Task.php
│   │   │   │   ├── HttpdnsGetRequest.php
│   │   │   │   ├── request
│   │   │   │   │   ├── AlibabaAliqinFcFlowChargeProvinceRequest.php
│   │   │   │   │   ├── AlibabaAliqinFcFlowChargeRequest.php
│   │   │   │   │   ├── AlibabaAliqinFcFlowGradeRequest.php
│   │   │   │   │   ├── AlibabaAliqinFcFlowQueryRequest.php
│   │   │   │   │   ├── AlibabaAliqinFcSmsNumQueryRequest.php
│   │   │   │   │   ├── AlibabaAliqinFcSmsNumSendRequest.php
│   │   │   │   │   ├── AlibabaAliqinFcTtsNumSinglecallRequest.php
│   │   │   │   │   ├── AlibabaAliqinFcVoiceNumDoublecallRequest.php
│   │   │   │   │   ├── AlibabaAliqinFcVoiceNumSinglecallRequest.php
│   │   │   │   │   ├── AppipGetRequest.php
│   │   │   │   │   ├── AreasGetRequest.php
│   │   │   │   │   ├── HttpdnsGetRequest.php
│   │   │   │   │   ├── KfcKeywordSearchRequest.php
│   │   │   │   │   ├── TimeGetRequest.php
│   │   │   │   │   ├── TopatsResultGetRequest.php
│   │   │   │   │   ├── TopatsTaskDeleteRequest.php
│   │   │   │   │   ├── TopAuthTokenCreateRequest.php
│   │   │   │   │   ├── TopAuthTokenRefreshRequest.php
│   │   │   │   │   └── TopIpoutGetRequest.php
│   │   │   │   ├── RequestCheckUtil.php
│   │   │   │   ├── ResultSet.php
│   │   │   │   ├── SpiUtils.php
│   │   │   │   ├── TopClient.php
│   │   │   │   └── TopLogger.php
│   │   │   └── TopSdk.php
│   │   ├── clockpicker
│   │   │   ├── clockpicker.css
│   │   │   ├── clockpicker.js
│   │   │   └── standalone.css
│   │   ├── email
│   │   │   ├── class.phpmailer.php
│   │   │   ├── class.pop3.php
│   │   │   └── class.smtp.php
│   │   ├── feyin
│   │   │   ├── FeyinAPI.php
│   │   │   └── HttpClient.class.php
│   │   ├── gritter
│   │   │   ├── images
│   │   │   │   ├── gritter-light.png
│   │   │   │   ├── gritter.png
│   │   │   │   └── ie-spacer.gif
│   │   │   ├── jquery.gritter.css
│   │   │   ├── jquery.gritter.min.js
│   │   │   └── jquery.min.js
│   │   ├── onepage-scroll
│   │   │   ├── jquery.onepage-scroll.min.js
│   │   │   └── onepage-scroll.css
│   │   ├── phpexcelreader
│   │   │   ├── oleread.inc
│   │   │   └── reader.php
│   │   └── ylprint.class.php
│   ├── preview-custom.jpg
│   ├── processor.php
│   ├── public
│   │   └── web
│   │   ├── css
│   │   │   ├── animate.css
│   │   │   ├── animate.min.css
│   │   │   ├── awesome-bootstrap-checkbox.css
│   │   │   ├── back.css
│   │   │   ├── bjxc.css
│   │   │   ├── bootstrap.min14ed.css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap-rtl.css
│   │   │   ├── clockpicker.css
│   │   │   ├── font-awesome.css
│   │   │   ├── font-awesome.min93e3.css
│   │   │   ├── font-awesome.min.css
│   │   │   ├── main.css
│   │   │   ├── ssk.css
│   │   │   ├── standalone.css
│   │   │   ├── style.css
│   │   │   ├── style.min862f.css
│   │   │   ├── uploadify_t.css
│   │   │   └── webuploader.css
│   │   ├── js
│   │   │   ├── bootstrap.min.js
│   │   │   ├── clockpicker.js
│   │   │   ├── echarts-all.js
│   │   │   ├── echarts.common.js
│   │   │   ├── jquery.easypiechart.js
│   │   │   ├── jquery.flot.js
│   │   │   ├── jquery.min.js
│   │   │   ├── timeCountDown.js
│   │   │   ├── webuploader.js
│   │   │   ├── wlzyEditForm.js
│   │   │   └── wlzyList.js
│   │   └── recipe
│   │   ├── 1.jpg
│   │   ├── 2.jpg
│   │   ├── 3.jpg
│   │   ├── 4.jpg
│   │   ├── 5.jpg
│   │   ├── 6.jpg
│   │   ├── 7.jpg
│   │   ├── liked.png
│   │   ├── like.png
│   │   ├── wc.jpg
│   │   ├── wjc.jpg
│   │   ├── wwc.jpg
│   │   ├── zc.jpg
│   │   └── zjc.jpg
│   ├── site.php
│   ├── template
│   │   ├── common
│   │   │   └── header.html
│   │   ├── css
│   │   │   ├── 1
│   │   │   │   ├── wei_canyin_v1.8.4.css
│   │   │   │   ├── wei_canyin_v1.8.4_xg.css
│   │   │   │   └── wei_dialog_v1.2.1.css
│   │   │   ├── 2
│   │   │   │   ├── common.css
│   │   │   │   ├── font-awesome.css
│   │   │   │   ├── home-33.css
│   │   │   │   ├── main.css
│   │   │   │   ├── mobiscroll.custom-2.6.2.min.css
│   │   │   │   └── reset.css
│   │   │   ├── common.css
│   │   │   └── main.css
│   │   ├── images
│   │   │   ├── arrow.png
│   │   │   ├── bg_body.jpg
│   │   │   ├── btn1.png
│   │   │   ├── btn3.png
│   │   │   ├── cart.png
│   │   │   ├── choosen.png
│   │   │   ├── coupon.jpg
│   │   │   ├── emptyit.png
│   │   │   ├── error.png
│   │   │   ├── gw.png
│   │   │   ├── home.png
│   │   │   ├── icon-custom.jpg
│   │   │   ├── kf.gif
│   │   │   ├── kf.png
│   │   │   ├── linebg.png
│   │   │   ├── loading.gif
│   │   │   ├── loc2.png
│   │   │   ├── loc.png
│   │   │   ├── logo.png
│   │   │   ├── mdlg_btn_x.png
│   │   │   ├── mdlg_icon_succ.png
│   │   │   ├── menu.png
│   │   │   ├── mntc_icon_succ.png
│   │   │   ├── newbtn.png
│   │   │   ├── order.png
│   │   │   ├── pagecount_bottom_bk.jpg
│   │   │   ├── pagecount_main_arrow_l.png
│   │   │   ├── pagecount_main_arrow_r.png
│   │   │   ├── pagecount_main_bk.jpg
│   │   │   ├── plugmenu11.png
│   │   │   ├── plugmenu2.png
│   │   │   ├── plugmenu5.png
│   │   │   ├── plugmenu6.png
│   │   │   ├── png.png
│   │   │   ├── pop.png
│   │   │   ├── popular.png
│   │   │   ├── print_bg.png
│   │   │   ├── print_bottom.png
│   │   │   ├── print_top.png
│   │   │   ├── restlist.png
│   │   │   ├── sharePage.png
│   │   │   ├── share.png
│   │   │   ├── shop_logo.png
│   │   │   ├── store.png
│   │   │   ├── tel.png
│   │   │   ├── topsch_bk1.png
│   │   │   ├── topsch_bk2.png
│   │   │   ├── topsch_bk3.png
│   │   │   ├── typebtn1a.png
│   │   │   ├── typebtn1.png
│   │   │   ├── typebtn2a.png
│   │   │   ├── typebtn2.png
│   │   │   ├── unchoosen.png
│   │   │   └── 更多商业源码免费下载.url
│   │   ├── js
│   │   │   ├── 1
│   │   │   │   ├── MTouchSlider_v1.8.0.js
│   │   │   │   ├── wei_dialog_v1.9.9.js
│   │   │   │   ├── wei_industry_common_v1.3.0.js
│   │   │   │   └── wei_webapp_v2_common_v1.9.4.js
│   │   │   ├── 2
│   │   │   │   ├── jQuery.js
│   │   │   │   ├── maivl.js
│   │   │   │   └── mobiscroll.custom-2.6.2.min.js
│   │   │   ├── category.js
│   │   │   ├── fastclick.js
│   │   │   ├── jquery.lazyload.min.js
│   │   │   ├── postion_detail.js
│   │   │   ├── postion.js
│   │   │   ├── postion_shop.js
│   │   │   └── region_select.js
│   │   ├── mobile
│   │   │   ├── _common.html
│   │   │   ├── paycenter_1.5.1.html
│   │   │   ├── paycenter.html
│   │   │   ├── paycenter_v8_2.html
│   │   │   ├── paycenter_v8.html
│   │   │   ├── pay.html
│   │   │   ├── queue_screen
│   │   │   │   ├── js.js
│   │   │   │   ├── reset.css
│   │   │   │   └── style.css
│   │   │   ├── queue_screen.html
│   │   │   ├── s404.html
│   │   │   └── style1
│   │   │   ├── address.html
│   │   │   ├── admin_orderdetail.html
│   │   │   ├── admin_order.html
│   │   │   ├── adscreen.html
│   │   │   ├── allfeedback.html
│   │   │   ├── assets
│   │   │   │   └── diandanbao
│   │   │   │   ├── coupon-green.png
│   │   │   │   ├── coupon-juchi-green.png
│   │   │   │   ├── coupon-juchi-orange.png
│   │   │   │   ├── coupon-juchi-pink.png
│   │   │   │   ├── coupon-juchi-red.png
│   │   │   │   ├── coupon-orange.png
│   │   │   │   ├── coupon-pink.png
│   │   │   │   ├── coupon-red.png
│   │   │   │   ├── fontawesome-webfont-7b07ce57a267815b7902936332129d46.woff
│   │   │   │   ├── fontawesome-webfont-9fdf91a58be546aefdb0d503cc72528a.ttf
│   │   │   │   ├── font.css
│   │   │   │   ├── hongbao-list.png
│   │   │   │   ├── jquery-1.11.3.min.js
│   │   │   │   ├── list-left-bg.png
│   │   │   │   ├── list-right-bg.png
│   │   │   │   ├── menu.css
│   │   │   │   ├── profile_bg.jpg
│   │   │   │   ├── rest.png
│   │   │   │   ├── sharable-coupon-bottom.png
│   │   │   │   ├── sharable-coupon-cloud.png
│   │   │   │   ├── sharable-coupon.png
│   │   │   │   ├── sharable-coupon-sun.png
│   │   │   │   ├── style.css
│   │   │   │   ├── weixin.css
│   │   │   │   └── weixin.js
│   │   │   ├── category.html
│   │   │   ├── collection.html
│   │   │   ├── commission_form.html
│   │   │   ├── coupon.html
│   │   │   ├── couponlist.html
│   │   │   ├── css
│   │   │   │   ├── address.css
│   │   │   │   ├── api.css
│   │   │   │   ├── category.css
│   │   │   │   ├── common.css
│   │   │   │   ├── detail.css
│   │   │   │   ├── fakeLoader.css
│   │   │   │   ├── feedback.css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── iconfont.eot
│   │   │   │   │   ├── iconfont.svg
│   │   │   │   │   ├── iconfont.ttf
│   │   │   │   │   └── iconfont.woff
│   │   │   │   ├── goods.css
│   │   │   │   ├── goods-show.css
│   │   │   │   ├── goods-two.css
│   │   │   │   ├── i
│   │   │   │   │   └── fonts
│   │   │   │   │   ├── base14.woff
│   │   │   │   │   └── cate4.woff
│   │   │   │   ├── iconfont.css
│   │   │   │   ├── index.css
│   │   │   │   ├── keep.css
│   │   │   │   ├── login.css
│   │   │   │   ├── myfeed.css
│   │   │   │   ├── open-popupx.css
│   │   │   │   ├── order.css
│   │   │   │   ├── order-list.css
│   │   │   │   ├── order-new.css
│   │   │   │   ├── points.css
│   │   │   │   ├── product.css
│   │   │   │   ├── search.css
│   │   │   │   ├── shop.css
│   │   │   │   ├── style.css
│   │   │   │   ├── swiper.css
│   │   │   │   ├── user.css
│   │   │   │   ├── weui.min.css
│   │   │   │   └── youhui.css
│   │   │   ├── deliveryorderdetail.html
│   │   │   ├── deliveryorder.html
│   │   │   ├── detail2.html
│   │   │   ├── detail.html
│   │   │   ├── detail_tmp.html
│   │   │   ├── feedback2.html
│   │   │   ├── feedback.html
│   │   │   ├── goods-show.html
│   │   │   ├── image
│   │   │   │   ├── abc_ab_bottom_solid_light_holo.9.png
│   │   │   │   ├── address.png
│   │   │   │   ├── addr.png
│   │   │   │   ├── bc.png
│   │   │   │   ├── bg_edit_selected.9.png
│   │   │   │   ├── border.png
│   │   │   │   ├── box.png
│   │   │   │   ├── c5.png
│   │   │   │   ├── carts2.png
│   │   │   │   ├── carts3.png
│   │   │   │   ├── carts.png
│   │   │   │   ├── cate1.png
│   │   │   │   ├── cate2.png
│   │   │   │   ├── cate3.png
│   │   │   │   ├── cate4.png
│   │   │   │   ├── cate5.png
│   │   │   │   ├── cate6.png
│   │   │   │   ├── cate7.png
│   │   │   │   ├── cg.png
│   │   │   │   ├── check.png
│   │   │   │   ├── clear.png
│   │   │   │   ├── close.png
│   │   │   │   ├── coupon_bg.png
│   │   │   │   ├── dd.png
│   │   │   │   ├── detail_img.jpg
│   │   │   │   ├── ead.png
│   │   │   │   ├── edit.png
│   │   │   │   ├── fan.png
│   │   │   │   ├── fous.png
│   │   │   │   ├── goback.png
│   │   │   │   ├── goods-1.jpg
│   │   │   │   ├── goods-2.jpg
│   │   │   │   ├── gou.png
│   │   │   │   ├── homestars.png
│   │   │   │   ├── ic_action_favorite_off.png
│   │   │   │   ├── ic_action_home.png
│   │   │   │   ├── ic_action_map.png
│   │   │   │   ├── ic_action_search.png
│   │   │   │   ├── ic_action_searchs.png
│   │   │   │   ├── ic_action_share.png
│   │   │   │   ├── ic_add.png
│   │   │   │   ├── ic_arrow_white_down.png
│   │   │   │   ├── ic_arrow_white_up.png
│   │   │   │   ├── ic_back.png
│   │   │   │   ├── ic_category_0.png
│   │   │   │   ├── ic_category_10.png
│   │   │   │   ├── ic_category_11.png
│   │   │   │   ├── ic_category_12.png
│   │   │   │   ├── ic_category_13.png
│   │   │   │   ├── ic_category_14.png
│   │   │   │   ├── ic_category_15.png
│   │   │   │   ├── ic_category_1.png
│   │   │   │   ├── ic_category_2.png
│   │   │   │   ├── ic_category_3.png
│   │   │   │   ├── ic_category_4.png
│   │   │   │   ├── ic_category_5.png
│   │   │   │   ├── ic_category_6.png
│   │   │   │   ├── ic_category_7.png
│   │   │   │   ├── ic_category_8.png
│   │   │   │   ├── ic_category_9.png
│   │   │   │   ├── ic_global_arrow_down_green.png
│   │   │   │   ├── ic_global_arrow_green_fold_normal.png
│   │   │   │   ├── ic_global_arrow_right.png
│   │   │   │   ├── ic_global_deal_exchange.png
│   │   │   │   ├── ic_global_filter_check_green.png
│   │   │   │   ├── ic_global_list_lable_booking_ktv.png
│   │   │   │   ├── ic_global_list_lable_booking_new.png
│   │   │   │   ├── ic_global_list_lable_booking.png
│   │   │   │   ├── ic_global_list_lable_favour.png
│   │   │   │   ├── ic_global_list_lable_groupon_new.png
│   │   │   │   ├── ic_global_list_lable_groupon.png
│   │   │   │   ├── ic_global_list_lable_lable_onlinebooking.png
│   │   │   │   ├── ic_global_list_lable_new.png
│   │   │   │   ├── ic_global_list_lable_pay_new.png
│   │   │   │   ├── ic_global_list_lable_queue.png
│   │   │   │   ├── ic_global_list_lable_seat_new.png
│   │   │   │   ├── ic_global_list_lable_seat.png
│   │   │   │   ├── ic_global_list_lable_voucher_new.png
│   │   │   │   ├── ic_global_list_lable_voucher.png
│   │   │   │   ├── ic_global_list_lable_vouchers.png
│   │   │   │   ├── ic_global_title_bar_48_back.png
│   │   │   │   ├── ic_menu_apollo_off.png
│   │   │   │   ├── ic_menu_apollo_on.png
│   │   │   │   ├── ic_menu_deal_off.png
│   │   │   │   ├── ic_menu_deal_on.png
│   │   │   │   ├── ic_menu_more_off.png
│   │   │   │   ├── ic_menu_more_on.png
│   │   │   │   ├── ic_menu_poi_off.png
│   │   │   │   ├── ic_menu_poi_on.png
│   │   │   │   ├── ic_menu_user_off.png
│   │   │   │   ├── ic_menu_user_on.png
│   │   │   │   ├── ic_nobooking_list.png
│   │   │   │   ├── icon2.png
│   │   │   │   ├── icon.png
│   │   │   │   ├── icons.png
│   │   │   │   ├── ic_routelist_dropdown_arrow.png
│   │   │   │   ├── ic_routelist_dropdown_arrows.png
│   │   │   │   ├── ic_subtract.png
│   │   │   │   ├── i-home.png
│   │   │   │   ├── i-nav.png
│   │   │   │   ├── i-navs.png
│   │   │   │   ├── inn_cafe.png
│   │   │   │   ├── inn_card_charge.png
│   │   │   │   ├── inn_chinese_restaurant.png
│   │   │   │   ├── inn_deliver_meal.png
│   │   │   │   ├── inn_gps_icon.png
│   │   │   │   ├── inn_pick_up.png
│   │   │   │   ├── inn_poi_detail_phone.png
│   │   │   │   ├── i-user.png
│   │   │   │   ├── line.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── marker.png
│   │   │   │   ├── my-photo.png
│   │   │   │   ├── nav10.png
│   │   │   │   ├── nav11.png
│   │   │   │   ├── nav12.png
│   │   │   │   ├── nav13.png
│   │   │   │   ├── nav14.png
│   │   │   │   ├── nav15.png
│   │   │   │   ├── nav16.png
│   │   │   │   ├── nav1.png
│   │   │   │   ├── nav2.png
│   │   │   │   ├── nav3.png
│   │   │   │   ├── nav4.png
│   │   │   │   ├── nav5.png
│   │   │   │   ├── nav6.png
│   │   │   │   ├── nav7.png
│   │   │   │   ├── nav8.png
│   │   │   │   ├── nav9.png
│   │   │   │   ├── next.png
│   │   │   │   ├── no-log.png
│   │   │   │   ├── no-order.png
│   │   │   │   ├── no-yh.png
│   │   │   │   ├── order_line.png
│   │   │   │   ├── pay.png
│   │   │   │   ├── phone.png
│   │   │   │   ├── pic-default.png
│   │   │   │   ├── qualification-right.png
│   │   │   │   ├── refreshing_image_01.png
│   │   │   │   ├── refreshing_image_02.png
│   │   │   │   ├── sale-end.png
│   │   │   │   ├── ser.png
│   │   │   │   ├── server.png
│   │   │   │   ├── shouyin.png
│   │   │   │   ├── sp1.jpg
│   │   │   │   ├── sp2.jpg
│   │   │   │   ├── takeout_ic_account.png
│   │   │   │   ├── time.png
│   │   │   │   ├── tips.png
│   │   │   │   ├── tkc.png
│   │   │   │   ├── vip3.png
│   │   │   │   ├── x3.png
│   │   │   │   ├── x.png
│   │   │   │   ├── xx.png
│   │   │   │   ├── ye.png
│   │   │   │   ├── ys.png
│   │   │   │   ├── yw.png
│   │   │   │   ├── zan.png
│   │   │   │   └── zd.png
│   │   │   ├── index.html
│   │   │   ├── keep.html
│   │   │   ├── list2.html
│   │   │   ├── list.html
│   │   │   ├── list_old.html
│   │   │   ├── login.html
│   │   │   ├── menu.html
│   │   │   ├── mvalidate
│   │   │   │   ├── jquery-mvalidate.js
│   │   │   │   └── validate.css
│   │   │   ├── mycoupon.html
│   │   │   ├── myfeed.html
│   │   │   ├── mymemberlist.html
│   │   │   ├── _nave.html
│   │   │   ├── order3.html
│   │   │   ├── orderdetail.html
│   │   │   ├── order.html
│   │   │   ├── order-list.html
│   │   │   ├── pay_form.html
│   │   │   ├── points.html
│   │   │   ├── _pop.html
│   │   │   ├── preview.jpg
│   │   │   ├── product.html
│   │   │   ├── queue_form.html
│   │   │   ├── queue.html
│   │   │   ├── recharge_form.html
│   │   │   ├── reservation_detail.html
│   │   │   ├── reservation_index.html
│   │   │   ├── restlist.html
│   │   │   ├── savewinedetail.html
│   │   │   ├── savewine_form.html
│   │   │   ├── savewinelist.html
│   │   │   ├── script
│   │   │   │   ├── api.js
│   │   │   │   ├── bootstrap.min.js
│   │   │   │   ├── fakeLoader.min.js
│   │   │   │   ├── fly.min.js
│   │   │   │   ├── jquery-1.8.3.min.js
│   │   │   │   ├── jquery-2.1.4.js
│   │   │   │   ├── jquery.goup.min.js
│   │   │   │   ├── jquery.touchSwipe.min.js
│   │   │   │   ├── jquery-weui.min.js
│   │   │   │   ├── swipe.js
│   │   │   │   └── swiper.min.js
│   │   │   ├── search.html
│   │   │   ├── select.html
│   │   │   ├── select_list.html
│   │   │   ├── _statistics.html
│   │   │   ├── usercenter2.html
│   │   │   ├── usercenter.html
│   │   │   └── youhui.html
│   │   ├── plugin
│   │   │   ├── light7
│   │   │   │   ├── light7.min.css
│   │   │   │   └── light7.min.js
│   │   │   └── weui
│   │   │   └── weui.min.css
│   │   ├── public
│   │   │   ├── comhead.html
│   │   │   ├── common.html
│   │   │   ├── footer-base.html
│   │   │   ├── footer.html
│   │   │   ├── header-base2.html
│   │   │   ├── header-base_back.html
│   │   │   ├── header-base.html
│   │   │   ├── header.html
│   │   │   ├── link.html
│   │   │   └── tiny.html
│   │   ├── swiper
│   │   │   ├── css
│   │   │   │   └── swiper.min.css
│   │   │   └── js
│   │   │   └── swiper.min.js
│   │   └── web
│   │   ├── account2.html
│   │   ├── account.html
│   │   ├── ad.html
│   │   ├── allfans.html
│   │   ├── allorder_detail.html
│   │   ├── allorder.html
│   │   ├── area.html
│   │   ├── businesscenter.html
│   │   ├── business.html
│   │   ├── business_post.html
│   │   ├── cash.html
│   │   ├── cashlog.html
│   │   ├── category.html
│   │   ├── commission.html
│   │   ├── _common.html
│   │   ├── coreuser.html
│   │   ├── coupon.html
│   │   ├── cover.html
│   │   ├── creditsetting.html
│   │   ├── deliveryarea.html
│   │   ├── delivery.html
│   │   ├── _delivery_notice.html
│   │   ├── _delivery_time_item.html
│   │   ├── dispatcharea.html
│   │   ├── _distance_item.html
│   │   ├── email_setting.html
│   │   ├── fans.html
│   │   ├── feedback.html
│   │   ├── goods_detail.html
│   │   ├── goods.html
│   │   ├── _goods_options_item.html
│   │   ├── goodssalemx.html
│   │   ├── goodssaleph.html
│   │   ├── goods_tab_basic.html
│   │   ├── goods_tab_commission.html
│   │   ├── goods_tab_options.html
│   │   ├── goods_tab_time.html
│   │   ├── intelligent.html
│   │   ├── _kf.html
│   │   ├── memberaddqs.html
│   │   ├── memberpayph.html
│   │   ├── _modal_cash_fans.html
│   │   ├── _modal_fans.html
│   │   ├── order_detail.html
│   │   ├── order.html
│   │   ├── print_label.html
│   │   ├── print_order.html
│   │   ├── print_setting.html
│   │   ├── _query_fans.html
│   │   ├── queueorder.html
│   │   ├── queuesetting.html
│   │   ├── recharge.html
│   │   ├── reservation.html
│   │   ├── saletj.html
│   │   ├── savewine.html
│   │   ├── setting-basic.html
│   │   ├── setting-commission.html
│   │   ├── setting.html
│   │   ├── setting-info.html
│   │   ├── setting-link.html
│   │   ├── setting-nave.html
│   │   ├── setting-paytype.html
│   │   ├── setting-price.html
│   │   ├── setting-sms.html
│   │   ├── setting-style.html
│   │   ├── sncodelist.html
│   │   ├── start.html
│   │   ├── _store_nave.html
│   │   ├── stores_adminbusinesslog.html
│   │   ├── stores.html
│   │   ├── stores_post.html
│   │   ├── stores_setting.html
│   │   ├── stores_tab_basic.html
│   │   ├── stores_tab_coupon.html
│   │   ├── stores_tab_high.html
│   │   ├── stores_tab_in.html
│   │   ├── stores_tab_link.html
│   │   ├── stores_tab_nave_text.html
│   │   ├── stores_tab_out.html
│   │   ├── stores_tab_paytype.html
│   │   ├── tables.html
│   │   ├── table_zones.html
│   │   ├── template.html
│   │   ├── _time_item.html
│   │   ├── tpllog.html
│   │   └── type.html
│   ├── templateMessage.php
│   ├── upload
│   │   ├── 17-06-22-15-22-54.xls
│   │   ├── 17-06-22-15-23-25.xls
│   │   ├── 17-06-22-15-27-23.xls
│   │   ├── 17-07-11-16-09-33.xls
│   │   ├── 17-07-11-16-09-58.xls
│   │   ├── 17-07-11-16-12-53.xls
│   │   ├── 17-11-13-14-17-09.xls
│   │   └── icon.jpg
│   └── 更多商业源码免费下载.url
└── web
├── store.php
└── 更多商业源码免费下载.url

70 directories, 747 files

标签:

实例下载地址

购买的码上点餐外卖餐饮系统 6.8.5

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警