Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
8d44b04a
Commit
8d44b04a
authored
Nov 02, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
55ed0b7d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
40 deletions
+53
-40
signSuccse.vue
pages/kotra/signSuccse.vue
+53
-40
No files found.
pages/kotra/signSuccse.vue
View file @
8d44b04a
<
style
>
.signSuccse
{
.signSuccse
{
width
:
100%
;
height
:
100vh
;
overflow-y
:
auto
;
...
...
@@ -8,14 +8,16 @@
align-items
:
center
;
}
.signSuccse
.text
{
.signSuccse
.text
{
font-size
:
15px
;
font-family
:
PingFang
SC
;
color
:
#111111
;
line-height
:
21px
;
}
.signSuccse
.btn
{
.signSuccse
.btn
{
width
:
420
rpx
;
height
:
44px
;
border-radius
:
10px
;
...
...
@@ -28,7 +30,8 @@
color
:
#FFFFFF
;
}
.popup_box
{
.popup_box
{
width
:
100%
;
background
:
#FFF
;
display
:
flex
;
...
...
@@ -37,16 +40,24 @@
border-radius
:
10px
;
background-image
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/signSuccsetc.png')
;
background-size
:
cover
;
background-size
:
cover
;
position
:
relative
;
height
:
622
rpx
;
}
.font-box
{
.font-box
{
width
:
70%
;
/* margin: auto; */
text-align
:
center
;
}
.txte-red
{
.font-box2
{
width
:
70%
;
/* margin: auto; */
}
.txte-red
{
font-weight
:
bolder
;
color
:
red
!important
;
}
...
...
@@ -59,13 +70,16 @@
<view
class=
"text"
style=
"margin-top: 23px;"
>
审核通过后(大会开始前3日)
</view>
<view
class=
"text"
>
参会入场短信将发送至您的手机
</view>
<view
class=
"text"
>
请留意查收!
</view>
<view
class=
"text"
>
原则上重点地区来(返)蓉人员需完成管控措施后可参加会议活动;
</view>
<view
class=
"text txte-red"
>
其它来(返)蓉人员持来(返)蓉前3天内2次核酸阴性证明,且完成抵蓉后第1次核酸检测后,持24小时内核酸阴性证明入场;
市内参加会议活动人员需持24小时内核酸阴性证明入场。
</view>
</view>
<view
class=
"font-box2"
>
<view
class=
"text"
style=
"text-indent: 2em;"
>
原则上重点地区来(返)蓉人员需完成管控措施后可参加会议活动;
</view>
<view
class=
"text txte-red"
style=
"text-indent: 2em;"
>
其它来(返)蓉人员持来(返)蓉前3天内2次核酸阴性证明,且完成抵蓉后第1次核酸检测后,持24小时内核酸阴性证明入场;
市内参加会议活动人员需持24小时内核酸阴性证明入场。
</view>
<view
class=
"text txte-red"
style=
"text-indent: 2em;"
>
市内参加会议活动人员需持24小时内核酸阴性证明入场。
</view>
</view>
<view
class=
"font-box"
>
<view
class=
"text"
>
感谢您的支持
</view>
</view>
<view
class=
"btn"
@
click=
"golist"
:style=
"
{'background-color':mainColor}">好的
</view>
<u-popup
v-model=
"rzshow"
mode=
"center"
length=
"80%"
:closeable=
"true"
>
<view
class=
"popup_box"
>
...
...
@@ -80,45 +94,45 @@
<
script
>
export
default
{
data
(){
return
{
mainColor
:
''
,
companyStatus
:
0
,
rzshow
:
false
,
data
()
{
return
{
mainColor
:
''
,
companyStatus
:
0
,
rzshow
:
false
,
}
},
created
()
{
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
},
mounted
()
{
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
getComponyStatus
()
},
2000
)
},
2000
)
},
methods
:{
methods
:
{
// 获取公司认证信息
getComponyStatus
(){
getComponyStatus
()
{
let
that
=
this
let
parms
=
{
url
:
"/api/AppletTrade/GetCommpanyStatus"
,
}
this
.
request2
(
parms
,
(
res
)
=>
{
if
(
res
.
resultCode
==
1
&&
res
.
data
!=
null
)
{
if
(
res
.
resultCode
==
1
&&
res
.
data
!=
null
)
{
// 获取公司名字和认证状态
that
.
companyStatus
=
res
.
data
.
CompanyStatus
if
(
that
.
companyStatus
!=
5
)
{
this
.
rzshow
=
true
that
.
companyStatus
=
res
.
data
.
CompanyStatus
if
(
that
.
companyStatus
!=
5
)
{
this
.
rzshow
=
true
}
}
})
},
queren
()
{
//去认证
queren
()
{
//去认证
uni
.
reLaunch
({
url
:
"/pages/kotra/identification"
,
});
},
golist
()
{
//报名列表
golist
()
{
//报名列表
uni
.
reLaunch
({
url
:
"/pages/kotra/activityList"
});
...
...
@@ -127,4 +141,3 @@
}
}
</
script
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment