Browse Source

vtest 1.1.65&fix for tid1807

tid1867
刘嘉炜 4 months ago
parent
commit
a114339875
  1. 75
      src/pages/index/index.vue
  2. 2
      src/subpackage/verification/pages/record.vue

75
src/pages/index/index.vue

@ -88,17 +88,11 @@
path: '/pages/turnover/turnover',
serverKey: 1001 //
},
// {
// id: 1,
// name: '',
// path: '/subpackage/income/pages/details_record/details_record',
// serverKey: 1002 //
// },
{
id: 2,
name: '订单管理',
path: '/subpackage/order/pages/order_manage/order_manage',
serverKey: 1012 //
id: 11,
name: '钱包&提现',
path: '/subpackage/wallet/pages/index/index',
serverKey: 1017 // 1017
},
{
id: 3,
@ -107,10 +101,10 @@
serverKey: 1007 //
},
{
id: 4,
name: '核销查询',
path: '/subpackage/verification/pages/index',
serverKey: 1008 //
id: 2,
name: '订单管理',
path: '/subpackage/order/pages/order_manage/order_manage',
serverKey: 1012 //
},
{
id: 5,
@ -120,42 +114,23 @@
serverKey: 1009 //
},
{
id: 6,
name: '智能设备',
path: '/subpackage/device/pages/index/index',
serverKey: 1010 //
},
{
id: 7,
name: '商品零售',
path: '/subpackage/retail/pages/index/index',
serverKey: 1011 //
},
// {
// id: 8,
// name: '',
// path: '/subpackage/course/pages/index/index',
// serverKey: 1013 // 1013
// },
{
id: 9,
name: '储值卡管理',
path: '/pages/order_list/order_list?order_type=18',
serverKey: 1014 // 1014
},
// {
// id: 10,
// name: '',
// path: '/subpackage/blacklist/pages/abnormal_list/abnormal_list',
// serverKey: 1015 // 1015
// },
{
id: 11,
name: '钱包&提现',
path: '/subpackage/wallet/pages/index/index',
serverKey: 1017 // 1017
id: 6,
name: '智能设备',
path: '/subpackage/device/pages/index/index',
serverKey: 1010 //
},
{//ICON
id: 12,
name: '小程序管理',
@ -168,6 +143,32 @@
path: '/subpackage/message/pages/work_order/list',
serverKey: 1022 // 1022
},
// {
// id: 1,
// name: '',
// path: '/subpackage/income/pages/details_record/details_record',
// serverKey: 1002 //
// },
{
id: 4,
name: '核销查询',
path: '/subpackage/verification/pages/index',
serverKey: 1008 //
},
// {
// id: 8,
// name: '',
// path: '/subpackage/course/pages/index/index',
// serverKey: 1013 // 1013
// },
// {
// id: 10,
// name: '',
// path: '/subpackage/blacklist/pages/abnormal_list/abnormal_list',
// serverKey: 1015 // 1015
// },
];
const app = getApp();

2
src/subpackage/verification/pages/record.vue

@ -162,7 +162,7 @@ export default {
})
}, 300, true),
//
initPeriodStr(dayNum = 1){
initPeriodStr(dayNum = 0){
let _today = new Date();
let _todayTimestamp = _today.getTime();
let _eStr = formatDate({ date: _today });

Loading…
Cancel
Save