优化购买积分弹窗
This commit is contained in:
@@ -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(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user