添加了部分接口

This commit is contained in:
2020-10-12 10:50:58 +08:00
parent a7ca08ec34
commit 3f8c8c302b
6 changed files with 113 additions and 1 deletions

View File

@@ -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){