tuangou.js 173 B

12345
  1. function tuangou_init(tt) {
  2. $('#tg_publish').on('click', function () {
  3. window.location.href = "/yeweihui/tgPublish.html?userId=" + $('#userId').val();
  4. });
  5. };