ソースを参照

Merge branch 'ctt_dev' into dev

dev
chutingting 1年前
コミット
a948491b70
4個のファイルの変更12行の追加9行の削除
  1. +8
    -1
      src/apis/my.js
  2. +0
    -2
      src/types/auto-imports.d.ts
  3. +2
    -3
      src/views/my/coindeduc.vue
  4. +2
    -3
      src/views/my/recharge.vue

+ 8
- 1
src/apis/my.js ファイルの表示

@@ -1,3 +1,10 @@
/*
* @Autor: Chutingting
* @Date: 2023-11-13 14:29:58
* @LastEditors: Chutingting
* @LastEditTime: 2023-11-14 09:41:31
* @Description:
*/
import request from "@/utils/request.js"; import request from "@/utils/request.js";




@@ -32,7 +39,7 @@ export function getDetailApi(id) {
*/ */
export function coindedApi(data) { export function coindedApi(data) {
return request({ return request({
url: `/api/userVideo/list?videoStatus=2&pageNum=${data.pageNum}&pageSize=${data.pageSize}`,
url: `/api/userVideo/list?videoStatus=5&pageNum=${data.pageNum}&pageSize=${data.pageSize}`,
method: 'get' method: 'get'
}) })
} }


+ 0
- 2
src/types/auto-imports.d.ts ファイルの表示

@@ -2,7 +2,6 @@
export {} export {}
declare global { declare global {
const EffectScope: typeof import('vue')['EffectScope'] const EffectScope: typeof import('vue')['EffectScope']
const ElForm: typeof import('element-plus/es')['ElForm']
const ElMessage: typeof import('element-plus/es')['ElMessage'] const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
@@ -271,7 +270,6 @@ import { UnwrapRef } from 'vue'
declare module 'vue' { declare module 'vue' {
interface ComponentCustomProperties { interface ComponentCustomProperties {
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']> readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']>
readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']> readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']>
readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']> readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']>
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']> readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>


+ 2
- 3
src/views/my/coindeduc.vue ファイルの表示

@@ -10,8 +10,8 @@
/> />


<el-table-column <el-table-column
prop="address"
label="图片"
prop="videoPlayUrl"
label="视频地址"
align="center" align="center"
/> />
<el-table-column <el-table-column
@@ -26,7 +26,6 @@
<el-table-column <el-table-column
fixed="right" fixed="right"
label="操作" label="操作"
width="400"
align="center" align="center"
> >
<template #default="scope"> <template #default="scope">


+ 2
- 3
src/views/my/recharge.vue ファイルの表示

@@ -10,8 +10,8 @@
/> />


<el-table-column <el-table-column
prop="address"
label="图片"
prop="orderNumber"
label="订单号"
align="center" align="center"
/> />
<el-table-column <el-table-column
@@ -26,7 +26,6 @@
<el-table-column <el-table-column
fixed="right" fixed="right"
label="操作" label="操作"
width="400"
align="center" align="center"
> >
<template #default="scope"> <template #default="scope">


読み込み中…
キャンセル
保存