Browse Source

岗位详情分享接口参数移除部分无用字段

ZhangWenQiang 6 years ago
parent
commit
b6471e4aed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/detail/index.js

+ 1 - 1
pages/detail/index.js

@@ -79,7 +79,7 @@ Page({
     var hpuser = wx.getStorageSync('hpuser');
     return {
       title: '开心工作入职有奖',
-      path: '/pages/detail/index?user_id=' + hpuser.id + '&user_token=' + shareToken + '&cate=' + this.data.positionCategory + '&hpPositionId=' + this.data.hpPositionId,
+      path: '/pages/detail/index?cate=' + this.data.positionCategory + '&hpPositionId=' + this.data.hpPositionId,
       imageUrl: ''
     }
   },