Commit 0ff3f166 authored by youjie's avatar youjie

no message

parent db747bf2
......@@ -278,7 +278,7 @@
Month: 0,
DiningID: 0,
DiningIDList:[],
DiningIDs: [],
DiningIDs: '',
QStatus:0,
loading: false,
uid:0,
......@@ -300,7 +300,7 @@
};
},
methods: {
// 多选餐厅
// 多选
getMultipleChoice(){
if(this.msg.DiningIDList.length>1){
if(this.msg.DiningIDList.at(-1)==0){
......@@ -319,7 +319,6 @@
this.msg.DiningID = this.msg.DiningIDList[0]
this.msg.DiningIDs = ''
}
},
stockColor: function (type) {
if (type === 1) {
......
......@@ -280,7 +280,7 @@
Month: 0,
CouponsId: 0,
CouponsIdList:[],
CouponsIds: [],
CouponsIds: '',
QStatus: 0,
loading: false,
uid:0,
......
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