update
This commit is contained in:
@@ -3,8 +3,15 @@ import {defineAsyncComponent, ref} from "vue";
|
||||
import XNav from "../../components/XNav.vue";
|
||||
import XNoticeBar from "../../components/XNoticeBar.vue";
|
||||
|
||||
// #ifdef APP-PLUS
|
||||
import AliPay from "./components/AliPay.vue";
|
||||
import BankPay from "./components/BankPay.vue";
|
||||
// #endif
|
||||
|
||||
// #ifndef APP-PLUS
|
||||
const AliPay = defineAsyncComponent(() => import('./components/AliPay.vue'));
|
||||
const BankPay = defineAsyncComponent(() => import('./components/BankPay.vue'));
|
||||
// #endif
|
||||
|
||||
const currentTab = ref(0);
|
||||
const tabs = [
|
||||
|
||||
Reference in New Issue
Block a user