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
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 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
This diff is collapsed.
Click to expand it.
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