forked from woniudiancang/bee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
2,369 additions
and
2,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,88 @@ | ||
{ | ||
"pages": [ | ||
"pages/index/index", | ||
"pages/all-orders/index", | ||
"pages/my/index", | ||
"pages/ad/index", | ||
"pages/pay/index", | ||
"pages/shop/select", | ||
"pages/shop/detail", | ||
"pages/youhui-pay/index", | ||
"pages/member-center/index", | ||
"pages/order-details/index", | ||
"pages/order-details/scan-result", | ||
"pages/order-details/doing", | ||
"pages/about/index", | ||
"pages/coupons/index", | ||
"pages/booking/index", | ||
"pages/asset/index", | ||
"pages/asset/recharge-log", | ||
"pages/asset/cash-log", | ||
"pages/sign/index", | ||
"pages/score/logs", | ||
"pages/notice/detail" | ||
], | ||
"window": { | ||
"backgroundTextStyle": "light", | ||
"navigationBarBackgroundColor": "#fff", | ||
"navigationBarTitleText": "WeChat", | ||
"navigationBarTextStyle": "black" | ||
}, | ||
"tabBar": { | ||
"color": "#6e6d6b", | ||
"selectedColor": "#e64340", | ||
"backgroundColor": "#fff", | ||
"list": [ | ||
{ | ||
"pagePath": "pages/index/index", | ||
"iconPath": "images/nav/index-off.png", | ||
"selectedIconPath": "images/nav/index-on.png", | ||
"text": "点餐" | ||
}, | ||
{ | ||
"pagePath": "pages/order-details/doing", | ||
"iconPath": "images/nav/qc-off.png", | ||
"selectedIconPath": "images/nav/qc-on.png", | ||
"text": "取餐" | ||
}, | ||
{ | ||
"pagePath": "pages/my/index", | ||
"iconPath": "images/nav/my-off.png", | ||
"selectedIconPath": "images/nav/my-on.png", | ||
"text": "我的" | ||
} | ||
] | ||
}, | ||
"permission": { | ||
"scope.userLocation": { | ||
"desc": "获取离你最近的门店" | ||
} | ||
}, | ||
"usingComponents": { | ||
"parser":"/components/parser.20200731.min/parser", | ||
"van-button": "@vant/weapp/button/index", | ||
"van-sidebar": "@vant/weapp/sidebar/index", | ||
"van-sidebar-item": "@vant/weapp/sidebar-item/index", | ||
"van-swipe-cell": "@vant/weapp/swipe-cell/index", | ||
"van-card": "@vant/weapp/card/index", | ||
"van-submit-bar": "@vant/weapp/submit-bar/index", | ||
"van-popup": "@vant/weapp/popup/index", | ||
"van-stepper": "@vant/weapp/stepper/index", | ||
"van-row": "@vant/weapp/row/index", | ||
"van-col": "@vant/weapp/col/index", | ||
"van-divider": "@vant/weapp/divider/index", | ||
"van-icon": "@vant/weapp/icon/index", | ||
"van-empty": "@vant/weapp/empty/index", | ||
"van-field": "@vant/weapp/field/index", | ||
"van-cell": "@vant/weapp/cell/index", | ||
"van-cell-group": "@vant/weapp/cell-group/index", | ||
"van-dialog": "@vant/weapp/dialog/index", | ||
"van-overlay": "@vant/weapp/overlay/index", | ||
"van-tab": "@vant/weapp/tab/index", | ||
"van-tabs": "@vant/weapp/tabs/index", | ||
"van-datetime-picker": "@vant/weapp/datetime-picker/index", | ||
"van-calendar": "@vant/weapp/calendar/index", | ||
"van-notice-bar": "@vant/weapp/notice-bar/index" | ||
}, | ||
"sitemapLocation": "sitemap.json" | ||
{ | ||
"pages": [ | ||
"pages/index/index", | ||
"pages/all-orders/index", | ||
"pages/my/index", | ||
"pages/ad/index", | ||
"pages/pay/index", | ||
"pages/shop/select", | ||
"pages/shop/detail", | ||
"pages/youhui-pay/index", | ||
"pages/member-center/index", | ||
"pages/order-details/index", | ||
"pages/order-details/scan-result", | ||
"pages/order-details/doing", | ||
"pages/about/index", | ||
"pages/coupons/index", | ||
"pages/booking/index", | ||
"pages/asset/index", | ||
"pages/asset/recharge-log", | ||
"pages/asset/cash-log", | ||
"pages/sign/index", | ||
"pages/score/logs", | ||
"pages/notice/detail" | ||
], | ||
"window": { | ||
"backgroundTextStyle": "light", | ||
"navigationBarBackgroundColor": "#fff", | ||
"navigationBarTitleText": "WeChat", | ||
"navigationBarTextStyle": "black" | ||
}, | ||
"tabBar": { | ||
"color": "#6e6d6b", | ||
"selectedColor": "#e64340", | ||
"backgroundColor": "#fff", | ||
"list": [ | ||
{ | ||
"pagePath": "pages/index/index", | ||
"iconPath": "images/nav/index-off.png", | ||
"selectedIconPath": "images/nav/index-on.png", | ||
"text": "点餐" | ||
}, | ||
{ | ||
"pagePath": "pages/order-details/doing", | ||
"iconPath": "images/nav/qc-off.png", | ||
"selectedIconPath": "images/nav/qc-on.png", | ||
"text": "取餐" | ||
}, | ||
{ | ||
"pagePath": "pages/my/index", | ||
"iconPath": "images/nav/my-off.png", | ||
"selectedIconPath": "images/nav/my-on.png", | ||
"text": "我的" | ||
} | ||
] | ||
}, | ||
"permission": { | ||
"scope.userLocation": { | ||
"desc": "获取离你最近的门店" | ||
} | ||
}, | ||
"usingComponents": { | ||
"parser":"/components/parser.20200731.min/parser", | ||
"van-button": "@vant/weapp/button/index", | ||
"van-sidebar": "@vant/weapp/sidebar/index", | ||
"van-sidebar-item": "@vant/weapp/sidebar-item/index", | ||
"van-swipe-cell": "@vant/weapp/swipe-cell/index", | ||
"van-card": "@vant/weapp/card/index", | ||
"van-submit-bar": "@vant/weapp/submit-bar/index", | ||
"van-popup": "@vant/weapp/popup/index", | ||
"van-stepper": "@vant/weapp/stepper/index", | ||
"van-row": "@vant/weapp/row/index", | ||
"van-col": "@vant/weapp/col/index", | ||
"van-divider": "@vant/weapp/divider/index", | ||
"van-icon": "@vant/weapp/icon/index", | ||
"van-empty": "@vant/weapp/empty/index", | ||
"van-field": "@vant/weapp/field/index", | ||
"van-cell": "@vant/weapp/cell/index", | ||
"van-cell-group": "@vant/weapp/cell-group/index", | ||
"van-dialog": "@vant/weapp/dialog/index", | ||
"van-overlay": "@vant/weapp/overlay/index", | ||
"van-tab": "@vant/weapp/tab/index", | ||
"van-tabs": "@vant/weapp/tabs/index", | ||
"van-datetime-picker": "@vant/weapp/datetime-picker/index", | ||
"van-calendar": "@vant/weapp/calendar/index", | ||
"van-notice-bar": "@vant/weapp/notice-bar/index" | ||
}, | ||
"sitemapLocation": "sitemap.json" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
function e(e){for(var t=Object.create(null),a=e.split(","),o=a.length;o--;)t[a[o]]=!0;return t}var t=wx.canIUse("editor"); | ||
module.exports={ | ||
errorImg:null, | ||
filter:null, | ||
highlight:null, | ||
onText:null, | ||
entities:{quot:'"',apos:"'",semi:";",nbsp:" ",ndash:"–",mdash:"—",middot:"·",lsquo:"‘",rsquo:"’",ldquo:"“",rdquo:"”",bull:"•",hellip:"…"}, | ||
blankChar:e(' ,\xA0,\t,\r,\n,\f'), | ||
boolAttrs:e('autoplay,autostart,controls,ignore,loop,muted'), | ||
blockTags:e('address,article,aside,body,caption,center,cite,footer,header,html,nav,section'+(t?'':',pre')), | ||
ignoreTags:e('area,base,canvas,frame,iframe,input,link,map,meta,param,script,source,style,svg,textarea,title,track,wbr'+(t?',rp':'')), | ||
richOnlyTags:e('a,colgroup,fieldset,legend,table'+(t?',bdi,bdo,rt,ruby':'')), | ||
selfClosingTags:e('area,base,br,col,circle,ellipse,embed,frame,hr,img,input,line,link,meta,param,path,polygon,rect,source,track,use,wbr'), | ||
trustTags:e('a,abbr,ad,audio,b,blockquote,br,code,col,colgroup,dd,del,dl,dt,div,em,fieldset,h1,h2,h3,h4,h5,h6,hr,i,img,ins,label,legend,li,ol,p,q,source,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,title,ul,video'+(t?',bdi,bdo,caption,pre,rt,ruby':'')), | ||
userAgentStyles:{address:"font-style:italic",big:"display:inline;font-size:1.2em",blockquote:"background-color:#f6f6f6;border-left:3px solid #dbdbdb;color:#6c6c6c;padding:5px 0 5px 10px",caption:"display:table-caption;text-align:center",center:"text-align:center",cite:"font-style:italic",dd:"margin-left:40px",mark:"background-color:yellow",pre:"font-family:monospace;white-space:pre;overflow:scroll",s:"text-decoration:line-through",small:"display:inline;font-size:0.8em",u:"text-decoration:underline"} | ||
function e(e){for(var t=Object.create(null),a=e.split(","),o=a.length;o--;)t[a[o]]=!0;return t}var t=wx.canIUse("editor"); | ||
module.exports={ | ||
errorImg:null, | ||
filter:null, | ||
highlight:null, | ||
onText:null, | ||
entities:{quot:'"',apos:"'",semi:";",nbsp:" ",ndash:"–",mdash:"—",middot:"·",lsquo:"‘",rsquo:"’",ldquo:"“",rdquo:"”",bull:"•",hellip:"…"}, | ||
blankChar:e(' ,\xA0,\t,\r,\n,\f'), | ||
boolAttrs:e('autoplay,autostart,controls,ignore,loop,muted'), | ||
blockTags:e('address,article,aside,body,caption,center,cite,footer,header,html,nav,section'+(t?'':',pre')), | ||
ignoreTags:e('area,base,canvas,frame,iframe,input,link,map,meta,param,script,source,style,svg,textarea,title,track,wbr'+(t?',rp':'')), | ||
richOnlyTags:e('a,colgroup,fieldset,legend,table'+(t?',bdi,bdo,rt,ruby':'')), | ||
selfClosingTags:e('area,base,br,col,circle,ellipse,embed,frame,hr,img,input,line,link,meta,param,path,polygon,rect,source,track,use,wbr'), | ||
trustTags:e('a,abbr,ad,audio,b,blockquote,br,code,col,colgroup,dd,del,dl,dt,div,em,fieldset,h1,h2,h3,h4,h5,h6,hr,i,img,ins,label,legend,li,ol,p,q,source,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,title,ul,video'+(t?',bdi,bdo,caption,pre,rt,ruby':'')), | ||
userAgentStyles:{address:"font-style:italic",big:"display:inline;font-size:1.2em",blockquote:"background-color:#f6f6f6;border-left:3px solid #dbdbdb;color:#6c6c6c;padding:5px 0 5px 10px",caption:"display:table-caption;text-align:center",center:"text-align:center",cite:"font-style:italic",dd:"margin-left:40px",mark:"background-color:yellow",pre:"font-family:monospace;white-space:pre;overflow:scroll",s:"text-decoration:line-through",small:"display:inline;font-size:0.8em",u:"text-decoration:underline"} | ||
} |
Oops, something went wrong.