Explorar el Código

订单

ctt_dev
chutingting hace 1 año
padre
commit
b37aa42c96
Se han modificado 4 ficheros con 12 adiciones y 9 borrados
  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 Ver fichero

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


@@ -32,7 +39,7 @@ export function getDetailApi(id) {
*/
export function coindedApi(data) {
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'
})
}


+ 0
- 2
src/types/auto-imports.d.ts Ver fichero

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


+ 2
- 3
src/views/my/coindeduc.vue Ver fichero

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

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


+ 2
- 3
src/views/my/recharge.vue Ver fichero

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

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


Cargando…
Cancelar
Guardar