Authored by htoooth

fix login

@@ -224,7 +224,7 @@ $tabpanel.on('click', '.js-tab', function() { @@ -224,7 +224,7 @@ $tabpanel.on('click', '.js-tab', function() {
224 $tabpanel 224 $tabpanel
225 .on('click', '.js-prizeitem,.js-join', function() { 225 .on('click', '.js-prizeitem,.js-join', function() {
226 let id = $(this).data('id'); 226 let id = $(this).data('id');
227 - let href = DETAIL_URI + '/' + id + '.html'; 227 + let href = DETAIL_URI + '/' + id + '.html?t=1';
228 228
229 if (yoho && yoho.isApp) { 229 if (yoho && yoho.isApp) {
230 let link = yoho.parseUrl(href); 230 let link = yoho.parseUrl(href);