优化购买积分弹窗

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

@@ -165,7 +165,6 @@
<div class="mark_loading" v-show="loadingShow">
<a-spin size="large" />
</div>
<UpgradePlan ref="UpgradePlan"></UpgradePlan>
</a-modal>
</template>
@@ -179,10 +178,9 @@ import { downloadIamge } from "@/tool/util";
import { useI18n } from "vue-i18n";
import { useStore } from "vuex";
import generalMiniCanvas from "@/component/modules/generalMiniCanvas.vue";
import UpgradePlan from "@/component/HomePage/UpgradePlan.vue";
export default defineComponent({
components:{generalMiniCanvas,UpgradePlan},
components:{generalMiniCanvas},
props:{
productData:{
type:Object,
@@ -212,7 +210,6 @@ export default defineComponent({
})
let {t} = useI18n()
let productimg = reactive({
UpgradePlan:null,
textarea:null as any,
isProductimg:false,
productimgSearchName:'',
@@ -348,8 +345,7 @@ export default defineComponent({
zIndex:99999,
centered:true,
onOk() {
let UpgradePlan:any = productimg.UpgradePlan
UpgradePlan.init()
store.commit("setUpgradePlan", true);
},
onCancel(){