Kaynağa Gözat

Merge branch 'master' of https://git.nanodreamtech.com/Boss/yizhizan-h5

lyuis 7 ay önce
ebeveyn
işleme
5b4a15537a
2 değiştirilmiş dosya ile 9 ekleme ve 10 silme
  1. 7 9
      package/my/resume.vue
  2. 2 1
      pages/my/index.vue

+ 7 - 9
package/my/resume.vue

@@ -147,19 +147,17 @@ export default {
     this.getDetails();
   },
   methods: {
-    goUpdetes() {
-      uni.navigateTo({
-        url: "/my/publish/editors?resumesId=" + this.list.resumesId,
-      });
-    },
     goUpdete() {
       if (JSON.stringify(this.list) != "{}") {
-        uni.navigateTo({
-          url: "/my/publish/editor?resumesId=" + this.list.resumesId,
-        });
+		  uni.navigateTo({
+		    url: "/pages/my/onlineResume",
+		  });
+        // uni.navigateTo({
+        //   url: "/my/publish/editor?resumesId=" + this.list.resumesId,
+        // });
       } else {
         uni.navigateTo({
-          url: "/my/publish/editor",
+          url: "/pages/my/onlineResume",
         });
       }
     },

+ 2 - 1
pages/my/index.vue

@@ -416,7 +416,7 @@
 					<view class="job-management-card" @click="goJobManagement">
 						<view class="job-management-content">
 							<view class="job-count-text">
-								<text class="count-number">{{postPushCount}}</text>
+								<text class="count-number">{{postPushCount || 0}}</text>
 								<text class="count-label">个在线职位</text>
 							</view>
 							<view class="arrow-icon">
@@ -852,6 +852,7 @@
 				that.deliveryCount = 0;
 				that.browseCount = 0;
 				that.collectionCount = 0;
+				that.postPushCount = 0;
 				that.token = "";
 				that.isLogin = true;
 				that.userName = "登录";