|
|
@@ -47,7 +47,6 @@ import { navTo } from '@/components/utils/PageAction';
|
|
|
import { confirm } from '@/components/dialog/CommonRoot';
|
|
|
import { useAuthStore } from '@/store/auth';
|
|
|
import { useSimpleDataLoader } from '@/common/composeabe/SimpleDataLoader';
|
|
|
-import UserHead from '@https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/avatar.png';
|
|
|
import CellGroup from '@/components/basic/CellGroup.vue';
|
|
|
import Cell from '@/components/basic/Cell.vue';
|
|
|
import Image from '@/components/basic/Image.vue';
|
|
|
@@ -59,6 +58,8 @@ import AppCofig from '@/common/config/AppCofig';
|
|
|
import VillageApi from '@/api/inhert/VillageApi';
|
|
|
import DebugButton from './debug/DebugButton.vue';
|
|
|
|
|
|
+const UserHead = 'https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/avatar.png';
|
|
|
+
|
|
|
const authStore = useAuthStore();
|
|
|
const userInfo = computed(() => authStore.isLogged ? authStore.userInfo : null);
|
|
|
const isBindWx = computed(() => Boolean(userInfo.value?.openId));
|