Bladeren bron

1

dev_YWQ
congzc 1 jaar geleden
bovenliggende
commit
bfcfa88ceb
5 gewijzigde bestanden met toevoegingen van 5 en 8 verwijderingen
  1. BIN
      src/assets/img/Upgrades.png
  2. BIN
      src/assets/img/tips.png
  3. +0
    -6
      src/types/components.d.ts
  4. +4
    -1
      src/views/myCreating/index copy.vue
  5. +1
    -1
      src/views/myCreating/index.vue

BIN
src/assets/img/Upgrades.png Bestand weergeven

Voor Na
Breedte: 200  |  Hoogte: 200  |  Grootte: 3.9 KiB

BIN
src/assets/img/tips.png Bestand weergeven

Voor Na
Breedte: 200  |  Hoogte: 200  |  Grootte: 8.9 KiB

+ 0
- 6
src/types/components.d.ts Bestand weergeven

@@ -8,14 +8,11 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
copy: typeof import('./../components/EditPosition copy.vue')['default']
CutImg: typeof import('./../components/cutImg.vue')['default']
CutImg1: typeof import('./../components/cutImg1.vue')['default']
DoCreateVideo: typeof import('./../components/doCreateVideo.vue')['default']
EditPosition: typeof import('./../components/EditPosition.vue')['default']
'EditPosition copy': typeof import('./../components/EditPosition copy.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCol: typeof import('element-plus/es')['ElCol']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
@@ -27,10 +24,7 @@ declare module '@vue/runtime-core' {
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ElUpload: typeof import('element-plus/es')['ElUpload']
GithubCorner: typeof import('./../components/GithubCorner/index.vue')['default']


+ 4
- 1
src/views/myCreating/index copy.vue Bestand weergeven

@@ -200,7 +200,10 @@
</template>

<script setup>
import { userPhotoVideoList, delUserPhotoVideoByID } from "@/apis/myCreating";
import {
userPhotoVideoListApi,
delUserPhotoVideoByIDApi,
} from "@/apis/myCreating";
import { timestampToTime } from "@/utils/tools";
import { useI18n } from "vue-i18n";
import { getStatus } from "./videoStatus";


+ 1
- 1
src/views/myCreating/index.vue Bestand weergeven

@@ -192,7 +192,7 @@
@click.stop="upGrades(presentItem.id)"
>
<div v-if="!upGradesLoading" style="cursor: pointer">
<img src="../../assets//img/Upgrades.png" alt="" />
<img src="../../assets/img/Upgrades.png" alt="" />
{{ $t("myCreating.upSharpness") }}
</div>
<div v-if="upGradesLoading">


Laden…
Annuleren
Opslaan