your_username 5 hari lalu
induk
melakukan
936727917f
2 mengubah file dengan 27 tambahan dan 3 penghapusan
  1. 24 0
      pages.json
  2. 3 3
      pages/my/index.vue

+ 24 - 0
pages.json

@@ -443,6 +443,30 @@
 				"navigationStyle": "custom"
 			}
 		},
+		{
+			"path": "pages/recruitmentData/index",
+			"style": {
+				"navigationBarTitleText": "招聘数据",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/recruitmentData/dataCenter",
+			"style": {
+				"navigationBarTitleText": "招聘数据中心",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/recruitmentData/communicationRecords",
+			"style": {
+				"navigationBarTitleText": "沟通记录",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},
 		{
 			"path": "pages/msg/interviewInvitation",
 			"style": {

+ 3 - 3
pages/my/index.vue

@@ -480,15 +480,15 @@
             class="info-box-num flex align-center justify-between"
             v-if="XCXIsSelect != '否'"
           >
-            <view class="info-box-num-td" @click="goNav('/pages/my/onlineResume')">
+            <view class="info-box-num-td" @click="goNav('/pages/recruitmentData/communicationRecords')">
               <view class="info-box-num-td-num"> 0 </view>
               <view class="info-box-num-td-name">沟通过</view>
             </view>
-            <view class="info-box-num-td" @click="goNav('/pages/my/onlineResume')">
+            <view class="info-box-num-td" @click="goNav('/pages/recruitmentData/communicationRecords')">
               <view class="info-box-num-td-num"> 0 </view>
               <view class="info-box-num-td-name">面试</view>
             </view>
-            <view class="info-box-num-td" @click="goNav('/pages/my/onlineResume')">
+            <view class="info-box-num-td" @click="goNav('/pages/recruitmentData/communicationRecords')">
               <view class="info-box-num-td-num"> 0 </view>
               <view class="info-box-num-td-name">收藏</view>
             </view>