|
@@ -63,6 +63,7 @@
|
|
|
</div>
|
|
|
<div class="weui-btn-area">
|
|
|
<p id="gb_wc2" class="weui-btn weui-btn_primary">完成团购</p>
|
|
|
+ <p id="gb_ck2" class="weui-btn weui-btn_primary">查看参团信息</p>
|
|
|
</div>
|
|
|
<div style="height: 10vh;">
|
|
|
|
|
@@ -117,6 +118,10 @@
|
|
|
window.location.href = "/yeweihui/tuangou/member/list.html?jmId=" + tgItem.jmId + "&userId=" + userId;
|
|
|
});
|
|
|
|
|
|
+ $('#gb_ck2').on('click', function () {
|
|
|
+ window.location.href = "/yeweihui/tuangou/member/list.html?jmId=" + tgItem.jmId + "&userId=" + userId;
|
|
|
+ });
|
|
|
+
|
|
|
function goback() {
|
|
|
window.location.href = "/yeweihui/home.html?show=tuangou&userId=" + userId;
|
|
|
}
|