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