增加:在线买单 - 增加餐费积分抵扣功能

This commit is contained in:
wuhui_zzw 2024-06-21 15:37:30 +08:00
parent 9e6a9ecdff
commit c963f899d4
1 changed files with 0 additions and 4 deletions

View File

@ -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});