Browse Source

上传

master
前端-胡立永 4 months ago
parent
commit
41edc463b3
4 changed files with 10 additions and 2 deletions
  1. +1
    -1
      api/model/info.js
  2. +1
    -1
      config.js
  3. +4
    -0
      pages_order/mine/balance.vue
  4. +4
    -0
      pages_order/mine/commission.vue

+ 1
- 1
api/model/info.js View File

@ -55,7 +55,7 @@ const api = {
method: 'GET',
},
// 获取相关介绍详情
getRiceInfo: {
getInfoIntroduceDetail: {
url: '/rice_info/getRiceNewsDetail',
method: 'GET',
},


+ 1
- 1
config.js View File

@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools'
Vue.use(uvUI);
// 当前环境
const type = 'dev'
const type = 'prod'
// 环境配置


+ 4
- 0
pages_order/mine/balance.vue View File

@ -53,6 +53,10 @@
state : ['审核中', '成功', '失败'],
}
},
onShow() {
this.$store.commit('getUserInfo')
this.$store.commit('getRiceInfo')
},
methods: {
}


+ 4
- 0
pages_order/mine/commission.vue View File

@ -52,6 +52,10 @@
state : ['审核中', '成功', '失败'],
}
},
onShow() {
this.$store.commit('getUserInfo')
this.$store.commit('getRiceInfo')
},
methods: {
}


Loading…
Cancel
Save