Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
14a9079d
Commit
14a9079d
authored
Oct 25, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f55f4b78
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1374 additions
and
604 deletions
+1374
-604
order.vue
pages/MallMange/order.vue
+5
-4
set.vue
pages/MallMange/set.vue
+314
-10
user-center.vue
pages/user-center/user-center.vue
+1055
-590
No files found.
pages/MallMange/order.vue
View file @
14a9079d
...
...
@@ -3,7 +3,7 @@
<view
class=
"typebox flex-center"
>
<view
class=
"typeItem flex-center"
>
<view
class=
"typeItem1 flex-center activeType"
>
普通订单
</view>
<view
class=
"typeItem1 flex-center"
>
维权
订单
</view>
<view
class=
"typeItem1 flex-center"
>
售后
订单
</view>
</view>
</view>
<view
class=
"searchBox flex-between"
>
...
...
@@ -263,8 +263,8 @@ export default {
},
changeTab
(
index
)
{
this
.
currentTab
=
index
;
this
.
msg
.
OrderStatus
=
this
.
orderStatusList
[
index
].
Id
console
.
log
(
this
.
msg
.
OrderStatus
)
this
.
msg
.
OrderStatus
=
this
.
orderStatusList
[
index
].
Id
;
console
.
log
(
this
.
msg
.
OrderStatus
)
;
},
lower
(
e
)
{
if
(
this
.
msg
.
pageIndex
<
this
.
page_count
)
{
...
...
@@ -277,8 +277,9 @@ export default {
},
getOrderStatus
()
{
this
.
requestAdmin
(
"/api/order/GetOrderStatusEnumList"
,
{},
(
res
)
=>
{
console
.
log
(
res
)
this
.
orderStatusList
=
res
.
data
;
this
.
orderStatusList
.
unshift
({
Id
:
0
,
Name
:
"全部"
});
this
.
orderStatusList
.
push
({
Id
:
8
,
Name
:
"回收站"
});
});
},
getList
()
{
...
...
pages/MallMange/set.vue
View file @
14a9079d
This diff is collapsed.
Click to expand it.
pages/user-center/user-center.vue
View file @
14a9079d
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