@@ -188,8 +188,9 @@ export default {
if(res.code === 200) {
location.href = res.result.order.pagePayUrl
setTimeout(() => {
- this.$store.commit('OPEN_LOGIN',false)
+ this.$emit('close')
}, 600);
+ // this.$store.commit('OPEN_LOGIN',false)
}
})
},
@@ -193,7 +193,7 @@ export default {