【fix】优化代码
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
-->
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
import { useMainStore } from "@/store/store";
|
||||
import { useMainStore } from "@/store/modules/useMainStore";
|
||||
import { distributionShareBg } from '@/utils/images'
|
||||
import { useImage } from "@/hooks/useImage";
|
||||
import { generateMiniProgramQrCode } from "@/api/global";
|
||||
@ -66,7 +66,7 @@ async function save() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<u-overlay
|
||||
<uv-overlay
|
||||
:show="show"
|
||||
@click="close">
|
||||
<view
|
||||
@ -105,7 +105,7 @@ async function save() {
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</u-overlay>
|
||||
</uv-overlay>
|
||||
</template>
|
||||
|
||||
<style
|
||||
|
Reference in New Issue
Block a user