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