Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
Overview
Details
Activity
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
潘琦
voucher-h5
Commits
59897d1d
Commit
59897d1d
authored
Sep 05, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签约页:1、签约后不跳转首页关闭当前微信页;2、文字行间距;
parent
b8e9a7c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
App.vue
src/App.vue
+1
-0
index.vue
src/views/signing/index.vue
+2
-5
No files found.
src/App.vue
View file @
59897d1d
...
...
@@ -77,6 +77,7 @@ ul li {
text-align
:
left
;
color
:
#000
;
padding
:
0
;
line-height
:
1.4
;
}
.p-title
>
.link
{
max-width
:
100px
;
...
...
src/views/signing/index.vue
View file @
59897d1d
...
...
@@ -1106,15 +1106,12 @@ export default {
this
.
$Indicator
.
close
()
if
(
res
.
code
===
200
&&
res
.
value
)
{
this
.
$toast
({
message
:
'
保存成功
'
,
message
:
'
签约成功,请等待审核!
'
,
position
:
'center'
,
duration
:
3000
})
let
that
=
this
setTimeout
(
function
()
{
that
.
$router
.
push
({
path
:
'/home'
})
wx
.
closeWindow
()
},
2500
)
}
else
{
this
.
$toast
({
...
...
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