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
2372a811
Commit
2372a811
authored
Aug 15, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.tbd.yanzuoguang.com/panyongping/uni-pdtravel
into develop
parents
65b0bf30
2f2318c5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
103 additions
and
10 deletions
+103
-10
pages.json
pages.json
+19
-1
center.vue
pages/my/center/center.vue
+22
-9
afterSaleList.vue
pages/my/order/afterSale/afterSaleList/afterSaleList.vue
+31
-0
applyAfterSale.vue
pages/my/order/afterSale/applyAfterSale/applyAfterSale.vue
+0
-0
myTravelogue.vue
pages/my/travelNotes/myTravelogue/myTravelogue.vue
+31
-0
No files found.
pages.json
View file @
2372a811
...
...
@@ -142,7 +142,7 @@
}
},
{
"path"
:
"pages/my/order/a
pplyAfterSales/applyAfterSales
"
,
"path"
:
"pages/my/order/a
fterSale/applyAfterSale/applyAfterSale
"
,
"style"
:
{
"navigationBarTitleText"
:
"售后"
,
"enablePullDownRefresh"
:
false
...
...
@@ -287,6 +287,24 @@
}
}
,{
"path"
:
"pages/my/travelNotes/myTravelogue/myTravelogue"
,
"style"
:
{
"navigationBarTitleText"
:
"我的行记"
,
"enablePullDownRefresh"
:
false
}
}
,{
"path"
:
"pages/my/order/afterSale/afterSaleList/afterSaleList"
,
"style"
:
{
"navigationBarTitleText"
:
"售后列表"
,
"enablePullDownRefresh"
:
false
}
}
],
//分包加载配置,此配置为小程序的分包加载机制。
"subPackages"
:
[
...
...
pages/my/center/center.vue
View file @
2372a811
...
...
@@ -47,8 +47,8 @@
</view>
</view>
<view
class=
"middle2"
@
click=
"goOrderlist()"
>
<view
class=
"middle2-top"
>
<view
class=
"middle2"
>
<view
class=
"middle2-top"
@
click=
"goOrderlist()"
>
<view>
我的订单
</view>
...
...
@@ -60,7 +60,7 @@
</view>
<view
class=
"middle2-bottom"
>
<view
class=
"middle2-list"
>
<view
class=
"middle2-list"
@
click=
"goOrderlist(0)"
>
<view>
<image
src=
"@/static/img/my/center/pay.png"
></image>
</view>
...
...
@@ -69,7 +69,7 @@
</view>
</view>
<view
class=
"middle2-list"
>
<view
class=
"middle2-list"
@
click=
"goOrderlist(2)"
>
<view>
<image
src=
"@/static/img/my/center/play.png"
></image>
</view>
...
...
@@ -77,7 +77,7 @@
待使用
</view>
</view>
<view
class=
"middle2-list"
>
<view
class=
"middle2-list"
@
click=
"goOrderlist(3)"
>
<view>
<image
src=
"@/static/img/my/center/evaluate.png"
></image>
</view>
...
...
@@ -85,7 +85,7 @@
评价
</view>
</view>
<view
class=
"middle2-list"
>
<view
class=
"middle2-list"
@
click=
"goAfterSaleList()"
>
<view>
<image
src=
"@/static/img/my/center/refund.png"
></image>
</view>
...
...
@@ -150,7 +150,7 @@
行程单
</view>
</view>
<view
class=
"middle3-list"
>
<view
class=
"middle3-list"
@
click=
"goTravelNotes()"
>
<view>
<image
src=
"@/static/img/my/center/mark.png"
></image>
</view>
...
...
@@ -173,9 +173,9 @@ export default {
},
methods
:
{
//---跳转到订单列表
goOrderlist
(){
goOrderlist
(
orderStatus
){
uni
.
navigateTo
({
url
:
'/pages/my/order/orderList/orderList
'
url
:
'/pages/my/order/orderList/orderList
?orderStatus='
+
orderStatus
})
},
//---跳转购物车
...
...
@@ -220,6 +220,19 @@ export default {
url
:
'/pages/my/travelList/travelList/travelList'
})
},
//---跳转我的行记
goTravelNotes
(){
uni
.
navigateTo
({
url
:
'/pages/my/travelNotes/myTravelogue/myTravelogue'
})
},
//---跳转售后列表
goAfterSaleList
(){
uni
.
navigateTo
({
url
:
'/pages/my/order/afterSale/afterSaleList/afterSaleList'
})
},
}
}
</
script
>
...
...
pages/my/order/afterSale/afterSaleList/afterSaleList.vue
0 → 100644
View file @
2372a811
<
template
>
<view>
<web-view
:src=
"outUrl"
></web-view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
outUrl
:
''
,
//跳出地址
}
},
onLoad
(
option
)
{
let
companyId
=
this
.
$commonjs
.
getCompanyId
(
option
)
let
pdOpenid
=
uni
.
getStorageSync
(
'openid'
)
||
''
//胖丁小程序openid,临时用,当公众号授权做好之后可以删除
let
pdToken
=
uni
.
getStorageSync
(
'token'
)
||
''
let
pdCreateUserId
=
uni
.
getStorageSync
(
'createUserId'
)
||
''
let
pdUserId
=
uni
.
getStorageSync
(
'userId'
)
||
''
let
baseUrl
=
'https://wx.pangdly.com/#/afterSalesList?companyId='
this
.
outUrl
=
baseUrl
+
companyId
+
'&pdOpenid='
+
pdOpenid
+
'&pdToken='
+
pdToken
+
'&pdCreateUserId='
+
pdCreateUserId
+
'&pdUserId='
+
pdUserId
},
methods
:
{
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
pages/my/order/a
pplyAfterSales/applyAfterSales
.vue
→
pages/my/order/a
fterSale/applyAfterSale/applyAfterSale
.vue
View file @
2372a811
File moved
pages/my/travelNotes/myTravelogue/myTravelogue.vue
0 → 100644
View file @
2372a811
<
template
>
<view>
<web-view
:src=
"outUrl"
></web-view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
outUrl
:
''
,
//跳出地址
}
},
onLoad
(
option
)
{
let
companyId
=
this
.
$commonjs
.
getCompanyId
(
option
)
let
pdOpenid
=
uni
.
getStorageSync
(
'openid'
)
||
''
//胖丁小程序openid,临时用,当公众号授权做好之后可以删除
let
pdToken
=
uni
.
getStorageSync
(
'token'
)
||
''
let
pdCreateUserId
=
uni
.
getStorageSync
(
'createUserId'
)
||
''
let
pdUserId
=
uni
.
getStorageSync
(
'userId'
)
||
''
let
baseUrl
=
'https://wx.pangdly.com/#/myCenter?companyId='
this
.
outUrl
=
baseUrl
+
companyId
+
'&pdOpenid='
+
pdOpenid
+
'&pdToken='
+
pdToken
+
'&pdCreateUserId='
+
pdCreateUserId
+
'&pdUserId='
+
pdUserId
},
methods
:
{
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
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