Browse Source

feature-hub-1.0:修复收益界面时间不显示的bug;加入算命接口

feature-1.0
penny 4 years ago
parent
commit
296b852dce
  1. 11
      api/index.js
  2. 6
      main.js
  3. 2
      pages/profit/profit.vue
  4. 8
      pages/profit/profitEndDetails.vue
  5. 2
      pages/profit/profitEndOrder.vue
  6. 2
      pages/profit/profitInDetails.vue
  7. 2
      pages/profit/profitInOrder.vue
  8. 2
      pages/profit/profitPreDetails.vue

11
api/index.js

@ -107,3 +107,14 @@ export function onlineOrOfflineImg(data) {
})
}
// 八字算命
export function getYs(data) {
return request({
url: `${serviceTitle}${prefix}/getYs`,
method: 'post',
data
})
}

6
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()

2
pages/profit/profit.vue

@ -93,7 +93,7 @@
<view class="adver-top-text"> 广告: </view>
</view>
<view class="adver-mid">
抖音/快手均为次日结算前日ECPM价格
抖音/快手/微信均为次日结算前日ECPM价格
</view>
</view>
<uni-list>

8
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 @@
<template v-slot:body>
<view class="box">
<view class="uni-list-item__content-title">{{
item.createTime + "@" + item.scanCode
item.walletTime + "@" + item.scanCode
}}</view>
<view class="box-bot">
<view>
@ -67,7 +67,7 @@
<template v-slot:body>
<view class="box">
<view class="uni-list-item__content-title">{{
item.createTime + "@" + item.scanCode
item.walletTime + "@" + item.scanCode
}}</view>
<view class="box-bot">
<view>
@ -242,7 +242,7 @@ export default {
},
setAppType(data) {
if (data == "0") {
return "次元壁纸";
return "节点壁纸";
}
},
setType(data) {

2
pages/profit/profitEndOrder.vue

@ -93,7 +93,7 @@ export default {
},
setAppType(data) {
if (data == "0") {
return "次元壁纸";
return "节点壁纸";
}
},
setType(data) {

2
pages/profit/profitInDetails.vue

@ -241,7 +241,7 @@ export default {
},
setAppType(data) {
if (data == "0") {
return "次元壁纸";
return "节点壁纸";
}
},
setType(data) {

2
pages/profit/profitInOrder.vue

@ -156,7 +156,7 @@ export default {
},
setAppType(data) {
if (data == "0") {
return "次元壁纸";
return "节点壁纸";
}
},
setType(data) {

2
pages/profit/profitPreDetails.vue

@ -226,7 +226,7 @@ export default {
},
setAppType(data) {
if (data == "0") {
return "次元壁纸";
return "节点壁纸";
}
},
setType(data) {

Loading…
Cancel
Save