Commit 9ed5b184c23fa831b9f29be84afcb11afea4ceaf

Authored by zouyang0921
1 parent 956d500a

[年会抽奖]调整上传图片

Showing 1 changed file with 1 additions and 2 deletions
mobile.js
... ... @@ -186,8 +186,7 @@ var action = {
186 186 var callback = function(data) {
187 187 var html = template('seatListTmpl', {
188 188 list: data.data,
189   - // userSeat: action.userInfo.table_no,
190   - userSeat: '01'
  189 + userSeat: action.userInfo.table_no
191 190 });
192 191 $('.seat-list').html(html);
193 192 };
... ...