diff --git a/api/index.js b/api/index.js index c030a03..53c0358 100644 --- a/api/index.js +++ b/api/index.js @@ -107,3 +107,14 @@ export function onlineOrOfflineImg(data) { }) } + +// 八字算命 +export function getYs(data) { + return request({ + url: `${serviceTitle}${prefix}/getYs`, + method: 'post', + data + }) +} + + diff --git a/main.js b/main.js index 3b34024..961fc4e 100644 --- a/main.js +++ b/main.js @@ -2,9 +2,9 @@ import App from './App' import store from './store/' // const baseURL = 'http://localhost:7010' -const baseURL = 'http://81.69.47.31:7010' +//const baseURL = 'http://81.69.47.31:7010' // const baseURL = 'http://bnyer.vaiwan.com' -// const baseURL = 'http://rnjbgm.natappfree.cc' +const baseURL = 'http://av9r46.natappfree.cc' Vue.prototype.$baseURL = baseURL; @@ -13,7 +13,7 @@ Vue.prototype.$baseURL = baseURL; import Vue from 'vue' Vue.config.productionTip = false App.mpType = 'app' -const app = new Vue({ +const app = new Vue({ ...App }) app.$mount() diff --git a/pages/profit/profit.vue b/pages/profit/profit.vue index d92cbdc..186321f 100644 --- a/pages/profit/profit.vue +++ b/pages/profit/profit.vue @@ -93,7 +93,7 @@ 广告: - 抖音/快手均为次日结算前日ECPM价格 + 抖音/快手/微信均为次日结算前日ECPM价格 diff --git a/pages/profit/profitEndDetails.vue b/pages/profit/profitEndDetails.vue index 43843a5..da9915c 100644 --- a/pages/profit/profitEndDetails.vue +++ b/pages/profit/profitEndDetails.vue @@ -20,7 +20,7 @@ showArrow clickable :title="item.walletTime + '@' + item.scanCode" - :note="item.appType + '&' + item.platform + '&' + item.type" + :note="item.appType + '&' + item.platform + '&' + item.appType" :thumb="item.url" thumb-size="lg" :rightText="'¥' + item.profit" @@ -29,7 +29,7 @@