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
c1fe7649
Commit
c1fe7649
authored
Aug 10, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.tbd.yanzuoguang.com/panyongping/uni-pdtravel
into develop
parents
37032289
48e19a0c
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1159 additions
and
479 deletions
+1159
-479
DIYDetails.vue
pages/album/DIYDetails/DIYDetails.vue
+688
-11
productList.vue
pages/my/order/productList/productList.vue
+471
-468
No files found.
pages/album/DIYDetails/DIYDetails.vue
View file @
c1fe7649
This diff is collapsed.
Click to expand it.
pages/my/order/productList/productList.vue
View file @
c1fe7649
...
@@ -163,11 +163,11 @@
...
@@ -163,11 +163,11 @@
</template>
</template>
<
script
>
<
script
>
import
uPicker
from
"@/uview-ui/components/u-picker/u-picker.vue"
;
import
uPicker
from
'@/uview-ui/components/u-picker/u-picker.vue'
import
uPopup
from
"@/uview-ui/components/u-popup/u-popup.vue"
;
import
uPopup
from
'@/uview-ui/components/u-popup/u-popup.vue'
import
uToast
from
"@/uview-ui/components/u-toast/u-toast.vue"
;
import
uToast
from
'@/uview-ui/components/u-toast/u-toast.vue'
import
uModal
from
"@/uview-ui/components/u-modal/u-modal.vue"
;
import
uModal
from
'@/uview-ui/components/u-modal/u-modal.vue'
export
default
{
export
default
{
filters
:{
filters
:{
orderType
(
i
){
//订单类型
orderType
(
i
){
//订单类型
switch
(
i
){
switch
(
i
){
...
@@ -229,6 +229,9 @@
...
@@ -229,6 +229,9 @@
case
11
:
case
11
:
return
'已过期 '
return
'已过期 '
break
break
case
12
:
return
'退票审核中 '
break
}
}
},
},
orderStatus2
(
i
){
//酒店订单状态
orderStatus2
(
i
){
//酒店订单状态
...
@@ -394,8 +397,8 @@
...
@@ -394,8 +397,8 @@
}
}
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
//this.openId = uni.getStorageSync("openid"
)
this
.
openId
=
uni
.
getStorageSync
(
'openid'
)
this
.
openId
=
"oh2UV1lyYABHMZ1rMlgjhVHyyYDQ"
//this.openId = 'oh2UV1lyYABHMZ1rMlgjhVHyyYDQ'
this
.
ifyukuaiCode
=
option
.
ifyukuaiCode
||
''
this
.
ifyukuaiCode
=
option
.
ifyukuaiCode
||
''
this
.
getData
(
1
)
this
.
getData
(
1
)
},
},
...
@@ -493,7 +496,7 @@
...
@@ -493,7 +496,7 @@
if
(
flag
==
1
){
//第一次加载
if
(
flag
==
1
){
//第一次加载
this
.
lists
=
[]
this
.
lists
=
[]
}
}
if
(
ret
.
data
.
length
>
0
){
if
(
ret
.
data
.
list
.
length
>
0
){
this
.
dataLengthType
=
true
this
.
dataLengthType
=
true
}
else
{
}
else
{
this
.
dataLengthType
=
false
this
.
dataLengthType
=
false
...
@@ -569,7 +572,7 @@
...
@@ -569,7 +572,7 @@
var
ret
=
res
var
ret
=
res
if
(
ret
.
code
==
'00'
){
if
(
ret
.
code
==
'00'
){
this
.
$refs
.
uToast
.
show
({
this
.
$refs
.
uToast
.
show
({
title
:
"订单取消成功"
,
title
:
'订单取消成功'
,
type
:
'success'
,
type
:
'success'
,
})
})
//this.$store.commit('showLoading')
//this.$store.commit('showLoading')
...
@@ -596,7 +599,7 @@
...
@@ -596,7 +599,7 @@
var
ret
=
res
var
ret
=
res
if
(
ret
.
code
==
'00'
){
if
(
ret
.
code
==
'00'
){
this
.
$refs
.
uToast
.
show
({
this
.
$refs
.
uToast
.
show
({
title
:
"订单删除成功"
,
title
:
'订单删除成功'
,
type
:
'success'
,
type
:
'success'
,
})
})
//this.$store.commit('showLoading')
//this.$store.commit('showLoading')
...
@@ -631,10 +634,10 @@
...
@@ -631,10 +634,10 @@
},
},
},
},
onReachBottom
(){
//上拉加载
onReachBottom
(){
//上拉加载
this
.
pageIndex
++
;
this
.
pageIndex
++
this
.
getData
(
2
);
this
.
getData
(
2
)
},
},
}
}
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
...
...
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