Commit 59897d1d by 潘琦

签约页:1、签约后不跳转首页关闭当前微信页;2、文字行间距;

parent b8e9a7c1
...@@ -77,6 +77,7 @@ ul li { ...@@ -77,6 +77,7 @@ ul li {
text-align: left; text-align: left;
color: #000; color: #000;
padding: 0; padding: 0;
line-height: 1.4;
} }
.p-title > .link { .p-title > .link {
max-width: 100px; max-width: 100px;
......
...@@ -1106,15 +1106,12 @@ export default { ...@@ -1106,15 +1106,12 @@ export default {
this.$Indicator.close() this.$Indicator.close()
if (res.code === 200 && res.value) { if (res.code === 200 && res.value) {
this.$toast({ this.$toast({
message: '保存成功', message: '签约成功,请等待审核!',
position: 'center', position: 'center',
duration: 3000 duration: 3000
}) })
let that = this
setTimeout(function () { setTimeout(function () {
that.$router.push({ wx.closeWindow()
path: '/home'
})
}, 2500) }, 2500)
} else { } else {
this.$toast({ this.$toast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment