Commit 59897d1d by 潘琦

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

parent b8e9a7c1
......@@ -77,6 +77,7 @@ ul li {
text-align: left;
color: #000;
padding: 0;
line-height: 1.4;
}
.p-title > .link {
max-width: 100px;
......
......@@ -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({
......
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