Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uni-app-ddh-shop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
uni-app-ddh-shop
Commits
5070011f
Commit
5070011f
authored
Aug 29, 2024
by
ly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
958a9929
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
pages.json
pages.json
+2
-1
app-config-service.js
unpackage/dist/dev/app-plus/app-config-service.js
+1
-1
No files found.
pages.json
View file @
5070011f
...
...
@@ -245,7 +245,8 @@
"path"
:
"pages/web/web"
,
"style"
:
{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
""
"navigationBarTitleText"
:
""
,
"navigationStyle"
:
"custom"
}
},
{
...
...
unpackage/dist/dev/app-plus/app-config-service.js
View file @
5070011f
...
...
@@ -2,7 +2,7 @@
var
isReady
=
false
;
var
onReadyCallbacks
=
[];
var
isServiceReady
=
false
;
var
onServiceReadyCallbacks
=
[];
var
__uniConfig
=
{
"pages"
:[
"pages/index/index"
,
"pages/sort/index"
,
"pages/my/index"
,
"pages/recruit/index"
,
"pages/recruitResult/index"
,
"pages/category/category"
,
"pages/application/application"
,
"pages/myneed/myneed"
,
"pages/Ineed/Ineed"
,
"pages/productDetails/productDetails"
,
"pages/detailResult/detailResult"
,
"pages/useFeed/useFeed"
,
"pages/lookGoods/lookGoods"
,
"pages/login/login"
,
"pages/prolist/prolist"
,
"pages/setting/setting"
,
"pages/webview/webview"
,
"pages/indexfinance/index"
,
"pages/myfinance/index"
,
"pages/bill/index"
,
"pages/application/application"
,
"pages/auth/auth"
,
"pages/face/face"
,
"pages/baseInfo/baseInfo"
,
"pages/creditResult/creditResult"
,
"pages/loanlication/application"
,
"pages/feedback/feedback"
,
"pages/addBank/addBank"
,
"pages/loan/loan"
,
"pages/loanResult/loanResult"
,
"pages/billDetail/billDetail"
,
"pages/repayment/repayment"
,
"pages/pay/pay"
,
"pages/payResult/payResult"
,
"pages/lookBank/lookBank"
,
"pages/web/web"
,
"pages/agreement/index"
],
"window"
:{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"uni-app"
,
"navigationBarBackgroundColor"
:
"#FFFFFF"
,
"backgroundColor"
:
"#F8F8F8"
,
"bounce"
:
"none"
},
"tabBar"
:{
"borderStyle"
:
"white"
,
"color"
:
"#BBBBBB"
,
"selectedColor"
:
"#2263E6"
,
"iconWidth"
:
"24px"
,
"height"
:
"52px"
,
"fontSize"
:
"12px"
,
"list"
:[{
"pagePath"
:
"pages/index/index"
,
"iconPath"
:
"static/tab/index-h.png"
,
"selectedIconPath"
:
"static/tab/index.png"
,
"text"
:
"首页"
},{
"pagePath"
:
"pages/indexfinance/index"
,
"iconPath"
:
"static/tab/index-h.png"
,
"selectedIconPath"
:
"static/tab/index.png"
,
"text"
:
"借钱"
},{
"pagePath"
:
"pages/bill/index"
,
"iconPath"
:
"static/tab/billh.png"
,
"selectedIconPath"
:
"static/tab/bill.png"
,
"text"
:
"账单"
},{
"pagePath"
:
"pages/my/index"
,
"iconPath"
:
"static/tab/my-h.png"
,
"selectedIconPath"
:
"static/tab/my.png"
,
"text"
:
"我的"
}]},
"darkmode"
:
false
,
"nvueCompiler"
:
"uni-app"
,
"nvueStyleCompiler"
:
"uni-app"
,
"renderer"
:
"auto"
,
"splashscreen"
:{
"alwaysShowBeforeRender"
:
true
,
"autoclose"
:
false
},
"appname"
:
"多典花"
,
"compilerVersion"
:
"4.24"
,
"entryPagePath"
:
"pages/index/index"
,
"networkTimeout"
:{
"request"
:
60000
,
"connectSocket"
:
60000
,
"uploadFile"
:
60000
,
"downloadFile"
:
60000
}};
var
__uniRoutes
=
[{
"path"
:
"/pages/index/index"
,
"meta"
:{
"isQuit"
:
true
,
"isTabBar"
:
true
},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
,
"bounce"
:
"none"
}},{
"path"
:
"/pages/sort/index"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"款式"
}},{
"path"
:
"/pages/my/index"
,
"meta"
:{
"isQuit"
:
true
,
"isTabBar"
:
true
},
"window"
:{
"enablePullDownRefresh"
:
true
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/recruit/index"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"鉴定师招聘"
}},{
"path"
:
"/pages/recruitResult/index"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/category/category"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"选择鉴定品类"
}},{
"path"
:
"/pages/application/application"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"申请记录"
}},{
"path"
:
"/pages/myneed/myneed"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"我需要的"
}},{
"path"
:
"/pages/Ineed/Ineed"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"我需要"
}},{
"path"
:
"/pages/productDetails/productDetails"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"商品详情"
}},{
"path"
:
"/pages/detailResult/detailResult"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/useFeed/useFeed"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"用户反馈"
}},{
"path"
:
"/pages/lookGoods/lookGoods"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
""
}},{
"path"
:
"/pages/login/login"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"登录"
}},{
"path"
:
"/pages/prolist/prolist"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"相关协议"
}},{
"path"
:
"/pages/setting/setting"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"设置"
}},{
"path"
:
"/pages/webview/webview"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
""
}},{
"path"
:
"/pages/indexfinance/index"
,
"meta"
:{
"isQuit"
:
true
,
"isTabBar"
:
true
},
"window"
:{
"enablePullDownRefresh"
:
true
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/myfinance/index"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
true
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/bill/index"
,
"meta"
:{
"isQuit"
:
true
,
"isTabBar"
:
true
},
"window"
:{
"navigationBarTitleText"
:
"账单"
}},{
"path"
:
"/pages/auth/auth"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"实名认证"
}},{
"path"
:
"/pages/face/face"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"人脸认证"
}},{
"path"
:
"/pages/baseInfo/baseInfo"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"基础信息"
}},{
"path"
:
"/pages/creditResult/creditResult"
,
"meta"
:{},
"window"
:{
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/loanlication/application"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"申请记录"
}},{
"path"
:
"/pages/feedback/feedback"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"意见反馈"
}},{
"path"
:
"/pages/addBank/addBank"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"添加银行卡"
}},{
"path"
:
"/pages/loan/loan"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"借款申请"
}},{
"path"
:
"/pages/loanResult/loanResult"
,
"meta"
:{},
"window"
:{
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/billDetail/billDetail"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"账单详情"
}},{
"path"
:
"/pages/repayment/repayment"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"还款金额确认"
}},{
"path"
:
"/pages/pay/pay"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"支付"
}},{
"path"
:
"/pages/payResult/payResult"
,
"meta"
:{},
"window"
:{
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/lookBank/lookBank"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"支持的银行卡"
}},{
"path"
:
"/pages/web/web"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
""
}},{
"path"
:
"/pages/agreement/index"
,
"meta"
:{},
"window"
:{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
,
"bounce"
:
"none"
,
"animationType"
:
"fade-in"
,
"background"
:
"transparent"
,
"backgroundColor"
:
"rgba(0,0,0,0)"
,
"webviewBGTransparent"
:
true
,
"mask"
:
"none"
}}];
var
__uniRoutes
=
[{
"path"
:
"/pages/index/index"
,
"meta"
:{
"isQuit"
:
true
,
"isTabBar"
:
true
},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
,
"bounce"
:
"none"
}},{
"path"
:
"/pages/sort/index"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"款式"
}},{
"path"
:
"/pages/my/index"
,
"meta"
:{
"isQuit"
:
true
,
"isTabBar"
:
true
},
"window"
:{
"enablePullDownRefresh"
:
true
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/recruit/index"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"鉴定师招聘"
}},{
"path"
:
"/pages/recruitResult/index"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/category/category"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"选择鉴定品类"
}},{
"path"
:
"/pages/application/application"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"申请记录"
}},{
"path"
:
"/pages/myneed/myneed"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"我需要的"
}},{
"path"
:
"/pages/Ineed/Ineed"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"我需要"
}},{
"path"
:
"/pages/productDetails/productDetails"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"商品详情"
}},{
"path"
:
"/pages/detailResult/detailResult"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/useFeed/useFeed"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"用户反馈"
}},{
"path"
:
"/pages/lookGoods/lookGoods"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
""
}},{
"path"
:
"/pages/login/login"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"登录"
}},{
"path"
:
"/pages/prolist/prolist"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"相关协议"
}},{
"path"
:
"/pages/setting/setting"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"设置"
}},{
"path"
:
"/pages/webview/webview"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
""
}},{
"path"
:
"/pages/indexfinance/index"
,
"meta"
:{
"isQuit"
:
true
,
"isTabBar"
:
true
},
"window"
:{
"enablePullDownRefresh"
:
true
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/myfinance/index"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
true
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/bill/index"
,
"meta"
:{
"isQuit"
:
true
,
"isTabBar"
:
true
},
"window"
:{
"navigationBarTitleText"
:
"账单"
}},{
"path"
:
"/pages/auth/auth"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"实名认证"
}},{
"path"
:
"/pages/face/face"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"人脸认证"
}},{
"path"
:
"/pages/baseInfo/baseInfo"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"基础信息"
}},{
"path"
:
"/pages/creditResult/creditResult"
,
"meta"
:{},
"window"
:{
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/loanlication/application"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"申请记录"
}},{
"path"
:
"/pages/feedback/feedback"
,
"meta"
:{},
"window"
:{
"navigationBarTitleText"
:
"意见反馈"
}},{
"path"
:
"/pages/addBank/addBank"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"添加银行卡"
}},{
"path"
:
"/pages/loan/loan"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"借款申请"
}},{
"path"
:
"/pages/loanResult/loanResult"
,
"meta"
:{},
"window"
:{
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/billDetail/billDetail"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"账单详情"
}},{
"path"
:
"/pages/repayment/repayment"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"还款金额确认"
}},{
"path"
:
"/pages/pay/pay"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"支付"
}},{
"path"
:
"/pages/payResult/payResult"
,
"meta"
:{},
"window"
:{
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/lookBank/lookBank"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
"支持的银行卡"
}},{
"path"
:
"/pages/web/web"
,
"meta"
:{},
"window"
:{
"enablePullDownRefresh"
:
false
,
"navigationBarTitleText"
:
""
,
"navigationStyle"
:
"custom"
}},{
"path"
:
"/pages/agreement/index"
,
"meta"
:{},
"window"
:{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
,
"bounce"
:
"none"
,
"animationType"
:
"fade-in"
,
"background"
:
"transparent"
,
"backgroundColor"
:
"rgba(0,0,0,0)"
,
"webviewBGTransparent"
:
true
,
"mask"
:
"none"
}}];
__uniConfig
.
onReady
=
function
(
callback
){
if
(
__uniConfig
.
ready
){
callback
()}
else
{
onReadyCallbacks
.
push
(
callback
)}};
Object
.
defineProperty
(
__uniConfig
,
"ready"
,{
get
:
function
(){
return
isReady
},
set
:
function
(
val
){
isReady
=
val
;
if
(
!
isReady
){
return
}
const
callbacks
=
onReadyCallbacks
.
slice
(
0
);
onReadyCallbacks
.
length
=
0
;
callbacks
.
forEach
(
function
(
callback
){
callback
()})}});
__uniConfig
.
onServiceReady
=
function
(
callback
){
if
(
__uniConfig
.
serviceReady
){
callback
()}
else
{
onServiceReadyCallbacks
.
push
(
callback
)}};
Object
.
defineProperty
(
__uniConfig
,
"serviceReady"
,{
get
:
function
(){
return
isServiceReady
},
set
:
function
(
val
){
isServiceReady
=
val
;
if
(
!
isServiceReady
){
return
}
const
callbacks
=
onServiceReadyCallbacks
.
slice
(
0
);
onServiceReadyCallbacks
.
length
=
0
;
callbacks
.
forEach
(
function
(
callback
){
callback
()})}});
service
.
register
(
"uni-app-config"
,{
create
(
a
,
b
,
c
){
if
(
!
__uniConfig
.
viewport
){
var
d
=
b
.
weex
.
config
.
env
.
scale
,
e
=
b
.
weex
.
config
.
env
.
deviceWidth
,
f
=
Math
.
ceil
(
e
/
d
);
Object
.
assign
(
__uniConfig
,{
viewport
:
f
,
defaultFontSize
:
Math
.
round
(
f
/
20
)})}
return
{
instance
:{
__uniConfig
:
__uniConfig
,
__uniRoutes
:
__uniRoutes
,
global
:
void
0
,
window
:
void
0
,
document
:
void
0
,
frames
:
void
0
,
self
:
void
0
,
location
:
void
0
,
navigator
:
void
0
,
localStorage
:
void
0
,
history
:
void
0
,
Caches
:
void
0
,
screen
:
void
0
,
alert
:
void
0
,
confirm
:
void
0
,
prompt
:
void
0
,
fetch
:
void
0
,
XMLHttpRequest
:
void
0
,
WebSocket
:
void
0
,
webkit
:
void
0
,
print
:
void
0
}}}});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment