Commit 53588edf authored by leon's avatar leon

feat:use retail info

parent fa2c7e1e
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
"quickapp" : {}, "quickapp" : {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx06342b31eebe8da7", "appid" : "wx01483491311387a0",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,
......
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
async getReportCharts() { async getReportCharts() {
clearInterval(this.timename) clearInterval(this.timename)
const that = this const that = this
let res = await that.$u.api.getReportCharts({id: '627a16644606332538b4633c'}) let res = await that.$u.api.getReportCharts({id: '642a8dd3eab04c0001f889b8'})
uni.stopPullDownRefresh() uni.stopPullDownRefresh()
uni.$emit('handlePullDownRefresh') uni.$emit('handlePullDownRefresh')
const { Status, Result: { info, list } } = res.data const { Status, Result: { info, list } } = res.data
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
pageSize: 10, pageSize: 10,
totalPages: 0, totalPages: 0,
totals: 0, totals: 0,
folderId: '62837a79bfa93100013596c1', folderId: '6360778db6a1ee00014a8bf4',
superAdmin: true superAdmin: true
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment