ソースを参照

申请列表跳详情修改

ZhangWenQiang 6 年 前
コミット
8b675eccfe
1 ファイル変更0 行追加4 行削除
  1. 0 4
      pages/apply-list/index.js

+ 0 - 4
pages/apply-list/index.js

@@ -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,
     })