congzc преди 1 година
родител
ревизия
bfcfa88ceb
променени са 5 файла, в които са добавени 5 реда и са изтрити 8 реда
  1. Двоични данни
      src/assets/img/Upgrades.png
  2. Двоични данни
      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

Двоични данни
src/assets/img/Upgrades.png Целия файл

Преди След
Ширина: 200  |  Височина: 200  |  Големина: 3.9 KiB

Двоични данни
src/assets/img/tips.png Целия файл

Преди След
Ширина: 200  |  Височина: 200  |  Големина: 8.9 KiB

+ 0
- 6
src/types/components.d.ts Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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">


Зареждане…
Отказ
Запис