Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
S
shop-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
王天霸
shop-new
Commits
08ed9e81
提交
08ed9e81
authored
8月 10, 2023
作者:
王天霸
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
123
上级
77dad863
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
10 行增加
和
9 行删除
+10
-9
securityFund.vue
src/views/system/asset/securityFund.vue
+10
-9
没有找到文件。
src/views/system/asset/securityFund.vue
浏览文件 @
08ed9e81
...
@@ -10,12 +10,12 @@
...
@@ -10,12 +10,12 @@
保证金
保证金
</div>
</div>
<div
class=
"securityFund-content"
>
<div
class=
"securityFund-content"
>
<div
style=
"display: flex; align-items: center;"
v-if=
"isPay"
>
<div
style=
"display: flex; align-items: center;"
v-if=
"isPay
1
"
>
<span><i
class=
"el-icon-success"
style=
"color: #67c23a; font-size: 26px;"
></i></span>
<span><i
class=
"el-icon-success"
style=
"color: #67c23a; font-size: 26px;"
></i></span>
<span
style=
"margin: 0 20px 0 5px; font-size: 16px;"
>
已缴纳保证金
</span>
<span
style=
"margin: 0 20px 0 5px; font-size: 16px;"
>
已缴纳保证金
</span>
<span>
合约期内保证金不能提现,合作到期后双方如终止合作则退还保证金。
</span>
<span>
合约期内保证金不能提现,合作到期后双方如终止合作则退还保证金。
</span>
</div>
</div>
<div
style=
"display: flex; align-items: center;"
v-if=
"!isPay"
>
<div
style=
"display: flex; align-items: center;"
v-if=
"!isPay
1
"
>
<span><i
class=
"el-icon-error"
style=
"color: red; font-size: 26px;"
></i></span>
<span><i
class=
"el-icon-error"
style=
"color: red; font-size: 26px;"
></i></span>
<span
style=
"margin: 0 20px 0 5px; font-size: 16px;"
>
未缴纳保证金
</span>
<span
style=
"margin: 0 20px 0 5px; font-size: 16px;"
>
未缴纳保证金
</span>
<span>
根据您的商品所在类目,需缴纳【
{{
getFixed
(
cate_bond
-
bond
)
}}
元】保证金,您还未缴纳!保证金用于您的信用保障和消费者的权益保护,如果您有违约责任,平台将根据规定扣除您一定比例的保证金。
</span>
<span>
根据您的商品所在类目,需缴纳【
{{
getFixed
(
cate_bond
-
bond
)
}}
元】保证金,您还未缴纳!保证金用于您的信用保障和消费者的权益保护,如果您有违约责任,平台将根据规定扣除您一定比例的保证金。
</span>
...
@@ -327,6 +327,7 @@
...
@@ -327,6 +327,7 @@
cate_bond
:
0
,
// 初始应缴
cate_bond
:
0
,
// 初始应缴
payRadio
:
'1'
,
payRadio
:
'1'
,
isPay
:
true
,
// 是否需要缴纳保证金
isPay
:
true
,
// 是否需要缴纳保证金
isPay1
:
true
,
// 是否需要缴纳保证金
isSubmit
:
false
,
isSubmit
:
false
,
cancellationDialog
:
false
,
cancellationDialog
:
false
,
ruleDialog
:
false
,
ruleDialog
:
false
,
...
@@ -452,17 +453,17 @@
...
@@ -452,17 +453,17 @@
this
.
payForm
.
money
=
this
.
getFixed
(
this
.
cate_bond
-
this
.
bond
)
this
.
payForm
.
money
=
this
.
getFixed
(
this
.
cate_bond
-
this
.
bond
)
// 是否需要缴纳保证金 0关闭 1打开
// 是否需要缴纳保证金 0关闭 1打开
// if (res.data.is_take_bond == 1) {
if
(
res
.
data
.
is_take_bond
==
1
)
{
// this.isPay = true
// } else {
// this.isPay = false
// }
// 是否缴纳保证金 0未缴纳 大于0已缴纳
if
(
res
.
data
.
bond
>
0
)
{
this
.
isPay
=
true
this
.
isPay
=
true
}
else
{
}
else
{
this
.
isPay
=
false
this
.
isPay
=
false
}
}
// 是否缴纳保证金 0未缴纳 大于0已缴纳
if
(
res
.
data
.
bond
>
0
)
{
this
.
isPay1
=
true
}
else
{
this
.
isPay1
=
false
}
this
.
getAccountList
()
this
.
getAccountList
()
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论