|
@@ -3,7 +3,7 @@
|
|
|
* @Author: 欧阳承珺
|
|
|
* @LastEditors: 欧阳承珺
|
|
|
* @Date: 2022-11-01 14:10:22
|
|
|
- * @LastEditTime: 2022-11-16 09:27:06
|
|
|
+ * @LastEditTime: 2022-11-16 09:44:53
|
|
|
-->
|
|
|
<template>
|
|
|
<div>
|
|
@@ -154,6 +154,7 @@ 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)
|
|
|
}
|
|
|
})
|
|
|
},
|