diff --git a/src/apis/my.js b/src/apis/my.js index 5538d51..dde64c7 100644 --- a/src/apis/my.js +++ b/src/apis/my.js @@ -2,7 +2,7 @@ * @Autor: Chutingting * @Date: 2023-11-13 14:29:58 * @LastEditors: Chutingting - * @LastEditTime: 2023-11-14 09:41:31 + * @LastEditTime: 2023-11-14 10:48:23 * @Description: */ import request from "@/utils/request.js"; @@ -54,4 +54,28 @@ export function getUserPoinsApi() { url: `/api/user/getUserPoins`, method: 'get' }) +} + +/** + * @description 充值订单详情 + * @params + * @returns + */ +export function findByNumberApi(orderNumber) { + return request({ + url: `/api/productOrder/findByNumber?orderNumber=${orderNumber}`, + method: 'get' + }) +} + +/** + * @description 扣币订单详情 + * @params + * @returns + */ +export function findByIdApi(id) { + return request({ + url: `/api/userVideo/findById?id=${id}`, + method: 'get' + }) } \ No newline at end of file diff --git a/src/views/my/coindeduc.vue b/src/views/my/coindeduc.vue index 9c0ea3b..b2b03f1 100644 --- a/src/views/my/coindeduc.vue +++ b/src/views/my/coindeduc.vue @@ -14,6 +14,16 @@ label="视频地址" align="center" /> + + @@ -48,8 +58,43 @@ @current-change="handleCurrentChange" /> - - + + + + + + + + 竖版 + 横版 + + + + + + + + + + + + + + + + + + + + + + + + + + 关闭 + + @@ -57,9 +102,8 @@ diff --git a/src/views/my/recharge.vue b/src/views/my/recharge.vue index ce4b1ba..d37141d 100644 --- a/src/views/my/recharge.vue +++ b/src/views/my/recharge.vue @@ -14,6 +14,12 @@ label="订单号" align="center" /> + + @@ -48,8 +54,33 @@ @current-change="handleCurrentChange" /> - - + + + + + + + + + + + 微信 + 支付宝 + + + + + + + + + + + + + 关闭 + + @@ -57,9 +88,8 @@