Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-training-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-training-new
Commits
eea3a471
提交
eea3a471
authored
5月 07, 2022
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
88efe0e5
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
83 行增加
和
7 行删除
+83
-7
SmsStepTwo.vue
src/modules/market-tools/components/mobileSms/SmsStepTwo.vue
+1
-1
ChatStepFour.vue
src/modules/market-tools/components/weChat/ChatStepFour.vue
+35
-2
ChatStepThree.vue
src/modules/market-tools/components/weChat/ChatStepThree.vue
+46
-3
WeChat.vue
src/modules/market-tools/views/WeChat.vue
+1
-1
没有找到文件。
src/modules/market-tools/components/mobileSms/SmsStepTwo.vue
浏览文件 @
eea3a471
...
...
@@ -286,7 +286,7 @@ export default {
},
// 进去下一步之前的判断
handleStepTwo
()
{
if
(
this
.
data
.
index
===
0
&&
(
this
.
data
.
triggerDate
===
''
||
this
.
data
.
trigger
Time
===
''
))
{
if
(
this
.
data
.
index
===
0
&&
(
this
.
data
.
triggerDate
===
''
||
this
.
data
.
trigger
Date
===
null
||
this
.
data
.
triggerTime
===
''
||
this
.
data
.
triggerTime
===
null
))
{
this
.
$message
.
warning
(
'请完善改步骤后才能进入下一步'
)
return
false
}
else
if
(
...
...
src/modules/market-tools/components/weChat/ChatStepFour.vue
浏览文件 @
eea3a471
...
...
@@ -33,7 +33,7 @@
<div
class=
"card"
>
<div
class=
"title"
>
展示内容
</div>
<div
class=
"right-box"
>
<div
class=
"card-msg"
>
<div
class=
"card-msg"
v-if=
"data.stepTwo.index == 0"
>
<div
class=
"top"
>
<div
class=
"title"
>
用户登录提醒
</div>
<div
class=
"phone-content"
>
...
...
@@ -42,7 +42,7 @@
</div>
<div
class=
"phone-content"
>
<div
class=
"lable"
>
内容:
</div>
<div
class=
"value"
>
{{
data
.
stepThree
.
content
}}
</div>
<div
class=
"value"
>
{{
data
.
stepThree
.
content
}}
</div>
</div>
</div>
<div
class=
"btn"
>
...
...
@@ -50,6 +50,14 @@
<div
class=
"el-icon-arrow-right"
></div>
</div>
</div>
<div
class=
"card-money"
v-else
>
<img
src=
"https://webapp-pub.ezijing.com/x-training-new/wx-fk.png"
>
<div
class=
"bz"
>
<div
class=
"label"
>
备注:
</div>
<div
class=
"con-txt"
>
{{
data
.
stepThree
.
content
}}
</div>
<div
class=
"el-icon-arrow-right"
></div>
</div>
</div>
</div>
</div>
</div>
...
...
@@ -148,6 +156,31 @@ export default {
background
:
url(https://webapp-pub.ezijing.com/x-training-new/phone-wxgzh.png)
;
background-size
:
100%
100%
;
position
:
relative
;
.card-money
{
background
:
#fff
;
width
:
188px
;
position
:
absolute
;
top
:
70px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
padding-top
:
8px
;
.bz
{
padding
:
8px
10px
;
border-top
:
1px
solid
#ccc
;
display
:
flex
;
align-items
:
center
;
.label
{
font-size
:
12px
;
color
:
#333333
;
}
.con-txt
{
font-size
:
12px
;
color
:
#333333
;
width
:
100px
;
margin-right
:
15px
;
}
}
}
.card-msg
{
position
:
absolute
;
top
:
70px
;
...
...
src/modules/market-tools/components/weChat/ChatStepThree.vue
浏览文件 @
eea3a471
<
template
>
<div
class=
"sms-three-box"
>
<div
class=
"content-left"
>
<div
class=
"card-textarea"
>
<div
class=
"card-textarea"
v-if=
"twoData.index == 0"
>
<div
class=
"title"
>
推送标题
</div>
<textarea
:maxlength=
"10"
v-model=
"data.title"
placeholder=
"请输入"
></textarea>
</div>
...
...
@@ -12,7 +12,7 @@
</div>
<div
class=
"content-right"
>
<div
class=
"right-box"
>
<div
class=
"card-msg"
>
<div
class=
"card-msg"
v-if=
"twoData.index == 0"
>
<div
class=
"top"
>
<div
class=
"title"
>
用户登录提醒
</div>
<div
class=
"content"
>
...
...
@@ -29,6 +29,14 @@
<div
class=
"el-icon-arrow-right"
></div>
</div>
</div>
<div
class=
"card-money"
v-else
>
<img
src=
"https://webapp-pub.ezijing.com/x-training-new/wx-fk.png"
>
<div
class=
"bz"
>
<div
class=
"label"
>
备注:
</div>
<div
class=
"con-txt"
>
{{
data
.
content
}}
</div>
<div
class=
"el-icon-arrow-right"
></div>
</div>
</div>
</div>
</div>
</div>
...
...
@@ -39,17 +47,27 @@ export default {
props
:
{
data
:
{
type
:
Object
},
twoData
:
{
type
:
Object
}
},
mounted
()
{
console
.
log
(
this
.
data
,
'
23'
)
console
.
log
(
this
.
twoData
,
'1
23'
)
},
methods
:
{
handleStepThree
()
{
if
(
!
parseInt
(
this
.
twoData
.
index
))
{
if
(
this
.
data
.
title
===
''
||
this
.
data
.
content
===
''
)
{
this
.
$message
.
warning
(
'请完善改步骤后才能进入下一步'
)
return
false
}
}
else
{
if
(
this
.
data
.
content
===
''
)
{
this
.
$message
.
warning
(
'请完善改步骤后才能进入下一步'
)
return
false
}
}
return
true
}
}
...
...
@@ -102,6 +120,31 @@ export default {
background
:
url(https://webapp-pub.ezijing.com/x-training-new/phone-wxgzh.png)
;
background-size
:
100%
100%
;
position
:
relative
;
.card-money
{
background
:
#fff
;
width
:
188px
;
position
:
absolute
;
top
:
70px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
padding-top
:
8px
;
.bz
{
padding
:
8px
10px
;
border-top
:
1px
solid
#ccc
;
display
:
flex
;
align-items
:
center
;
.label
{
font-size
:
12px
;
color
:
#333333
;
}
.con-txt
{
font-size
:
12px
;
color
:
#333333
;
width
:
100px
;
margin-right
:
15px
;
}
}
}
.card-msg
{
position
:
absolute
;
top
:
70px
;
...
...
src/modules/market-tools/views/WeChat.vue
浏览文件 @
eea3a471
...
...
@@ -5,7 +5,7 @@
<div
style=
"flex: 1"
>
<ChatStepOne
v-if=
"activeStep === 0"
class=
"pt-50"
:data=
"form.stepOne"
ref=
"ChatStepOne"
/>
<ChatStepTwo
v-if=
"activeStep === 1"
class=
"pt-50"
:data=
"form.stepTwo"
/>
<ChatStepThree
v-if=
"activeStep === 2"
:data=
"form.stepThree"
ref=
"ChatStepThree"
/>
<ChatStepThree
:twoData=
"form.stepTwo"
v-if=
"activeStep === 2"
:data=
"form.stepThree"
ref=
"ChatStepThree"
/>
<ChatStepFour
:data=
"form"
class=
"step-four"
v-if=
"activeStep === 3"
/>
<div
class=
"main_content_btn"
v-if=
"this.$route.query.view != 1"
>
<div
class=
"step_prev step_btn"
@
click=
"handlePrev"
v-if=
"activeStep > 0"
>
上一步
</div>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论