Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-fi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-fi
Commits
bcb89b2a
提交
bcb89b2a
authored
11月 28, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
7a4755d3
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
21 行增加
和
11 行删除
+21
-11
ApplyForm.vue
src/components/layout/ApplyForm.vue
+8
-4
ContactDialog.vue
src/modules/shop/components/ContactDialog.vue
+11
-5
DetailBanner.vue
src/modules/shop/components/DetailBanner.vue
+2
-2
没有找到文件。
src/components/layout/ApplyForm.vue
浏览文件 @
bcb89b2a
...
@@ -93,12 +93,16 @@ export default {
...
@@ -93,12 +93,16 @@ export default {
},
},
handleSubmit
()
{
handleSubmit
()
{
const
params
=
{
...
this
.
ruleForm
}
const
params
=
{
...
this
.
ruleForm
}
api
.
postNes
(
params
).
then
((
response
)
=>
{
api
.
submit
(
params
).
then
((
response
)
=>
{
// this.$notify({ type: 'success', message: response.message })
// this.$notify({ type: 'success', message: response.message })
this
.
$dialog
.
alert
({
message
:
response
.
message
}).
then
(()
=>
{
// this.$dialog.alert({ message: response.message }).then(() => {
// this.$emit('success')
// })
this
.
$message
.
success
(
response
.
message
)
this
.
$emit
(
'success'
)
this
.
$emit
(
'success'
)
})
this
.
ruleForm
.
name
=
''
this
.
ruleForm
.
phone
=
''
this
.
phoneCode
=
''
})
})
},
},
// 校验短信验证码
// 校验短信验证码
...
...
src/modules/shop/components/ContactDialog.vue
浏览文件 @
bcb89b2a
...
@@ -45,20 +45,26 @@ const handleCancel = () => {
...
@@ -45,20 +45,26 @@ const handleCancel = () => {
.buy_alert
{
.buy_alert
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
flex-direction
:
column
;
justify-content
:
center
;
.alert_con
{
.alert_con
{
margin-left
:
10px
;
text-align
:
center
;
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
justify-content
:
center
;
margin-top
:
10px
;
.con_tit
{
.con_tit
{
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
34px
;
color
:
#333333
;
color
:
#333333
;
text-align
:
left
;
}
}
.con_desc
{
.con_desc
{
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
34px
;
color
:
#666666
;
color
:
#666666
;
margin-top
:
20px
;
}
}
}
}
}
}
...
@@ -66,7 +72,7 @@ const handleCancel = () => {
...
@@ -66,7 +72,7 @@ const handleCancel = () => {
width
:
315px
;
width
:
315px
;
box-shadow
:
0px
0px
16px
rgba
(
0
,
0
,
0
,
0
.16
);
box-shadow
:
0px
0px
16px
rgba
(
0
,
0
,
0
,
0
.16
);
border-radius
:
10px
;
border-radius
:
10px
;
margin-left
:
50%
;
//
margin-left: 50%;
.el-dialog__header
{
.el-dialog__header
{
padding-bottom
:
0
;
padding-bottom
:
0
;
...
...
src/modules/shop/components/DetailBanner.vue
浏览文件 @
bcb89b2a
...
@@ -87,8 +87,8 @@ const onExecCommand = (val: any) => {
...
@@ -87,8 +87,8 @@ const onExecCommand = (val: any) => {
}
}
const handleCancel = () => {
const handleCancel = () => {
isShowShare.value = '1'
show.value = false
show.value = false
isShowShare.value = '1'
}
}
// 复制链接控制显示
// 复制链接控制显示
const handleCopyLink = () => {
const handleCopyLink = () => {
...
@@ -188,7 +188,7 @@ const handleCopyLink = () => {
...
@@ -188,7 +188,7 @@ const handleCopyLink = () => {
<van-action-sheet
<van-action-sheet
v-model:show=
"show"
v-model:show=
"show"
:title=
"shareTit"
:title=
"shareTit"
@
c
ancel
=
"handleCancel"
@
c
lose
=
"handleCancel"
@
click-overlay=
"handleCancel"
@
click-overlay=
"handleCancel"
>
>
<div
class=
"content"
v-if=
"isShowShare === '1'"
>
<div
class=
"content"
v-if=
"isShowShare === '1'"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论