Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
S
shop-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
王天霸
shop-new
Commits
ceb673ff
提交
ceb673ff
authored
11月 16, 2021
作者:
郑伟娜
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改短信验证码接口
上级
fedb26d8
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
16 行增加
和
6 行删除
+16
-6
securityFund.js
src/api/securityFund.js
+10
-0
securityFund.vue
src/views/system/asset/securityFund.vue
+6
-6
没有找到文件。
src/api/securityFund.js
浏览文件 @
ceb673ff
...
@@ -71,3 +71,13 @@ export const applyDetail = (params) => {
...
@@ -71,3 +71,13 @@ export const applyDetail = (params) => {
})
})
}
}
// 发送验证码
export
const
sendMobile
=
(
params
)
=>
{
return
request
({
url
:
'/local/seller/sendMobile'
,
method
:
'get'
,
params
})
}
src/views/system/asset/securityFund.vue
浏览文件 @
ceb673ff
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div
style=
"display: flex; align-items: center;"
v-if=
"!isPay"
>
<div
style=
"display: flex; align-items: center;"
v-if=
"!isPay"
>
<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;"
>
未缴纳保证金
</span>
<span
style=
"margin: 0 20px 0 5px;"
>
未缴纳保证金
</span>
<span>
根据您的商品所在类目,需缴纳【
5000.00
元】保证金,您还未缴纳!保证金用于您的信用保障和消费者的权益保护,如果您有违约责任,平台将根据规定扣除您一定比例的保证金。
</span>
<span>
根据您的商品所在类目,需缴纳【
{{
getFixed
(
cate_bond
-
bond
)
}}
元】保证金,您还未缴纳!保证金用于您的信用保障和消费者的权益保护,如果您有违约责任,平台将根据规定扣除您一定比例的保证金。
</span>
</div>
</div>
<div
style=
"display: flex; justify-content: space-between; margin-top: 50px;"
>
<div
style=
"display: flex; justify-content: space-between; margin-top: 50px;"
>
<div
style=
"width: 33%; text-align: center; border-right: 2px solid #E8E7E7;"
>
<div
style=
"width: 33%; text-align: center; border-right: 2px solid #E8E7E7;"
>
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
</div>
</div>
<div
style=
"text-align: center; margin-top: 50px; width: 100%;"
>
<div
style=
"text-align: center; margin-top: 50px; width: 100%;"
>
<el-button
type=
"primary"
size=
"mini"
style=
"width: 80px;"
@
click=
"payDialog = true"
:disabled=
"isPay || !isShowPay"
>
充值
</el-button>
<el-button
type=
"primary"
size=
"mini"
style=
"width: 80px;"
@
click=
"payDialog = true"
:disabled=
"isPay || !isShowPay"
>
充值
</el-button>
<el-button
size=
"mini"
style=
"width: 80px;"
@
click=
"cancellationDialog = true"
:disabled=
"bond
=
= 0"
>
申请退保
</el-button>
<el-button
size=
"mini"
style=
"width: 80px;"
@
click=
"cancellationDialog = true"
:disabled=
"bond
<
=
0
"
>
申请退保
</el-button>
</div>
</div>
</div>
</div>
<div
class=
"flowList"
>
<div
class=
"flowList"
>
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
>
>
<div>
<div>
<div
class=
"header"
style=
"text-align: center; font-size: 12px; line-height: 20px;"
>
<div
class=
"header"
style=
"text-align: center; font-size: 12px; line-height: 20px;"
>
根据您的商品所在类目,需缴纳
5000.00
元保证金,【不支持个人转账】
根据您的商品所在类目,需缴纳
{{ getFixed(cate_bond - bond) }}
元保证金,【不支持个人转账】
</div>
</div>
<el-form
ref=
"payForm"
:model=
"payForm"
label-width=
"110px"
style=
"margin-top: 20px;"
>
<el-form
ref=
"payForm"
:model=
"payForm"
label-width=
"110px"
style=
"margin-top: 20px;"
>
<el-form-item
label=
"应缴纳额度:"
>
<el-form-item
label=
"应缴纳额度:"
>
...
@@ -315,8 +315,8 @@
...
@@ -315,8 +315,8 @@
<
script
>
<
script
>
import
{
UploadImg
}
from
'@/api/module/goods'
import
{
UploadImg
}
from
'@/api/module/goods'
import
{
shopInfo
,
bondDetail
,
addBond
,
bondByCate
,
accountList
,
bondApply
,
payDetails
,
applyDetail
}
from
'@/api/securityFund'
;
import
{
shopInfo
,
bondDetail
,
addBond
,
bondByCate
,
accountList
,
bondApply
,
payDetails
,
applyDetail
,
sendMobile
}
from
'@/api/securityFund'
;
import
{
getTelphoneCode
}
from
'@/api/module/settings'
//
import { getTelphoneCode } from '@/api/module/settings'
import
{
dateFormat
}
from
'@/utils'
import
{
dateFormat
}
from
'@/utils'
export
default
{
export
default
{
...
@@ -567,7 +567,7 @@
...
@@ -567,7 +567,7 @@
}
}
// 获取验证码
// 获取验证码
getTelphoneCode
(
this
.
emergency_tel
).
then
(
res
=>
{
sendMobile
(
).
then
(
res
=>
{
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
this
.
$message
({
type
:
"success"
,
message
:
'验证码发送成功'
})
this
.
$message
({
type
:
"success"
,
message
:
'验证码发送成功'
})
}
else
{
}
else
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论