Merge branch 'localDevelop' into develop

This commit is contained in:
X1627315083
2024-05-09 13:41:47 +08:00
3 changed files with 200 additions and 20 deletions

View File

@@ -214,6 +214,8 @@
<div><span class="icon iconfont icon-zhuyi"></span>Your points balance is insufficient, if you need to use this feature, please click the top left corner to recharge</div>
</div>
</div> -->
<!-- <div @click="toSvg()">2312312312</div> -->
<div class="mark_loading" v-show="isShowMark">
<a-spin size="large" />
</div>
@@ -1610,13 +1612,14 @@ export default defineComponent({
});
}
let toSvg = () =>{
console.log(canvas.toSVG());
let toSvg = ()=>{
// console.log(canvas.toSvg());
}
onMounted(() => {});
return {
toSvg,
t,
toSvg,
showUpgradePlan,//当前弹窗是否打开
canvasWH,//画布初始宽高
credits,//积分 用来判断HD导出积分是否够用