Explorar o código

注释功能待开发代码

wkw hai 7 meses
pai
achega
dce5e1995f
Modificáronse 2 ficheiros con 11 adicións e 12 borrados
  1. 7 9
      package/my/resume.vue
  2. 4 3
      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",
         });
       }
     },

+ 4 - 3
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">
@@ -621,7 +621,7 @@
 											我的权益
 										</view>
 									</view>
-									<view class="util-item" @click="showToast('功能开发中')">
+									<!-- <view class="util-item" @click="showToast('功能开发中')">
 										<image src="../../static/images/my/icon/utils/wallet.png"
 											style="width: 54rpx; height: 54rpx" mode=""></image>
 										<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
@@ -641,7 +641,7 @@
 										<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
 											个人主页
 										</view>
-									</view>
+									</view> -->
 									<view class="util-item" @click="goNav('/pages/my/myCompany')">
 										<image src="../../static/images/my/icon/utils/company.png"
 											style="width: 54rpx; height: 54rpx" mode=""></image>
@@ -852,6 +852,7 @@
 				that.deliveryCount = 0;
 				that.browseCount = 0;
 				that.collectionCount = 0;
+				that.postPushCount = 0;
 				that.token = "";
 				that.isLogin = true;
 				that.userName = "登录";