diff --git a/src/components.d.ts b/src/components.d.ts index 250cb79e..26301b61 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -25,12 +25,9 @@ declare module '@vue/runtime-core' { DateFormItem: typeof import('./components/DateFormItem/DateFormItem.vue')['default'] Editor: typeof import('./components/packages/components/editor/editor.vue')['default'] EduBackgroundCom: typeof import('./components/ModelComs/EduBackgroundCom.vue')['default'] - ElAlert: typeof import('element-plus/es')['ElAlert'] ElAvatar: typeof import('element-plus/es')['ElAvatar'] ElBacktop: typeof import('element-plus/es')['ElBacktop'] ElButton: typeof import('element-plus/es')['ElButton'] - ElCarousel: typeof import('element-plus/es')['ElCarousel'] - ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem'] ElCollapse: typeof import('element-plus/es')['ElCollapse'] ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem'] ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] @@ -49,22 +46,23 @@ declare module '@vue/runtime-core' { ElInput: typeof import('element-plus/es')['ElInput'] ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] ElMenu: typeof import('element-plus/es')['ElMenu'] + ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] ElOption: typeof import('element-plus/es')['ElOption'] ElPagination: typeof import('element-plus/es')['ElPagination'] ElPopover: typeof import('element-plus/es')['ElPopover'] ElProgress: typeof import('element-plus/es')['ElProgress'] ElRadio: typeof import('element-plus/es')['ElRadio'] ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] + ElRate: typeof import('element-plus/es')['ElRate'] + ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElSelect: typeof import('element-plus/es')['ElSelect'] - ElSelectV2: typeof import('element-plus/es')['ElSelectV2'] ElSkeleton: typeof import('element-plus/es')['ElSkeleton'] + ElSkeletonItem: typeof import('element-plus/es')['ElSkeletonItem'] ElSlider: typeof import('element-plus/es')['ElSlider'] + ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] ElSwitch: typeof import('element-plus/es')['ElSwitch'] - ElTable: typeof import('element-plus/es')['ElTable'] - ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ElTabPane: typeof import('element-plus/es')['ElTabPane'] ElTabs: typeof import('element-plus/es')['ElTabs'] - ElTag: typeof import('element-plus/es')['ElTag'] ElTooltip: typeof import('element-plus/es')['ElTooltip'] ElUpload: typeof import('element-plus/es')['ElUpload'] Emoji: typeof import('./components/packages/components/emoji/emoji.vue')['default'] diff --git a/src/components/PayIntegralDialog/PayIntegralDialog.vue b/src/components/PayIntegralDialog/PayIntegralDialog.vue index e16569a2..90e501cc 100644 --- a/src/components/PayIntegralDialog/PayIntegralDialog.vue +++ b/src/components/PayIntegralDialog/PayIntegralDialog.vue @@ -121,7 +121,7 @@
-

网站所有内容无限制下载方式

+

网站所有内容无限制下载方式(强烈推荐!)

@@ -129,7 +129,7 @@

无限制下载

-

开通会员

+

开通会员(9.9¥)

无论开通哪一种会员,你都将无限制的下载网站内的任意内容,包括软件、简历、模板、导出PDF等所有资源!
- -
- -
- - 下载图片 -
-
-
- - - -
-

适合微信、QQ发送

-
- -
- -
- - 下载PDF + + 下载图片 +
+
+
+ + +
- -
- - - + + 下载PDF +
+ +
+ + + +
+

适合打印、在线投递等(推荐)

-

适合打印、在线投递等(推荐)

+
获取简币
{ emit('closeDownloadDialog'); }; + + // 打开获取简币弹窗 + const title = ref(''); + const openGetDialog = () => { + title.value = '如何获取简币'; + dialogGetIntegralVisible.value = true; + };