Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
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
高淑倩
7-Eleven
Commits
f9536d51
Commit
f9536d51
authored
Jun 06, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 配置
parent
9d8f5d22
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
consumptionDetails.js
src/pages/consumptionDetails/consumptionDetails.js
+1
-0
project.config.json
src/project.config.json
+8
-4
No files found.
src/pages/consumptionDetails/consumptionDetails.js
View file @
f9536d51
...
@@ -44,6 +44,7 @@ wxService.page({
...
@@ -44,6 +44,7 @@ wxService.page({
wx
.
showLoading
({
wx
.
showLoading
({
title
:
'加载中'
title
:
'加载中'
})
})
// brandId dev_1002 711_2005
wxService
.
get
(
`/sale/order/findByOrderNo?orderNo=
${
orderNo
}
&brandId=2005`
).
then
(
res
=>
{
wxService
.
get
(
`/sale/order/findByOrderNo?orderNo=
${
orderNo
}
&brandId=2005`
).
then
(
res
=>
{
const
{
result
,
data
}
=
res
.
data
const
{
result
,
data
}
=
res
.
data
if
(
result
==
0
){
if
(
result
==
0
){
...
...
src/project.config.json
View file @
f9536d51
...
@@ -14,8 +14,6 @@
...
@@ -14,8 +14,6 @@
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.6.6"
,
"libVersion"
:
"2.6.6"
,
"appid"
:
"wx358b56af62edbde1"
,
"appid"
:
"wx358b56af62edbde1"
,
"tempappid_wx"
:
"wxc3b64b09b1d3dfc2"
,
"tempappid_711"
:
"wx358b56af62edbde1"
,
"projectname"
:
"7-Eleven"
,
"projectname"
:
"7-Eleven"
,
"debugOptions"
:
{
"debugOptions"
:
{
"hidedInDevtools"
:
[]
"hidedInDevtools"
:
[]
...
@@ -39,7 +37,7 @@
...
@@ -39,7 +37,7 @@
"list"
:
[]
"list"
:
[]
},
},
"miniprogram"
:
{
"miniprogram"
:
{
"current"
:
4
,
"current"
:
1
4
,
"list"
:
[
"list"
:
[
{
{
"id"
:
-1
,
"id"
:
-1
,
...
@@ -62,7 +60,7 @@
...
@@ -62,7 +60,7 @@
{
{
"id"
:
3
,
"id"
:
3
,
"name"
:
"券码详情页"
,
"name"
:
"券码详情页"
,
"pathName"
:
"pages/coupon
Detail/coupon
Detail"
,
"pathName"
:
"pages/coupon
CodeDetail/couponCode
Detail"
,
"query"
:
"cardno=24390355190533807720&title=新券"
"query"
:
"cardno=24390355190533807720&title=新券"
},
},
{
{
...
@@ -124,6 +122,12 @@
...
@@ -124,6 +122,12 @@
"name"
:
"外卖"
,
"name"
:
"外卖"
,
"pathName"
:
"pages/deliveryService/deliveryService"
,
"pathName"
:
"pages/deliveryService/deliveryService"
,
"query"
:
""
"query"
:
""
},
{
"id"
:
-1
,
"name"
:
"优惠券详情"
,
"pathName"
:
"pages/couponDetail/couponDetail"
,
"query"
:
"cardno=60022785092189546586"
}
}
]
]
}
}
...
...
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