fix
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent, ref, reactive, toRefs, onMounted } from "vue";
|
||||
import { defineComponent, ref, reactive, toRefs, onMounted, onBeforeUnmount } from "vue";
|
||||
import { Https } from "@/tool/https";
|
||||
import { isEmail } from "@/tool/util";
|
||||
import { message } from "ant-design-vue";
|
||||
@@ -195,6 +195,7 @@ export default defineComponent({
|
||||
};
|
||||
const cancelDsign = () => {
|
||||
payMethod.payMethodModel = false;
|
||||
store.dispatch('getLangType')
|
||||
};
|
||||
const payAffirm = () => {
|
||||
if (!payMethodData.clause) {
|
||||
@@ -286,6 +287,7 @@ export default defineComponent({
|
||||
setPaidBack();
|
||||
emit("completePayment");
|
||||
};
|
||||
|
||||
return {
|
||||
store,
|
||||
...toRefs(payMethod),
|
||||
|
||||
Reference in New Issue
Block a user