|
@@ -187,7 +187,9 @@ export default {
|
|
|
this.$axios.post('subscription/create',params).then((res) => {
|
|
|
if(res.code === 200) {
|
|
|
location.href = res.result.order.pagePayUrl
|
|
|
- this.$store.commit('OPEN_LOGIN',false)
|
|
|
+ setTimeout(() => {
|
|
|
+ this.$store.commit('OPEN_LOGIN',false)
|
|
|
+ }, 1500);
|
|
|
}
|
|
|
})
|
|
|
},
|