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
6a8f1949
Commit
6a8f1949
authored
Aug 15, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug处理
parent
246c7955
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
center.vue
pages/my/center/center.vue
+3
-3
orderPayment.vue
pages/payment/orderPayment/orderPayment.vue
+1
-1
No files found.
pages/my/center/center.vue
View file @
6a8f1949
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
待使用
待使用
</view>
</view>
</view>
</view>
<view
class=
"middle2-list"
@
click=
"goOrderlist(
3
)"
>
<view
class=
"middle2-list"
@
click=
"goOrderlist(
5
)"
>
<view>
<view>
<image
src=
"@/static/img/my/center/evaluate.png"
></image>
<image
src=
"@/static/img/my/center/evaluate.png"
></image>
</view>
</view>
...
@@ -126,14 +126,14 @@
...
@@ -126,14 +126,14 @@
通行码
通行码
</view>
</view>
</view>
</view>
<view
class=
"middle3-list"
@
click=
"goMyPhoto()"
>
<
!--
<
view
class=
"middle3-list"
@
click=
"goMyPhoto()"
>
<view>
<view>
<image
src=
"@/static/img/my/center/album.png"
></image>
<image
src=
"@/static/img/my/center/album.png"
></image>
</view>
</view>
<view>
<view>
我的影集
我的影集
</view>
</view>
</view>
</view>
-->
<view
class=
"middle3-list"
@
click=
"goshopping()"
>
<view
class=
"middle3-list"
@
click=
"goshopping()"
>
<view>
<view>
<image
src=
"@/static/img/my/center/shopping.png"
></image>
<image
src=
"@/static/img/my/center/shopping.png"
></image>
...
...
pages/payment/orderPayment/orderPayment.vue
View file @
6a8f1949
...
@@ -160,7 +160,7 @@ export default {
...
@@ -160,7 +160,7 @@ export default {
}
}
this
.
$request
(
'orderc/order/findOrderInfo'
,
data
).
then
(
res
=>
{
this
.
$request
(
'orderc/order/findOrderInfo'
,
data
).
then
(
res
=>
{
if
(
res
.
code
==
'00'
)
{
if
(
res
.
code
==
'00'
)
{
if
(
this
.
albumOrderdetail
=
1
){
if
(
this
.
albumOrderdetail
=
=
1
){
//主要跳转影集订单详情,暂时是前端写死
//主要跳转影集订单详情,暂时是前端写死
this
.
afterBuyUrl
=
'/pages/album/albumOrderdetail/albumOrderdetail'
this
.
afterBuyUrl
=
'/pages/album/albumOrderdetail/albumOrderdetail'
}
else
{
}
else
{
...
...
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