1 Star 0 Fork 12

pimee/派单小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 46.76 KB
一键复制 编辑 原始数据 按行查看 历史
赵同学 提交于 2021-03-23 11:00 . 赵同学-派单小程序
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364
{
"pages": [
{
"path": "pageTab/index/index",
"style": {
"navigationBarTitleText": "正在加载中..."
}
},
{
"path": "pageTab/custom_page_index/index",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true,
"navigationBarTitleText": "首页",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"component-footer": "/wxcomponents/partials/footer/index"
}
}
},
{
"path": "pageTab/custom_page_footer2/index",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true,
"navigationBarTitleText": "",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "pageTab/product/index",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true,
"navigationBarTitleText": "产品列表",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "pageTab/fx_center/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
"posters-user-info-component": "/wxcomponents/partials/canvas_user_info/index",
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "pageTab/user_level/index",
"style": {
"navigationBarTitleText": "会员中心",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "pageTab/my_card_voucher/index",
"style": {
"navigationBarTitleText": "卡券中心",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1"
}
},
{
"path": "pageTab/productType_left_right/index",
"style": {
"navigationBarTitleText": "产品分类",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"title-component": "/wxcomponents/partials/title/title"
}
}
},
{
"path": "pageTab/milk_shopping_car_list/index",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "pageTab/shopping_car_list_new/index",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},{
"path": "pageTab/aikucun_userinfo/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index" ,
"footer-component": "/wxcomponents/partials/footer/index",
"posters-user-info-component": "/wxcomponents/partials/canvas_user_info/index"
}
}
},
{
"path": "pageTab/product_left_right/index",
"style": {
"navigationBarTitleText": "产品列表",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"title-component": "/wxcomponents/partials/title/title"
}
}
},
{
"path": "pageTab/process_list/index",
"style": {
"navigationBarTitleText": "流程记录",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
"process-item-component": "/wxcomponents/partials/processInstanceItemTwo/index"
}
}
},
{
"path": "pageTab/task_type_groups/index",
"style": {
"navigationBarTitleText": "任务分组",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"title-component": "/wxcomponents/partials/title/title"
}
}
},
{
"path": "pageTab/chat_user_list/index",
"style": {
"navigationBarTitleText": "消息列表",
"enablePullDownRefresh": true,
"backgroundColor": "#f1f1f1",
"usingComponents":{
}
}
}
],
"subPackages": [
{
"root": "pagesTwo",
"pages": [
{
"path": "asset_bill_list/index",
"style":{
"navigationBarTitleText": "资产账单列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "my_invoice_list/index",
"style":{
"navigationBarTitleText": "开票历史",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "uninvoice_orders_list/index",
"style":{
"navigationBarTitleText": "订单开票列表",
"enablePullDownRefresh": true,
"usingComponents":{
"form-detail-component": "/wxcomponents/partials/form_detail/index"
}
}
},
{
"path": "transpond_assistances/index",
"style":{
"navigationBarTitleText": "助力详情",
"enablePullDownRefresh": true,
// "navigationStyle": "custom",
"usingComponents":{
"time-component": "/wxcomponents/partials/time/time",
"form-detail-component": "/wxcomponents/partials/form_detail/index",
"posters-user-info-component": "/wxcomponents/partials/canvas_user_info/index"
}
}
},
{
"path": "assistances_detail/index",
"style":{
"navigationBarTitleText": "助力详情",
"enablePullDownRefresh": true,
// "navigationStyle": "custom",
"usingComponents":{
"time-component": "/wxcomponents/partials/time/time",
"form-detail-component": "/wxcomponents/partials/form_detail/index"
}
}
},
{
"path": "my_attend_task_list/index",
"style":{
"navigationBarTitleText": "我参与的任务",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "task_user_list/index",
"style":{
"navigationBarTitleText": "我的任务",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "task_detail/index",
"style":{
"navigationBarTitleText": "任务详情",
"enablePullDownRefresh": true,
"usingComponents":{
"form-detail-component": "/wxcomponents/partials/form_detail/index",
"check-form-detail-component": "/wxcomponents/partials/check_form_detail/index",
"posters-user-info-component": "/wxcomponents/partials/canvas_user_info/index"
}
}
},
{
"path": "task_list/index",
"style":{
"navigationBarTitleText": "任务大厅",
"enablePullDownRefresh": true,
"usingComponents":{
"task-list-component": "/wxcomponents/partials/task_list/index"
}
}
},
{
"path": "create_task/index",
"style":{
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents":{
"form-detail-component": "/wxcomponents/partials/form_detail/index",
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"news-poster-component": "/wxcomponents/partials/canvas_form/index"
}
}
},
{
"path": "live_list/index",
"style":{
"navigationBarTitleText": "直播列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "user_log_list/index",
"style":{
"navigationBarTitleText": "我的圈子",
"enablePullDownRefresh": true,
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText"
}
}
},
{
"path": "my_subscribe_list/index",
"style":{
"navigationBarTitleText": "预约列表",
"enablePullDownRefresh": true,
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText"
}
}
},
{
"path": "practise_error_list/index",
"style":{
"navigationBarTitleText": "错题记录",
"enablePullDownRefresh": true,
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText"
}
}
},
{
"path": "practise_detail/index",
"style":{
"navigationBarTitleText": "练习详情",
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText"
}
}
},
{
"path": "practise_list/index",
"style":{
"navigationBarTitleText": "练习列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "section_list/index",
"style":{
"navigationBarTitleText": "课节列表",
"enablePullDownRefresh": true,
"usingComponents":{
"section-list-component": "/wxcomponents/partials/section_list/index"
}
}
},
{
"path": "section_detail/index",
"style":{
"navigationBarTitleText": "课节详情",
"enablePullDownRefresh": true,
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText",
"audio-component": "/wxcomponents/partials/audio/audio",
"video-component": "/wxcomponents/partials/video/video"
}
}
},
{
"path": "user_course_list/index",
"style":{
"navigationBarTitleText": "已有课程列表",
"enablePullDownRefresh": true,
"usingComponents":{
"form-detail-component": "/wxcomponents/partials/form_detail/index"
}
}
},
{
"path": "course_list/index",
"style":{
"navigationBarTitleText": "课程列表",
"enablePullDownRefresh": true,
"usingComponents":{
"course-list-component": "/wxcomponents/partials/courseList/index"
}
}
},{
"path": "course_detail/index",
"style":{
"navigationBarTitleText": "课程详情",
"enablePullDownRefresh": true,
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText"
}
}
},
{
"path": "form_chain_detail/index",
"style":{
"enablePullDownRefresh": true,
"usingComponents":{
"form-detail-component": "/wxcomponents/partials/form_detail/index",
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"news-poster-component": "/wxcomponents/partials/canvas_form/index"
}
}
},
{
"path": "form_chain_success/index",
"style":{
"enablePullDownRefresh": true
}
},
{
"path": "chat_room/index",
"style":{
"enablePullDownRefresh": true,
"usingComponents":{
"chat-item-component": "/wxcomponents/partials/chat_item/index"
}
}
},{
"path": "app_login_page/index",
"style": {
"navigationBarTitleText": "登录页"
}
},
{
"path": "app_regist_page/index",
"style": {
"navigationBarTitleText": "注册页"
}
},
{
"path": "app_repassword_page/index",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "wx_login_page/index",
"style": {
"navigationBarTitleText": "登录页",
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "month_income_page/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "month_group_income_page/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "product_detail_milk/index",
"style": {
"navigationBarTitleText": "产品详情",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"pintuan-component": "/wxcomponents/partials/pintuan_popup/index",
"time-component": "/wxcomponents/partials/time/time",
"posters-component": "/wxcomponents/partials/canvas/index",
"rich-text-component": "/wxcomponents/partials/richText/richText" ,
"measure-card-component": "/wxcomponents/partials/measureCard/index"
}
}
},
{
"path": "ticket_detail/index",
"style": {
"navigationBarTitleText": "产品详情",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"pintuan-component": "/wxcomponents/partials/pintuan_popup/index",
"time-component": "/wxcomponents/partials/time/time",
"posters-component": "/wxcomponents/partials/canvas/index",
"rich-text-component": "/wxcomponents/partials/richText/richText" ,
"measure-card-component": "/wxcomponents/partials/measureCard/index"
}
}
},
{
"path": "productDetail/index",
"style": {
"navigationBarTitleText": "产品详情",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"pintuan-component": "/wxcomponents/partials/pintuan_popup/index",
"time-component": "/wxcomponents/partials/time/time",
"posters-component": "/wxcomponents/partials/canvas/index",
"rich-text-component": "/wxcomponents/partials/richText/richText" ,
"measure-card-component": "/wxcomponents/partials/measureCard/index",
"form-detail-component": "/wxcomponents/partials/form_detail/index",
"banner-component": "/wxcomponents/partials/banner/banner"
}
}
},
{
"path": "user_product_detail/index",
"style": {
"navigationBarTitleText": "产品详情",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"pintuan-component": "/wxcomponents/partials/pintuan_popup/index",
"time-component": "/wxcomponents/partials/time/time",
"posters-component": "/wxcomponents/partials/canvas/index",
"rich-text-component": "/wxcomponents/partials/richText/richText" ,
"measure-card-component": "/wxcomponents/partials/measureCard/index"
}
}
},
{
"path": "milk_shopping_car_list/index",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "mendian_center/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "mendian_back_item/index",
"style": {
"navigationBarTitleText": "售后服务",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "mendian_kefu_code/index",
"style": {
"navigationBarTitleText": "",
"usingComponents":{
}
}
},
{
"path": "mendian_management_product/index",
"style": {
"navigationBarTitleText": "商品管理",
"enablePullDownRefresh": true,
"usingComponents":{
"select-product-type-popup-component": "/wxcomponents/partials/select_product_type_popup/index"
}
}
},
{
"path": "mendian_order/index",
"style": {
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "mendian_order_detail/index",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "mendian_qrcode/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "mendian_system/index",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "mendian_tixian/index",
"style": {
"navigationBarTitleText": "提现",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "mendian_user/index",
"style": {
"navigationBarTitleText": "我的客户",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "mendian_will_order/index",
"style": {
"navigationBarTitleText": "待实现收入",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "mendian_zijin/index",
"style": {
"navigationBarTitleText": "资金记录",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "jifen_product_detail/index",
"style": {
"navigationBarTitleText": "产品详细",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"pintuan-component": "/wxcomponents/partials/pintuan_popup/index",
"time-component": "/wxcomponents/partials/time/time",
"posters-component": "/wxcomponents/partials/canvas/index",
"rich-text-component": "/wxcomponents/partials/richText/richText" ,
"measure-card-component": "/wxcomponents/partials/measureCard/index"
}
}
},
{
"path": "location_servant_map/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"servant-list-component": "/wxcomponents/partials/servant_list/index"
}
}
},
{
"path": "organizes_list/index",
"style": {
"navigationBarTitleText": "组织列表",
"enablePullDownRefresh": true,
"usingComponents":{
"organizes-list-component": "/wxcomponents/partials/organizes_list/index"
}
}
},
{
"path": "organize_detail/index",
"style": {
"navigationBarTitleText": "组织详情",
"enablePullDownRefresh": true,
"usingComponents":{
"posters-component": "/wxcomponents/partials/canvas/index",
"time-component": "/wxcomponents/partials/time/time",
"pintuan-popup-component": "/wxcomponents/partials/pintuan_popup/index",
"rich-text-component": "/wxcomponents/partials/richText/richText" ,
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "asset_space_list/index",
"style": {
"navigationBarTitleText": "资产空间列表",
"enablePullDownRefresh": true,
"usingComponents":{
"space-list-component": "/wxcomponents/partials/space_list/index"
}
}
},
{
"path": "near_shop_page/index",
"style":{
"navigationBarTitleText": "店铺详情",
"enablePullDownRefresh": true,
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText",
"canvas-shop-component": "/wxcomponents/partials/canvas_shop/index"
}
}
},
{
"path": "near_shops/index",
"style":{
"navigationBarTitleText": "附近店铺",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "servant_detail/index",
"style":{
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText" ,
"form-detail-component": "/wxcomponents/partials/form_detail/index"
}
}
},
{
"path": "my_product_list/index",
"style":{
"navigationBarTitleText": "产品列表",
"enablePullDownRefresh": true,
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText" ,
"form-detail-component": "/wxcomponents/partials/form_detail/index"
}
}
},
{
"path": "unassign_snatch_process_list/index",
"style":{
"navigationBarTitleText": "抢单列表",
"enablePullDownRefresh": true,
"usingComponents":{
"process-instance-item-component": "/wxcomponents/partials/processInstanceItemThree/index"
}
}
},
{
"path": "new_servant_center/index",
"style":{
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents":{
"process-instance-item-component": "/wxcomponents/partials/processInstanceItemThree/index"
}
}
},
{
"path": "select_area/index",
"style":{
"navigationBarTitleText": "选择区域",
"usingComponents":{
}
}
},
{
"path": "more_attend_list/index",
"style":{
"navigationBarTitleText": "",
"usingComponents":{
}
}
}
]
},
{
"root": "pages",
"pages": [
{
"path": "my_favorite/index",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "user_account_events/index",
"style": {
"navigationBarTitleText": "余额记录",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "form_reward_list/index",
"style": {
"navigationBarTitleText": "奖励记录",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "nearby_stores/index",
"style": {
"navigationBarTitleText": "门店列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "order_pintuan_list/index",
"style": {
"navigationBarTitleText": "拼单列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "order_pintuan_detail/index",
"style": {
"navigationBarTitleText": "拼单详情",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "form_reply/index",
"style": {
"navigationBarTitleText": "回复评论",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "req_tixian_section/index",
"style": {
"navigationBarTitleText": "提现申请",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "back_item_detail/index",
"style": {
"navigationBarTitleText": "填写售后单",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "order_shop_comment/index",
"style": {
"navigationBarTitleText": "评价",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "back_item_list/index",
"style": {
"navigationBarTitleText": "售后列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "back_item_more/index",
"style": {
"navigationBarTitleText": "售后详情",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "back_item_wuliu/index",
"style": {
"navigationBarTitleText": "填写售后物流",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "tunzhu_account/index",
"style": {
"navigationBarTitleText": "账户余额",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},{
"path": "tunzhu_tixian/index",
"style": {
"navigationBarTitleText": "余额提现",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "custom_page/index",
"style": {
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "news_detail/index",
"style":{
"navigationBarTitleText": "详情内容",
"enablePullDownRefresh": true,
"usingComponents":{
"rich-text-component": "/wxcomponents/partials/richText/richText",
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"news-poster-component": "/wxcomponents/partials/canvas_news_detail/index"
}
}
},
{
"path": "fx_yongjin_list/index",
"style":{
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "fx_users/index",
"style":{
"navigationBarTitleText": "推广人员记录",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "user_bank_info_setting/index",
"style":{
"navigationBarTitleText": "银行卡信息",
"usingComponents":{
}
}
},
{
"path": "yijian_fankui/index",
"style":{
"navigationBarTitleText": "意见反馈",
"usingComponents":{
}
}
},
{
"path": "tixian_list/index",
"style":{
"navigationBarTitleText": "",
"usingComponents":{
}
}
},
{
"path": "pre_change_user_info/index",
"style":{
"navigationBarTitleText": "个人信息",
"usingComponents":{
"form-detail-component": "/wxcomponents/partials/form_detail/index"
}
}
},
{
"path": "shopping_car_list/index",
"style":{
"navigationBarTitleText": "购物车",
"usingComponents":{
}
}
},
{
"path": "shopping_car_list_new/index",
"style":{
"navigationBarTitleText": "购物车",
"usingComponents":{
}
}
},
{
"path": "edit_order/index",
"style":{
"navigationBarTitleText": "我的订单",
"usingComponents":{
"form-detail-component": "/wxcomponents/partials/form_detail/index"
}
}
},
{
"path": "submit_order_result/index",
"style":{
"navigationBarTitleText": "订单提交成功",
"usingComponents":{
}
}
},
{
"path": "order_list_tab/index",
"style":{
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "order_detail/index",
"style":{
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": true,
"usingComponents":{
"check-form-detail-component": "/wxcomponents/partials/check_form_detail/index"
}
}
},
{
"path": "select_address/index",
"style":{
"navigationBarTitleText": "选择地址列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "select_location/index",
"style":{
"navigationBarTitleText": "选择地点",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "add_address/index",
"style":{
"navigationBarTitleText": "新增地址",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "address/index",
"style":{
"navigationBarTitleText": "地址列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "order_meal/index",
"style":{
"navigationBarTitleText": "订餐页面",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "order_meal_page/index",
"style":{
"navigationBarTitleText": "订餐页面",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "product_waimai/index",
"style":{
"navigationBarTitleText": "订餐页面",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "product_waimai_offline/index",
"style":{
"navigationBarTitleText": "订餐页面",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "search_page/index",
"style":{
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "milk_product_list/index",
"style":{
"navigationBarTitleText": "产品列表",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"product-list-component": "/wxcomponents/partials/productList/productList"
}
}
},
{
"path": "coupon_detail/index",
"style":{
"navigationBarTitleText": "优惠券详情",
"enablePullDownRefresh": true
}
},
{
"path": "my_coupons/index",
"style":{
"navigationBarTitleText": "我的优惠券",
"enablePullDownRefresh": true
}
},
{
"path": "available_coupons/index",
"style":{
"navigationBarTitleText": "获取优惠券",
"enablePullDownRefresh": true
}
},
{
"path": "form_detail/index",
"style":{
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"form-detail-component": "/wxcomponents/partials/form_detail/index",
"canvas-form-component": "/wxcomponents/partials/canvas_form/index"
}
}
},
{
"path": "web_view/index",
"style":{
"navigationBarTitleText": "跳转链接",
"enablePullDownRefresh": true
}
},
{
"path": "integral_mall/index",
"style":{
"navigationBarTitleText": "积分商城",
"enablePullDownRefresh": true
}
},
{
"path": "user_jifen_events/index",
"style":{
"navigationBarTitleText": "积分详情",
"enablePullDownRefresh": true
}
},
{
"path": "user_recharge/index",
"style":{
"navigationBarTitleText": "充值",
"enablePullDownRefresh": true
}
},
{
"path": "form_commit_list/index",
"style":{
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents": {
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"form-commit-list-component": "/wxcomponents/partials/form_commit_list/index"
}
}
},
{
"path": "promotion_detail/index",
"style":{
"navigationBarTitleText": "活动详情",
"enablePullDownRefresh": true,
"usingComponents": {
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"rich-text-component": "/wxcomponents/partials/richText/richText"
}
}
},
{
"path": "search_product/index",
"style":{
"navigationBarTitleText": "产品列表",
"enablePullDownRefresh": true
}
},
{
"path": "check_form_detail/index",
"style":{
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index",
"check-form-detail-component": "/wxcomponents/partials/check_form_detail/index",
"form-posters-component": "/wxcomponents/partials/canvas_check_form_detail/index"
}
}
},
{
"path": "new_pay_offline/index",
"style":{
"navigationBarTitleText": "门店付款",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "my_card_voucher_detail/index",
"style":{
"navigationBarTitleText": "卡券详情",
"enablePullDownRefresh": true,
"usingComponents":{
"posters-card-voucher-component": "/wxcomponents/partials/canvas_card_voucher/index"
}
}
},
{
"path": "show_verification_code/index",
"style":{
"navigationBarTitleText": "核销二维码",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "verification_results/index",
"style":{
"navigationBarTitleText": "核销详情",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "level_detail/index",
"style":{
"navigationBarTitleText": "会员详情",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "news_list/index",
"style":{
"navigationBarTitleText": "新闻列表",
"enablePullDownRefresh": true,
"usingComponents":{
}
}
},
{
"path": "space_detail/index",
"style":{
"navigationBarTitleText": "资产空间详细",
"enablePullDownRefresh": true,
"usingComponents":{
"custom-page-index-component": "/wxcomponents/partials/custom_page/index"
}
}
},
{
"path": "verification_record/index",
"style":{
"navigationBarTitleText": "核销记录",
"enablePullDownRefresh": true
}
},
{
"path": "share_get_records/index",
"style":{
"navigationBarTitleText": "分享记录",
"usingComponents":{
}
}
},
{
"path": "location_products/index",
"style":{
"navigationBarTitleText": "产品列表",
"usingComponents":{
}
}
}
]
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pageTab/custom_page_index/index",
"iconPath": "/wxcomponents/images/icons/home1.png",
"selectedIconPath": "/wxcomponents/images/icons/home2.png",
"text": "首页"
},
{
"pagePath": "pageTab/custom_page_footer2/index",
"iconPath": "/wxcomponents/images/icons/good1.png",
"selectedIconPath": "/wxcomponents/images/icons/good2.png",
"text": "商城"
},
{
"pagePath": "pageTab/chat_user_list/index",
"iconPath": "/wxcomponents/images/icons/good1.png",
"selectedIconPath": "/wxcomponents/images/icons/good2.png",
"text": "消息"
},
{
"pagePath": "pageTab/task_type_groups/index",
"iconPath": "/wxcomponents/images/icons/course1.png",
"selectedIconPath": "/wxcomponents/images/icons/course2.png",
"text": "任务大厅"
},
{
"pagePath": "pageTab/aikucun_userinfo/index",
"iconPath": "/wxcomponents/images/icons/me1.png",
"selectedIconPath": "/wxcomponents/images/icons/me2.png",
"text": "我的"
}
]
},
"globalStyle": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/pimee/dispatch-applet.git
git@gitee.com:pimee/dispatch-applet.git
pimee
dispatch-applet
派单小程序
master

搜索帮助