添加了部分接口
This commit is contained in:
@@ -204,6 +204,7 @@
|
||||
import { defineComponent } from "vue";
|
||||
import NavBottom from "@/components/NavBottom.vue";
|
||||
import router from '@/router';
|
||||
import { getwallect } from '@/api';
|
||||
export default defineComponent({
|
||||
name: "Wallet",
|
||||
components: {
|
||||
@@ -212,6 +213,7 @@ export default defineComponent({
|
||||
setup() {
|
||||
const ifchina = false;
|
||||
const ifmingxi = true;
|
||||
getwallect()
|
||||
function navto(index: number){
|
||||
let url = "";
|
||||
switch (index){
|
||||
|
||||
Reference in New Issue
Block a user