@@ -85,10 +85,6 @@ Page({
id,
cate
} = e.currentTarget.dataset
- if (cate == 4) {
- showToast("该岗位为拼工岗位,请到app上查看");
- return;
- }
wx.navigateTo({
url: '../detail/index?hpPositionId=' + id + "&cate=" + cate,
})