Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
39676f58
Commit
39676f58
authored
Aug 15, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码修改
parent
25f19ac1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
orderList.vue
pages/my/order/orderList/orderList.vue
+3
-6
productList.vue
pages/my/order/productList/productList.vue
+5
-1
No files found.
pages/my/order/orderList/orderList.vue
View file @
39676f58
<
template
>
<view
class=
"productBigBox"
>
<view
class=
".product-SearchBox"
>
<view
class=
"product-title"
>
<u-icon
name=
"arrow-left"
color=
"#191919"
size=
"32"
@
click=
""
></u-icon>
我的订单
</view>
<view
class=
"product-SearchBox"
>
<!--头部切换-->
<view
class=
"product-orderState"
>
<view
class=
"orderState-click"
:class=
"orderStatus===''?'orderState-clickAct':''"
@
click=
"screenChange('')"
>
...
...
@@ -399,6 +395,7 @@ export default {
onLoad
(
option
)
{
this
.
openId
=
uni
.
getStorageSync
(
'openid'
)
//this.openId = 'oh2UV1lyYABHMZ1rMlgjhVHyyYDQ'
this
.
orderStatus
=
option
.
orderStatus
||
''
this
.
ifyukuaiCode
=
option
.
ifyukuaiCode
||
''
this
.
getData
(
1
)
},
...
...
@@ -782,7 +779,7 @@ page{
}
.product-goods
{
padding
:
30rpx
;
padding-top
:
2
7
0rpx
;
padding-top
:
2
0
0rpx
;
overflow
:
auto
;
position
:
relative
;
.product-block
{
...
...
pages/my/order/productList/productList.vue
View file @
39676f58
<
template
>
<view
class=
"productBigBox"
>
<view
class=
".product-SearchBox"
>
<view
class=
"product-SearchBox"
>
<view
class=
"product-title"
>
<u-icon
name=
"arrow-left"
color=
"#191919"
size=
"32"
@
click=
""
></u-icon>
我的订单
</view>
<!--头部切换-->
<view
class=
"product-orderState"
>
<view
class=
"orderState-click"
:class=
"orderStatus===''?'orderState-clickAct':''"
@
click=
"screenChange('')"
>
...
...
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