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