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
0cf6b12c
Commit
0cf6b12c
authored
Apr 28, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退票须知bug处理
parent
5f76ef21
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
buyKnow.vue
components/buyKnow.vue
+14
-14
No files found.
components/buyKnow.vue
View file @
0cf6b12c
...
...
@@ -41,43 +41,43 @@
<text
v-if=
"buyKnowData.backChangeRule == 1"
>
有条件退
</text>
<text
v-if=
"buyKnowData.backChangeRule == 2"
>
随时可退
</text>
</view>
<view
class=
"middle-content"
v-if=
"buyKnowData.
backChangeRule
== 1"
>
<view
class=
"middle-content"
v-if=
"buyKnowData.
productRefundRuleVo&&buyKnowData.productRefundRuleVo.refundType
== 1"
>
<uni-table
border
>
<uni-tr>
<uni-th
align=
"center"
>
取消时间(当地时间)
</uni-th>
<uni-th
align=
"center"
>
损失费用
</uni-th>
</uni-tr>
<uni-tr>
<uni-tr
v-for=
"(item,index) in buyKnowData.productRefundRuleVo.refundRuleList"
:key=
"index"
>
<uni-td
align=
"center"
>
<!-- 使用时期前 -->
<text
v-if=
"buyKnowData.productRefundRuleVo.refundTimeRule==1"
>
<text
v-if=
"
buyKnowData.productRefundRuleVo.refundRuleList[0]
.refundDay==0"
>
使用日期当天
{{
buyKnowData
.
productRefundRuleVo
.
refundRuleList
[
0
]
.
refundTime
}}
之前可退
<text
v-if=
"
item
.refundDay==0"
>
使用日期当天
{{
item
.
refundTime
}}
之前可退
</text>
<text
v-else
>
使用日期前
{{
buyKnowData
.
productRefundRuleVo
.
refundRuleList
[
0
].
refundDay
}}
天
{{
buyKnowData
.
productRefundRuleVo
.
refundRuleList
[
0
]
.
refundTime
}}
之前可退
使用日期前
{{
item
.
refundDay
}}
天
{{
item
.
refundTime
}}
之前可退
</text>
</text>
<!-- 过期后 -->
<text
v-if=
"buyKnowData.productRefundRuleVo.refundTimeRule==2"
>
<text
v-if=
"
buyKnowData.productRefundRuleVo.refundRuleList[0]
.refundDay==0"
>
过期当天
{{
buyKnowData
.
productRefundRuleVo
.
refundRuleList
[
0
]
.
refundTime
}}
之前可退
<text
v-if=
"
item
.refundDay==0"
>
过期当天
{{
item
.
refundTime
}}
之前可退
</text>
<text
v-else
>
过期后
{{
buyKnowData
.
productRefundRuleVo
.
refundRuleList
[
0
].
refundDay
}}
天
{{
buyKnowData
.
productRefundRuleVo
.
refundRuleList
[
0
]
.
refundTime
}}
之前可退
过期后
{{
item
.
refundDay
}}
天
{{
item
.
refundTime
}}
之前可退
</text>
</text>
</uni-td>
<uni-td
align=
"center"
>
<!-- 无手续费 -->
<text
v-if=
"
buyKnowData.productRefundRuleVo.refundRuleList[0]
.isOrderFee==0"
>
0
</text>
<text
v-if=
"
item
.isOrderFee==0"
>
0
</text>
<!-- 需要手续费 -->
<text
v-if=
"
buyKnowData.productRefundRuleVo.refundRuleList[0]
.isOrderFee==1"
>
<text
v-if=
"
buyKnowData.productRefundRuleVo.refundRuleList[0]
.refundPoundageType==0"
>
按订单
buyKnowData.productRefundRuleVo.refundRuleList[0].refundPoundage
<text
v-if=
"
item
.isOrderFee==1"
>
<text
v-if=
"
item
.refundPoundageType==0"
>
按订单
{{
item
.
refundPoundage
}}
元/笔
</text>
<text
v-if=
"
buyKnowData.productRefundRuleVo.refundRuleList[0]
.refundPoundageType==1"
>
按数量
buyKnowData.productRefundRuleVo.refundRuleList[0].refundPoundage
<text
v-if=
"
item
.refundPoundageType==1"
>
按数量
{{
item
.
refundPoundage
}}
元/张
</text>
</text>
</uni-td>
...
...
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