Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
24d5165a
authored
Sep 18, 2020
by
zqm
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
MM - 订单详情页设置商户数据以及印章
parent
51dde346
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
7 deletions
pages/pay/order-detail/order-detail.js
project.config.json
pages/pay/order-detail/order-detail.js
View file @
24d5165a
...
@@ -30,7 +30,7 @@ Page({
...
@@ -30,7 +30,7 @@ Page({
},
},
onLoad
:
function
(
options
)
{
onLoad
:
function
(
options
)
{
console
.
log
(
App
.
globalData
.
shopId
,
'App.globalData.shopId----------------'
);
let
funcOrderInfo
=
this
.
data
.
orderInfo
let
funcOrderInfo
=
this
.
data
.
orderInfo
funcOrderInfo
.
id
=
options
.
id
funcOrderInfo
.
id
=
options
.
id
this
.
setData
({
this
.
setData
({
...
@@ -226,7 +226,7 @@ Page({
...
@@ -226,7 +226,7 @@ Page({
let
shopName
=
funcResponse
.
officeName
;
let
shopName
=
funcResponse
.
officeName
;
let
shopFilter
=
this
.
data
.
shopConfig
.
filter
(
let
shopFilter
=
this
.
data
.
shopConfig
.
filter
(
item
=>
{
item
=>
{
return
item
.
name
==
(
shopName
)
return
item
.
name
.
toLowerCase
()
==
shopName
.
toLowerCase
(
)
}
}
)
)
...
...
project.config.json
View file @
24d5165a
...
@@ -21,19 +21,19 @@
...
@@ -21,19 +21,19 @@
"checkSiteMap"
:
false
,
"checkSiteMap"
:
false
,
"uploadWithSourceMap"
:
true
,
"uploadWithSourceMap"
:
true
,
"compileHotReLoad"
:
false
,
"compileHotReLoad"
:
false
,
"useMultiFrameRuntime"
:
true
,
"useApiHook"
:
true
,
"babelSetting"
:
{
"babelSetting"
:
{
"ignore"
:
[],
"ignore"
:
[],
"disablePlugins"
:
[],
"disablePlugins"
:
[],
"outputPath"
:
""
"outputPath"
:
""
},
},
"useIsolateContext"
:
true
,
"useIsolateContext"
:
true
,
"useCompilerModule"
:
fals
e
,
"useCompilerModule"
:
tru
e
,
"userConfirmedUseCompilerModuleSwitch"
:
false
,
"userConfirmedUseCompilerModuleSwitch"
:
false
,
"useMultiFrameRuntime"
:
true
,
"useApiHook"
:
true
,
"enableEngineNative"
:
false
,
"packNpmManually"
:
false
,
"packNpmManually"
:
false
,
"packNpmRelationList"
:
[]
"packNpmRelationList"
:
[],
"enableEngineNative"
:
false
},
},
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.10.0"
,
"libVersion"
:
"2.10.0"
,
...
@@ -201,6 +201,20 @@
...
@@ -201,6 +201,20 @@
"pathName"
:
"pages/campsite/home/home"
,
"pathName"
:
"pages/campsite/home/home"
,
"query"
:
""
,
"query"
:
""
,
"scene"
:
null
"scene"
:
null
},
{
"id"
:
19
,
"name"
:
"pages/pay/order-detail/order-detail"
,
"pathName"
:
"pages/pay/order-detail/order-detail"
,
"query"
:
"id= 38f4a20175f444c899774ce379f94b83"
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"pages/mine/order/order"
,
"pathName"
:
"pages/mine/order/order"
,
"query"
:
""
,
"scene"
:
null
}
}
]
]
}
}
...
...
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