增加:在线买单 - 增加餐费积分抵扣功能
This commit is contained in:
parent
9e6a9ecdff
commit
c963f899d4
|
|
@ -129,10 +129,6 @@ export default {
|
||||||
getStatistics(){
|
getStatistics(){
|
||||||
let _this = this;
|
let _this = this;
|
||||||
shareholdersStatistics().then(res => {
|
shareholdersStatistics().then(res => {
|
||||||
|
|
||||||
console.log("统计信息", res.data)
|
|
||||||
|
|
||||||
|
|
||||||
_this.statistics = res.data || {};
|
_this.statistics = res.data || {};
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
this.$util.Tips({title: err});
|
this.$util.Tips({title: err});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue