Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
04c2e332
authored
May 20, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
084799fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
2 deletions
assets/css/mine/zqsx.scss
pages/mine/zqsx.vue
router/index.js
assets/css/mine/zqsx.scss
View file @
04c2e332
...
...
@@ -136,6 +136,24 @@
font-weight
:
bold
;
}
}
.success
{
.iconfont
{
font-size
:
96rpx
;
color
:
#1969f9
;
}
.success-text
{
margin-left
:
32rpx
;
.t1
{
font-size
:
32rpx
;
color
:
#292b33
;
font-weight
:
bold
;
}
.t2
{
font-size
:
24rpx
;
color
:
#919399
;
}
}
}
.btn
{
height
:
68rpx
;
background
:
#1969f9
;
...
...
pages/mine/zqsx.vue
View file @
04c2e332
...
...
@@ -67,14 +67,20 @@
</view>
<view
class=
"btn row rowCenter verCenter"
@
click=
"submit()"
>
提交
</view>
</view>
<!--
获取电子券信息
-->
<!--
提交成功
-->
<uni-popup
ref=
"popup"
type=
"center"
>
<view
class=
"layer-box"
>
<view
class=
"title row verCenter bothSide"
>
<view
class=
"left"
></view>
<view
class=
"right row"
><text
class=
"iconfont icon-xxx"
@
click=
"close()"
></text></view>
</view>
<view
class=
"success"
></view>
<view
class=
"success row"
>
<text
class=
"iconfont icon-huaban"
></text>
<view
class=
"success-text column"
>
<text
class=
"t1"
>
提交成功
</text>
<text
class=
"t2"
>
正在为您安排专人对接,请注意接听预留电话
</text>
</view>
</view>
<view
class=
"btn row rowCenter verCenter"
>
确定
</view>
</view>
</uni-popup>
...
...
router/index.js
View file @
04c2e332
...
...
@@ -174,6 +174,7 @@ router.beforeEach((to, from, next) => {
if
(
res
.
err_code
===
0
)
{
setCookie
(
'Yo4teW_gid'
,
res
.
data
.
Yo4teW_gid
,
15
);
setCookie
(
'Yo4teW_csrf'
,
res
.
data
.
Yo4teW_csrf
,
15
);
setCookie
(
'Yo4teW_uid'
,
res
.
data
.
Yo4teW_uid
,
15
);
next
()
}
});
...
...
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