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
53604d34
Commit
53604d34
authored
Oct 11, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退单流程
parent
1e405160
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
679 additions
and
32 deletions
+679
-32
applyAfterSale - 副本.vue
...my/order/afterSale/applyAfterSale/applyAfterSale - 副本.vue
+28
-0
applyAfterSale.vue
pages/my/order/afterSale/applyAfterSale/applyAfterSale.vue
+383
-11
electronicTicket.vue
pages/my/order/electronicTicket/electronicTicket.vue
+262
-21
orderList.vue
pages/my/order/orderList/orderList.vue
+6
-0
No files found.
pages/my/order/afterSale/applyAfterSale/applyAfterSale - 副本.vue
0 → 100644
View file @
53604d34
<
template
>
<view>
<web-view
:src=
"outUrl"
></web-view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
outUrl
:
''
,
//跳出地址
}
},
onLoad
(
option
)
{
let
orderId
=
option
.
orderId
||
''
let
pdOpenid
=
uni
.
getStorageSync
(
'openid'
)
//胖丁小程序openid,临时用,当公众号授权做好之后可以删除
let
pdToken
=
uni
.
getStorageSync
(
'token'
)
let
pdCreateUserId
=
uni
.
getStorageSync
(
'createUserId'
)
let
pdUserId
=
uni
.
getStorageSync
(
'userId'
)
let
ifyukuaiCode
=
option
.
ifyukuaiCode
||
''
//是否是渝快码跳入,渝快码跳入需要在H5端另外走流程
this
.
outUrl
=
'https://wx.pangdly.com/#/applyAfterSales?id='
+
orderId
+
'&pdOpenid='
+
pdOpenid
+
'&pdToken='
+
pdToken
+
'&pdCreateUserId='
+
pdCreateUserId
+
'&pdUserId='
+
pdUserId
+
'&ifyukuaiCode='
+
ifyukuaiCode
},
methods
:
{
}
}
</
script
>
<
style
>
pages/my/order/afterSale/applyAfterSale/applyAfterSale.vue
View file @
53604d34
This diff is collapsed.
Click to expand it.
pages/my/order/electronicTicket/electronicTicket.vue
View file @
53604d34
This diff is collapsed.
Click to expand it.
pages/my/order/orderList/orderList.vue
View file @
53604d34
...
...
@@ -606,6 +606,12 @@ export default {
})
}
})
.
catch
((
err
)
=>
{
setTimeout
(()
=>
{
this
.
getData
(
2
)
},
1000
)
})
}
},
operation
(
item
,
index
){
//操作 删除和取消订单
...
...
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