|
@@ -3,6 +3,10 @@ function tuangou_init(tt) {
|
|
|
window.location.href = "/yeweihui/tgPublish.html?userId=" + $('#userId').val();
|
|
|
});
|
|
|
|
|
|
+ $('#tg_publish2').on('click', function () {
|
|
|
+ window.location.href = "/yeweihui/tgPublish.html?userId=" + $('#userId').val();
|
|
|
+ });
|
|
|
+
|
|
|
$('#tg_btnQZ1').on('click', function () {
|
|
|
getListData();
|
|
|
});
|