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
f50aa53a
Commit
f50aa53a
authored
Nov 02, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
ebd9aa43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
13 deletions
+29
-13
activeSignUp.vue
pages/kotra/activeSignUp.vue
+6
-5
signSuccse.vue
pages/kotra/signSuccse.vue
+23
-8
No files found.
pages/kotra/activeSignUp.vue
View file @
f50aa53a
...
...
@@ -102,7 +102,7 @@
width
:
40vw
;
height
:
80
rpx
;
border-radius
:
20
rpx
;
background-color
:
#F70027
;
/* background-color: yellow; */
color
:
#fff
;
text-align
:
center
;
line-height
:
80
rpx
;
...
...
@@ -314,16 +314,17 @@
</view>
<
template
v-if=
"signMsg.FirstShopLinkManList.length==0"
>
<view>
<view
class=
"ac_upBtn"
style=
"width:300rpx;margin:auto;"
@
click=
"addPerson()"
>
提交联系人信息
</view>
<view
class=
"ac_upBtn"
style=
"width:300rpx;margin:auto;"
:style=
"
{'background-color':mc}"
@click="addPerson()">提交联系人信息
</view>
</view>
</
template
>
<
template
v-if=
"signMsg.FirstShopLinkManList.length>0"
>
<view
style=
"display: flex;justify-content: space-between;"
v-if=
"isShowAdd"
>
<view
class=
"ac_upBtn"
@
click=
"addPerson()"
>
提交联系人信息
</view>
<view
class=
"ac_upBtn"
:style=
"
{'background-color':mc}"
@click="addPerson()">提交联系人信息
</view>
<view
class=
"ac_CancelBtn"
@
click=
"isShowAdd=false"
>
取消
</view>
</view>
<view
v-if=
"!isShowAdd"
>
<view
class=
"ac_CancelBtn"
style=
"width:300rpx;margin:auto;color:#F70027;border-color:#F70027"
<view
class=
"ac_CancelBtn"
style=
"width:300rpx;margin:auto;color:#fff;;"
:style=
"
{'background-color':mc}"
@click="goOnAdd()">继续添加联系人
</view>
</view>
</
template
>
...
...
@@ -343,7 +344,7 @@
</view>
<view>
<view
class=
"ac_upBtn"
style=
"width:90%;margin:25rpx auto"
@
click=
"goSignUp()"
>
提交
</view>
<view
class=
"ac_upBtn"
style=
"width:90%;margin:25rpx auto"
:style=
"{'background-color':mc}"
@
click=
"goSignUp()"
>
提交
</view>
</view>
</view>
<auth
v-if=
"showAuth"
@
changeuserinfo=
"reloadUserinfo"
@
gbAuth=
"gbAuth"
></auth>
...
...
pages/kotra/signSuccse.vue
View file @
f50aa53a
...
...
@@ -41,18 +41,32 @@
position
:
relative
;
height
:
622
rpx
;
}
.font-box
{
width
:
70%
;
margin
:
auto
;
text-align
:
center
;
}
.txte-red
{
font-weight
:
bolder
;
color
:
red
!important
;
}
</
style
>
<
template
>
<view
class=
"signSuccse"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/signSuccsebg.png"
mode=
"aspectFill"
style=
"width: 73px;height: 73px;margin-top: 80px;"
></image>
<view
style=
"font-size: 20px;color: #111111;font-weight: bold;margin-top: 22px;"
>
报名信息已提交
</view>
<view
class=
"text"
style=
"margin-top: 23px;"
>
审核通过后(大会开始前3日)
</view>
<view
class=
"text"
>
参会入场短信将发送至您的手机
</view>
<view
class=
"text"
>
请留意查收!
</view>
<view
class=
"text"
>
在会前请进行核酸检测,
</view>
<view
class=
"text "
style=
"color: red;"
>
进入会场须提供24小时核酸阴性报告。
</view>
<view
class=
"text"
>
感谢您的支持
</view>
<view
class=
"btn"
@
click=
"golist"
>
好的
</view>
<view
class=
"font-box"
>
<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
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"
>
<view
class=
"btn"
style=
"position: absolute;left: 50%;bottom: 78rpx;margin-left: -210rpx;"
@
click=
"queren"
>
立即入驻
</view>
...
...
@@ -68,12 +82,13 @@
export
default
{
data
(){
return
{
mainColor
:
''
,
companyStatus
:
0
,
rzshow
:
false
,
}
},
created
()
{
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
},
mounted
()
{
setTimeout
(()
=>
{
...
...
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