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
b04aaab5
Commit
b04aaab5
authored
Jun 28, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分类的传值和物流的显示
parent
7298621a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
7 deletions
+12
-7
style10.vue
components/cats/style10.vue
+2
-1
style5.vue
components/cats/style5.vue
+2
-1
style6.vue
components/cats/style6.vue
+2
-1
style9.vue
components/cats/style9.vue
+2
-1
list.vue
pages/goods/list.vue
+1
-0
index.vue
pages/order/index/index.vue
+1
-1
order-detail.vue
pages/order/order-detail.vue
+2
-2
No files found.
components/cats/style10.vue
View file @
b04aaab5
...
...
@@ -83,7 +83,8 @@ export default {
clickHandler
(
item
)
{
let
Id1
=
this
.
d
[
this
.
tid
].
Id
;
let
Id2
=
item
.
Id
;
let
CategoryIds
=
Id1
+
','
+
Id2
;
// let CategoryIds=Id1+','+Id2;
let
CategoryIds
=
Id2
;
uni
.
navigateTo
({
url
:
'/pages/goods/list?CategoryIds='
+
CategoryIds
});
}
},
...
...
components/cats/style5.vue
View file @
b04aaab5
...
...
@@ -73,7 +73,8 @@ export default {
clickHandler
(
item
)
{
let
Id1
=
this
.
d
[
this
.
tid
].
Id
;
let
Id2
=
item
.
Id
;
let
CategoryIds
=
Id1
+
','
+
Id2
;
// let CategoryIds=Id1+','+Id2;
let
CategoryIds
=
Id2
;
uni
.
navigateTo
({
url
:
'/pages/goods/list?CategoryIds='
+
CategoryIds
});
},
},
...
...
components/cats/style6.vue
View file @
b04aaab5
...
...
@@ -73,7 +73,8 @@ export default {
clickHandler
(
item
)
{
let
Id1
=
this
.
d
[
this
.
tid
].
Id
;
let
Id2
=
item
.
Id
;
let
CategoryIds
=
Id1
+
','
+
Id2
;
// let CategoryIds=Id1+','+Id2;
let
CategoryIds
=
Id2
;
uni
.
navigateTo
({
url
:
'/pages/goods/list?CategoryIds='
+
CategoryIds
});
},
},
...
...
components/cats/style9.vue
View file @
b04aaab5
...
...
@@ -85,7 +85,8 @@ export default {
clickHandler
(
item
)
{
let
Id1
=
this
.
d
[
this
.
tid
].
Id
;
let
Id2
=
item
.
Id
;
let
CategoryIds
=
Id1
+
','
+
Id2
;
// let CategoryIds=Id1+','+Id2;
let
CategoryIds
=
Id2
;
uni
.
navigateTo
({
url
:
'/pages/goods/list?CategoryIds='
+
CategoryIds
});
},
},
...
...
pages/goods/list.vue
View file @
b04aaab5
...
...
@@ -159,6 +159,7 @@ export default {
this
.
msg
.
OrderBy
=
sort
;
}
this
.
g
=
[];
this
.
msg
.
pageIndex
=
1
this
.
init
();
},
init
()
{
...
...
pages/order/index/index.vue
View file @
b04aaab5
...
...
@@ -41,7 +41,7 @@
>
<view
class=
"orderList"
>
<view
class=
"listBox"
v-for=
"(item, index) in g"
:key=
"index"
>
<view
class=
"listBox_t"
>
<view
class=
"listBox_t"
@
click=
"redirectToDetail(item.OrderId)"
>
<Text>
订单号:
{{
item
.
OrderNo
}}
</Text>
<Text
style=
"color: gray;"
>
{{
item
.
OrderStatusName
}}
</Text>
</view>
...
...
pages/order/order-detail.vue
View file @
b04aaab5
...
...
@@ -78,8 +78,8 @@
</view>
</view>
<template
v-for=
"(e, ei) in expressInfo"
>
<view
:key=
"ei"
class=
"order-info-item peisong"
>
<template
v-for=
"(ec, eci) in e.GoodsList"
>
<view
:key=
"ei"
class=
"order-info-item peisong"
v-for=
"(ec, eci) in e.GoodsList"
v-if=
" ec.Id == x.DetailId"
>
<template
>
<view
class=
"field"
:key=
"eci"
...
...
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