Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
0a02b924
"litemall-wx/lib/vscode:/vscode.git/clone" did not exist on "6c14c43cba6c9ecdd842271736b96e60054be8d0"
Commit
0a02b924
authored
Feb 09, 2020
by
Junling Bu
Browse files
feat[litemall-wx, litemall-wx-api]: 支持售后申请、售后详情和售后列表页面
parent
f64f7d12
Changes
22
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/ucenter/orderDetail/orderDetail.wxss
View file @
0a02b924
...
...
@@ -186,6 +186,7 @@ page {
.order-bottom .address {
height: 128rpx;
padding-top: 25rpx;
border-top: 1px solid #f4f4f4;
border-bottom: 1px solid #f4f4f4;
}
...
...
litemall-wx/project.config.json
View file @
0a02b924
...
...
@@ -6,7 +6,18 @@
"postcss"
:
true
,
"minified"
:
true
,
"newFeature"
:
true
,
"uglifyFileName"
:
true
"coverView"
:
true
,
"autoAudits"
:
false
,
"uglifyFileName"
:
true
,
"checkInvalidKey"
:
true
,
"checkSiteMap"
:
true
,
"uploadWithSourceMap"
:
true
,
"babelSetting"
:
{
"ignore"
:
[],
"disablePlugins"
:
[],
"outputPath"
:
""
},
"nodeModules"
:
true
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.4.0"
,
...
...
@@ -30,6 +41,10 @@
"game"
:
{
"list"
:
[]
},
"gamePlugin"
:
{
"current"
:
-1
,
"list"
:
[]
},
"miniprogram"
:
{
"current"
:
22
,
"list"
:
[
...
...
@@ -274,6 +289,27 @@
"pathName"
:
"pages/groupon/myGroupon/myGroupon"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"申请售后"
,
"pathName"
:
"pages/ucenter/aftersale/aftersale"
,
"query"
:
"id=2"
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"售后列表"
,
"pathName"
:
"pages/ucenter/aftersaleList/aftersaleList"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"售后详情"
,
"pathName"
:
"pages/ucenter/aftersaleDetail/aftersaleDetail"
,
"query"
:
"id=1"
,
"scene"
:
null
}
]
}
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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