Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
839cd538
Commit
839cd538
authored
Jan 16, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
43129ff2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+5
-6
No files found.
pages/jiuzhai/jz_MyOrder.vue
View file @
839cd538
...
...
@@ -113,6 +113,7 @@
<view
class=
"jz_XiaDan"
>
<view>
下单时间:
{{
item
.
createDate
}}
</view>
<view
style=
"margin-top: 22rpx"
>
订单总额:¥
{{
item
.
preferPrice
}}
,
<text
v-if=
"item.discountMoney&&item.discountMoney>0"
style=
"margin-left: 15px;"
>
优惠金额:¥
<text
style=
"color:indianred"
>
{{
item
.
discountMoney
}}
</text></text>
<text
style=
"margin-left: 15px;"
>
已付款金额:¥
<text
style=
"color:indianred"
>
{{
item
.
customerPayMoney
?
item
.
customerPayMoney
:
0
}}
</text></text>
</view>
</view>
...
...
@@ -126,9 +127,9 @@
<view
class=
"jz_Zailai"
style=
"margin-right: 10rpx"
@
click
.
stop=
"gojz_List"
>
再来一单
</view>
<!-- #ifdef MP-WEIXIN -->
<button
v-if=
"item.orderState == 2"
class=
"jz_Zailai"
@
click
.
stop=
"goZhifu(item)"
style=
"width: 110rpx; margin-right: 10rpx; margin-left: 0rpx"
>
<
!--
<
button
v-if=
"item.orderState == 2"
class=
"jz_Zailai"
@
click
.
stop=
"goZhifu(item)"
style=
"width: 110rpx; margin-right: 10rpx; margin-left: 0rpx"
>
付款
</button>
</button>
-->
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<view
v-if=
"item.orderState == 2"
class=
"jz_Zailai"
style=
"width: 110rpx; margin-right: 10rpx"
@
click
.
stop=
"goZhifuAli(item)"
>
付款
</view>
...
...
@@ -210,11 +211,9 @@
this
.
userInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
this
.
b2b_user_info
=
uni
.
getStorageSync
(
'b2b_user'
);
if
(
!
this
.
b2b_user_info
||
!
this
.
b2b_user_info
.
token
)
{
//HK 2023-11-10 修改
this
.
showAuth
=
true
;
// uni.redirectTo({
// url: '/pages/jiuzhai/login'
// })
}
else
{
this
.
getOrderInfo
();
}
...
...
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