Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
bba05fb8
提交
bba05fb8
authored
12月 28, 2020
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
8d24e12f
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
11 行增加
和
5 行删除
+11
-5
home.vue
src/pages/my/account/home.vue
+9
-4
indexPay.vue
src/pages/my/welcome/indexPay.vue
+2
-1
没有找到文件。
src/pages/my/account/home.vue
浏览文件 @
bba05fb8
...
@@ -43,7 +43,9 @@ import 'driver.js/dist/driver.min.css'
...
@@ -43,7 +43,9 @@ import 'driver.js/dist/driver.min.css'
export
default
{
export
default
{
name
:
'AppHome'
,
name
:
'AppHome'
,
data
()
{
data
()
{
const
user
=
window
.
G
.
UserInfo
return
{
return
{
user
,
material
:
{},
material
:
{},
progress
:
{},
progress
:
{},
submissionStage
:
{
submissionStage
:
{
...
@@ -84,7 +86,7 @@ export default {
...
@@ -84,7 +86,7 @@ export default {
const
{
material
,
progress
}
=
data
const
{
material
,
progress
}
=
data
this
.
material
=
material
this
.
material
=
material
this
.
progress
=
progress
this
.
progress
=
progress
const
welcomeShowed
=
window
.
localStorage
.
getItem
(
'welcomeShowed'
)
===
'true'
const
welcomeShowed
=
window
.
localStorage
.
getItem
(
this
.
user
.
id
)
===
'true'
material
.
attachments
=
material
.
attachments
||
[]
material
.
attachments
=
material
.
attachments
||
[]
if
(
!
material
.
attachments
.
length
&&
!
welcomeShowed
)
{
if
(
!
material
.
attachments
.
length
&&
!
welcomeShowed
)
{
this
.
welcomeShow
=
true
this
.
welcomeShow
=
true
...
@@ -126,7 +128,7 @@ export default {
...
@@ -126,7 +128,7 @@ export default {
},
},
handleClose
()
{
handleClose
()
{
this
.
welcomeShow
=
false
this
.
welcomeShow
=
false
window
.
localStorage
.
setItem
(
'welcomeShowed'
,
true
)
window
.
localStorage
.
setItem
(
this
.
user
.
id
,
true
)
},
},
createDriver
()
{
createDriver
()
{
const
driver
=
new
Driver
({
const
driver
=
new
Driver
({
...
@@ -135,8 +137,8 @@ export default {
...
@@ -135,8 +137,8 @@ export default {
allowClose
:
false
,
allowClose
:
false
,
doneBtnText
:
'我知道了'
,
doneBtnText
:
'我知道了'
,
nextBtnText
:
'下一步'
,
nextBtnText
:
'下一步'
,
onReset
()
{
onReset
:
()
=>
{
window
.
localStorage
.
setItem
(
'welcomeShowed'
,
true
)
window
.
localStorage
.
setItem
(
this
.
user
.
id
,
true
)
}
}
})
})
...
@@ -326,4 +328,7 @@ div#driver-popover-item .driver-popover-footer button {
...
@@ -326,4 +328,7 @@ div#driver-popover-item .driver-popover-footer button {
div
#driver-popover-item
.driver-popover-footer
.driver-btn-group
{
div
#driver-popover-item
.driver-popover-footer
.driver-btn-group
{
float
:
none
;
float
:
none
;
}
}
.driver-highlighted-element
{
pointer-events
:
none
;
}
</
style
>
</
style
>
src/pages/my/welcome/indexPay.vue
浏览文件 @
bba05fb8
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
title=
"报名费缴费成功"
title=
"报名费缴费成功"
:visible
.
sync=
"dialogVisible"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:center=
"true"
:show-close=
"false"
:close-on-click-modal=
"false"
:close-on-click-modal=
"false"
width=
"348px"
width=
"348px"
>
>
...
@@ -109,7 +110,7 @@ export default {
...
@@ -109,7 +110,7 @@ export default {
},
},
// 填写个人资料
// 填写个人资料
toApplication
()
{
toApplication
()
{
this
.
$router
.
push
(
'/my/a
pplication?active=application_info
'
)
this
.
$router
.
push
(
'/my/a
ccount
'
)
},
},
handleUpdateOrder
(
order
)
{
handleUpdateOrder
(
order
)
{
this
.
order
=
order
this
.
order
=
order
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论