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