|
|
|
@ -6,14 +6,19 @@ |
|
|
|
|
|
|
|
<!-- #ifdef APP-PLUS --> |
|
|
|
<!-- 广告 --> |
|
|
|
<!-- <Adv v-if="isOpenApp"></Adv> --> |
|
|
|
<Adv v-if="isOpenApp"></Adv> |
|
|
|
|
|
|
|
<!-- 引导页 --> |
|
|
|
<!-- <Guide v-else-if="!firstOpenApp"></Guide> --> |
|
|
|
<Guide v-else-if="!firstOpenApp"></Guide> |
|
|
|
<!-- #endif --> |
|
|
|
|
|
|
|
<!-- <view class="flex flex-col h-full bg-gray-50" @click="openAuth"> --> |
|
|
|
<!-- #ifdef APP-PLUS --> |
|
|
|
<theme v-if="!isOpenApp && firstOpenApp" class="relative flex flex-col h-full bg-gray-50"> |
|
|
|
<!-- #endif --> |
|
|
|
<!-- #ifdef H5 --> |
|
|
|
<theme class="relative flex flex-col h-full bg-gray-50"> |
|
|
|
<!-- #endif --> |
|
|
|
<view class="relative"> |
|
|
|
<!-- <view class="relative" @touchmove="onMove"> --> |
|
|
|
<!-- 日历 --> |
|
|
|
@ -45,8 +50,8 @@ |
|
|
|
const store = useStore(); |
|
|
|
const token = computed(() => store.state.user.token); |
|
|
|
const uTips = ref(null); |
|
|
|
// const firstOpenApp = computed(() => store.state.firstOpenApp); |
|
|
|
// const isOpenApp = computed(() => store.state.isOpenApp); // 是否打开APP |
|
|
|
const firstOpenApp = computed(() => store.state.firstOpenApp); // 是否第一次打开APP false 是第一次 true不是 |
|
|
|
const isOpenApp = computed(() => store.state.isOpenApp); // 是否打开APP true 是 false 不是 |
|
|
|
const userInfo = computed(() => store.state.user.user); |
|
|
|
|
|
|
|
const data = reactive({ |
|
|
|
|