1.修复走马灯刷新不重新滚动问题
This commit is contained in:
@@ -329,6 +329,7 @@
|
||||
},
|
||||
initData() {
|
||||
let _this = this;
|
||||
this.orderListData = [];
|
||||
httpRequest("GET", this.url + 'terminal/neglect/large-screen/ranking' , {}, {"authorization": "57ee87183f2a4fa59683ec9ef41c8f5d"}).then(function (res) {
|
||||
if (res?.code === '00000') {
|
||||
_this.dinnerType = res.data.dinnerType;
|
||||
|
||||
Reference in New Issue
Block a user