优化购买积分弹窗

This commit is contained in:
X1627315083
2025-09-10 10:37:38 +08:00
parent 584f711f1c
commit 1915ecf51a
8 changed files with 26 additions and 40 deletions

View File

@@ -175,7 +175,6 @@
<div class="mark_loading" v-show="loadingShow">
<a-spin size="large" />
</div>
<UpgradePlan ref="UpgradePlan"></UpgradePlan>
</a-modal>
</template>
@@ -188,10 +187,9 @@ import { ExclamationCircleOutlined } from '@ant-design/icons-vue';
import { downloadIamge,getMinioUrl,downloadVideoWithFetch } from "@/tool/util";
import { useI18n } from "vue-i18n";
import { useStore } from "vuex";
import UpgradePlan from "@/component/HomePage/UpgradePlan.vue";
export default defineComponent({
components:{UpgradePlan},
components:{},
props:{
productData:{
type:Object,
@@ -223,7 +221,6 @@ setup(props:any,{emit}) {
let {t} = useI18n()
let productimg = reactive({
isGenerate:false,//判断是否进行generate
UpgradePlan:null,
textarea:null as any,
productimgSearchName:'',
productimgIsTextarea:false,
@@ -455,8 +452,7 @@ setup(props:any,{emit}) {
zIndex:99999,
centered:true,
onOk() {
let UpgradePlan:any = productimg.UpgradePlan
UpgradePlan.init()
store.commit("setUpgradePlan", true);
},
onCancel(){