| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^empty$": "@/components/empty/empty.vue",
- "^wanl-empty$": "@/components/empty/empty.vue",
- "^uni-load-more$": "@/components/uni-load-more/uni-load-more.vue",
- "^wanl-live-(.*)$": "@/components/live-room/$1.vue",
- "^uni-popup$": "@/components/uni-popup/uni-popup.vue",
- "^uni-transition$": "@/components/uni-transition/uni-transition.vue",
- "^mall-(.*)$": "@/components/mall/mall-$1.vue",
- "^address-picker$": "@/components/address-picker/address-picker.vue"
- }
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "%index.title%",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/video-list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%home.video%",
- "backgroundColor": "#f7f8fc",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/index/scenic-list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%scenic.listTitle%",
- "backgroundColor": "#f7f8fc",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/index/scenic-detail",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%scenic.detailTitle%",
- "backgroundColor": "#f7f8fc",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/search/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%search.pageTitle%",
- "backgroundColor": "#eef3fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/search/result",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%search.resultTitle%",
- "backgroundColor": "#eef3fb",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/profile/show",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%findUser.pageTitle%",
- "backgroundColor": "#f4f6fb",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/feed/reel",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%home.video%",
- "backgroundColor": "#000000",
- "app-plus": {
- "titleNView": false,
- "bounce": "none",
- "scrollIndicator": "none"
- }
- }
- },
- {
- "path": "pages/feed/series-reel",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%mine.tabSeries%",
- "backgroundColor": "#000000",
- "app-plus": {
- "titleNView": false,
- "bounce": "none",
- "scrollIndicator": "none"
- }
- }
- },
- {
- "path": "pages/favorite/index",
- "style": {
- "navigationBarTitleText": "%pagesNav.myFavorites%",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/component/component",
- "style": {
- "navigationBarTitleText": "%index.component%",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/feed/index",
- "style": {
- "navigationBarTitleText": "%index.api%",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "scrollIndicator": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "%index.schema%",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 120
- }
- },
- {
- "path": "pages/user/collect",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.myFavorites%",
- "disableScroll": true
- }
- },
- {
- "path": "pages/user/follow",
- "style": {
- "navigationBarTitleText": "%mine.followShop%",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 150,
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/footprint",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%footprint.my%",
- "disableScroll": true
- }
- },
- {
- "path": "pages/mine/fans",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%relation.fansTitle%",
- "enablePullDownRefresh": true,
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/mine/follow",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%relation.followTitle%",
- "enablePullDownRefresh": true,
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/myuser/myuser",
- "style": {
- "navigationBarTitleText": "%mall.mine%",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 120,
- "app-plus": {
- "scrollIndicator": "none"
- }
- }
- },
- {
- "path": "pages/live/hall",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "backgroundColor": "#eef3fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/live/search",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%live.searchPageTitle%",
- "backgroundColor": "#eef3fb",
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/dynamics/index",
- "style": {
- "navigationBarTitleText": "%dynamics.title%",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/dynamics/detail",
- "style": {
- "navigationBarTitleText": "%dynamics.detailTitle%",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/dynamics/publish",
- "style": {
- "navigationBarTitleText": "%dynamics.publishTitle%",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/live/watch",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.liveRoom%",
- "app-plus": {
- "titleNView": false,
- "scrollIndicator": "none"
- }
- }
- },
- {
- "path": "pages/live/broadcast",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarTitleText": "%live.broadcastPageTitle%",
- "backgroundColor": "#0c0d2b",
- "app-plus": {
- "titleNView": false,
- "scrollIndicator": "none",
- "popGesture": "none",
- "background": "transparent"
- }
- }
- },
- {
- "path": "pages/live/end",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%live.broadcastEndTitle%",
- "backgroundColor": "#1a1d26",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/passport/lobby",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.loginEntry%",
- "backgroundColor": "#0e1230",
- "app-plus": {
- "titleNView": false,
- "scrollIndicator": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/passport/signin",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.login%",
- "backgroundColor": "#0e1230",
- "app-plus": {
- "titleNView": false,
- "scrollIndicator": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/passport/enroll",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.register%",
- "backgroundColor": "#0e1230",
- "app-plus": {
- "titleNView": false,
- "scrollIndicator": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/passport/recover-phone",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.recoverPassword%",
- "backgroundColor": "#0e1230",
- "app-plus": {
- "titleNView": false,
- "scrollIndicator": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/dev/ijk-test",
- "style": {
- "navigationBarTitleText": "%pagesNav.playerTest%",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1a1f4a",
- "backgroundColor": "#0e1230"
- }
- },
- {
- "path": "pages/account/security",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.securityTitle%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/profile-edit",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%profileEdit.title%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/reset-password",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.resetPwdTitle%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/sms-verify",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.smsVerify%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/reset-secret",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.resetSecretHeroTitle%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/realname-add",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.realnamePageAdd%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/realname-info",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.realnamePageInfo%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/language",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.panelLanguage%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/settings/general",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.panelGeneral%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/settings/teen-mode",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.teenModeTitle%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/settings/teen-mode-lock",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.teenModeTitle%",
- "backgroundColor": "#f4f6fb",
- "disableSwipeBack": true,
- "app-plus": {
- "titleNView": false,
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/account/notice",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.panelNewMessage%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/complaint",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.panelReport%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/complaint-lists",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%mine.actionComplaint%",
- "backgroundColor": "#f4f6fb",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/blocked",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.blacklist%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/about",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%user.panelAbout%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical",
- "animationType": "pop-in",
- "animationDuration": 200
- }
- }
- },
- {
- "path": "pages/account/contact",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%about.contactTitle%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/feedback",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.feedback%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/account/feedback-lists",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%feedback.myList%",
- "backgroundColor": "#f4f6fb",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/passport/sms-verify",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.smsVerify%",
- "backgroundColor": "#0e1230",
- "app-plus": {
- "titleNView": false,
- "scrollIndicator": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/passport/reset-secret",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.resetPassword%",
- "backgroundColor": "#0e1230",
- "app-plus": {
- "titleNView": false,
- "scrollIndicator": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/notice/notice",
- "style": {
- "navigationBarTitleText": "",
- "backgroundColor": "#f5f5f5",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/notice/sys-notice/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%notice.system%",
- "backgroundColor": "#eef3fb",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/notice/mall-notice/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%notice.headTitle%",
- "backgroundColor": "#f5f5f5",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/notice/chat",
- "style": {
- "navigationBarTitleText": "%pagesNav.chatConnecting%",
- "backgroundColor": "#ececec",
- "app-plus": {
- "titleNView": {
- "buttons": [
- {
- "text": "\ue66f",
- "fontSrc": "/static/style/iconfont.ttf",
- "fontSize": "21px",
- "color": "#333",
- "float": "right"
- }
- ]
- },
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/article/details",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%common.webViewTitle%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/article/advert",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.activity%",
- "backgroundColor": "#f4f6fb",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/article/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.news%",
- "backgroundColor": "#f4f6fb",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/common/webview",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%common.webViewTitle%",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/mall/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.mall%",
- "backgroundColor": "#f5f5f5",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/product/goods",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%mall.productDetail%",
- "backgroundColor": "#f5f5f5",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/page/search",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%search.pageTitle%",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/product/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.productList%",
- "backgroundColor": "#f5f5f5",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/product/comment",
- "style": {
- "navigationBarTitleText": "%pagesNav.productComment%",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.shop%",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/product/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.shopGoods%",
- "backgroundColor": "#f5f5f5",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/shop/info",
- "style": {
- "navigationBarTitleText": "%pagesNav.shopInfo%",
- "backgroundColor": "#f5f5f5",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/cart/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%cart.title%",
- "backgroundColor": "#f5f5f5",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/order/confirm",
- "style": {
- "navigationBarTitleText": "%pagesNav.confirmOrder%",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/order/list",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.myOrders%",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/order/details",
- "style": {
- "navigationBarTitleText": "%order.orderDetail%",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/order/logistics",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.logisticsDetail%",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/order/comment",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.reviewOrder%",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/page/success",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.paySuccess%",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/address/addressManage",
- "style": {
- "navigationBarTitleText": "%pagesNav.addressManage%",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/address/address",
- "style": {
- "navigationBarTitleText": "%pagesNav.shippingAddress%",
- "backgroundColor": "#f5f5f5",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/comment/comment",
- "style": {
- "navigationBarTitleText": "%comment.title%",
- "backgroundColor": "#f5f5f5",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/refund/lists",
- "style": {
- "navigationBarTitleText": "%pagesNav.refundList%",
- "backgroundColor": "#f3f5f7",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 120,
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/refund/details",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.refundDetail%",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/refund/apply",
- "style": {
- "navigationBarTitleText": "",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/refund/edit",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.refundEdit%",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/refund/log",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.refundLog%",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/coupon/mycard",
- "style": {
- "navigationBarTitleText": "%mine.myCoupon%",
- "backgroundColor": "#f3f5f7",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/coupon/list",
- "style": {
- "navigationBarTitleText": "%mine.receiveCoupon%",
- "backgroundColor": "#f3f5f7",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/coupon/details",
- "style": {
- "navigationBarTitleText": "%pagesNav.couponDetail%",
- "backgroundColor": "#f3f5f7",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/coupon/apply",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.couponUse%",
- "backgroundColor": "#f3f5f7",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 120,
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/user/money/pay",
- "style": {
- "navigationBarTitleText": "%pagesNav.pay%",
- "app-plus": {
- "titleNView": {
- "type": "float",
- "blurEffect": "light"
- }
- }
- }
- },
- {
- "path": "pages/user/money/pay-webview",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.paying%",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/money/google-pay-success",
- "style": {
- "navigationBarTitleText": "%pagesNav.googlePay%"
- }
- },
- {
- "path": "pages/user/money/diamond-top-up",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/money/diamond-log",
- "style": {
- "navigationBarTitleText": "%money.queryDetail%",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/money/details",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/service",
- "style": {
- "navigationBarTitleText": "%user.smartAssistant%",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/help/help",
- "style": {
- "navigationBarTitleText": "%help.title%",
- "enablePullDownRefresh": true,
- "backgroundColor": "#f5f5f5",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- },
- {
- "path": "pages/travel/hotel/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "%pagesNav.hotel%",
- "backgroundColor": "#f7f8fc",
- "app-plus": {
- "titleNView": false,
- "bounce": "vertical"
- }
- }
- }
- ],
- "tabBar": {
- "color": "#8a8d9e",
- "selectedColor": "#4a8cff",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "%tabbar.home%",
- "iconPath": "static/tabbar/home.png",
- "selectedIconPath": "static/tabbar/home-active.png"
- },
- {
- "pagePath": "pages/feed/index",
- "text": "%tabbar.video%",
- "iconPath": "static/tabbar/favorite.png",
- "selectedIconPath": "static/tabbar/favorite-active.png"
- },
- {
- "pagePath": "pages/live/hall",
- "text": "%tabbar.live%",
- "iconPath": "static/tabbar/live.png",
- "selectedIconPath": "static/tabbar/live-active.png"
- },
- {
- "pagePath": "pages/dynamics/index",
- "text": "%tabbar.dynamics%",
- "iconPath": "static/tabbar/bell.png",
- "selectedIconPath": "static/tabbar/bell-active.png"
- },
- {
- "pagePath": "pages/mine/index",
- "text": "%tabbar.mine%",
- "iconPath": "static/tabbar/mine.png",
- "selectedIconPath": "static/tabbar/mine-active.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "%passport.app-name%",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|