From 727d56e32510cb37597925181e9ddf3eb2dd81a7 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 15 Dec 2025 14:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=89=A7=E9=9B=86=E8=A7=A3?= =?UTF-8?q?=E9=94=81=E4=BB=B7=E6=A0=BC=E9=98=B6=E6=A2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/order/index.js | 12 ++++++++++++ commons/config.js | 6 +++--- components/my-video-list/my-video-list.vue | 16 +++++++++++++++- manifest.json | 4 ++-- 4 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 api/order/index.js diff --git a/api/order/index.js b/api/order/index.js new file mode 100644 index 0000000..1c7dc7c --- /dev/null +++ b/api/order/index.js @@ -0,0 +1,12 @@ +import http from '@/http/http.js' + +/** + * 获取最近观看 + */ +export const getPayMoney = (data) => { + return http.request({ + url: 'order/getPayMoney', + data: data, + method: 'POST' + }) +} diff --git a/commons/config.js b/commons/config.js index 627a49d..15a1c7f 100644 --- a/commons/config.js +++ b/commons/config.js @@ -1,5 +1,5 @@ //打包时修改env的值即可 -const env = 'production' //test,production,local +const env = 'local' //test,production,local export const encryptKey = '1234567890123456' // http数据加解密的key @@ -7,13 +7,13 @@ export const apiUrl = '/czg/' export const h5Config = { production: 'https://web.hnsiyao.cn', test: 'https://web-api.hnsiyao.cn', - local: 'http://192.168.1.21:8100' + local: 'http://192.168.1.56:8787' } export const AppConfig = { production: 'https://dj-api.hnsiyao.cn', test: 'https://web-api.hnsiyao.cn', - local: 'http://192.168.1.41:8100' + local: 'http://192.168.1.56:8787' } export function returnShareUrl() { diff --git a/components/my-video-list/my-video-list.vue b/components/my-video-list/my-video-list.vue index 0e70326..74ed135 100644 --- a/components/my-video-list/my-video-list.vue +++ b/components/my-video-list/my-video-list.vue @@ -225,7 +225,8 @@ - {{ nowDanjiPrice }}元解锁单集视频 + + {{ nowNewDanjiPrice }}元解锁单集视频 @@ -321,6 +322,7 @@