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
92eac68a
Commit
92eac68a
authored
Oct 08, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返回的时候刷新列表
parent
12810ee6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+5
-1
orderList.vue
pages/my/order/orderList/orderList.vue
+4
-1
No files found.
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
92eac68a
...
...
@@ -180,7 +180,11 @@ export default {
this
.
openid
=
uni
.
getStorageSync
(
'openid'
)
//获取openid
//this.openid = 'oroHZ5B455jLw_BqDmVpr7W13NLY' //获取openid
this
.
faceIds
=
JSON
.
parse
(
option
.
faceIds
)
this
.
location
=
JSON
.
parse
(
uni
.
getStorageSync
(
'location'
))
var
locationData
=
{
latitude
:
''
,
longitude
:
''
,
}
this
.
location
=
JSON
.
parse
(
uni
.
getStorageSync
(
'location'
))
||
locationData
this
.
merchantId
=
option
.
merchantId
||
'z0015605022691a5945bbe463141668c'
// 'z0015605022691a5945bbe463141668c'
this
.
obtainProvince
()
//获取省市区
this
.
inquireMerchant
()
//查询所有商户
...
...
pages/my/order/orderList/orderList.vue
View file @
92eac68a
...
...
@@ -445,6 +445,9 @@ export default {
this
.
ifyukuaiCode
=
option
.
ifyukuaiCode
||
''
this
.
getData
(
1
)
},
onShow
(){
this
.
getData
(
1
)
},
methods
:
{
screenChange
(
i
){
//顶部导航切换
this
.
orderStatus
=
i
...
...
@@ -501,7 +504,7 @@ export default {
// uni.navigateTo({
// url: '/pages/my/order/productList/productList'
// })
this
.
pageIndex
=
1
this
.
pageIndex
=
1
this
.
getData
(
1
)
}
else
{
this
.
$refs
.
uToast
.
show
({
...
...
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