Browse Source

'提现和流水账的实现'

hfll
hflllll 2 days ago
parent
commit
443dd80250
3 changed files with 2 additions and 15 deletions
  1. +1
    -1
      config.js
  2. +1
    -1
      manifest.json
  3. +0
    -13
      pages_order/mine/runningWater.vue

+ 1
- 1
config.js View File

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


+ 1
- 1
manifest.json View File

@ -1,6 +1,6 @@
{
"name" : "unapp模板",
"appid" : "__UNI__197A38F",
"appid" : "__UNI__16DB7CC",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",


+ 0
- 13
pages_order/mine/runningWater.vue View File

@ -67,19 +67,6 @@
this.$refs.calendars.open();
}
},
//
handleSelectCalendars(day) {
console.log(day);
// let beforeDate = this.getYearMonth(day?.range?.before)
// let afterDate = this.getYearMonth(day?.range?.after)
// this.beforeYear = beforeDate.year;
// this.beforeMonth = beforeDate.month;
// this.afterYear = afterDate.year;
// this.afterMonth = afterDate.month;
},
getDataThen(list, total, result){
this.totalMoney = result.totalMoney


Loading…
Cancel
Save