2023.11.7

This commit is contained in:
2023-11-07 00:12:02 +08:00
parent e0a0f1ac1e
commit b1e3735af0
11 changed files with 455 additions and 31 deletions

View File

@@ -6,6 +6,7 @@
// import mySwiper from "@/components/mySwiper.vue"
import {ref,onMounted,nextTick} from "vue"
import {useStore} from '@/store/index.js'
import emptyCard from "@/components/emptyCard.vue"
import api from "@/api/index.js"
import util from "@/utils"
onLoad((e) => {
@@ -60,6 +61,7 @@
<uni-icons color="gray" @tap="starFunc(1)" v-else type="star" size="30"></uni-icons>
</view>
</view>
<emptyCard title="暂无内容" v-if="!a_info"></emptyCard>
</view>
</template>
<style scoped lang="scss">