فهرست منبع

[fix] toolBox jump

wenliming 2 سال پیش
والد
کامیت
30e52fc646
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages/toolbox/index.vue

+ 1 - 1
pages/toolbox/index.vue

@@ -208,7 +208,7 @@ export default {
 				srcContentId: this.detail.srcContentId || '',
 				postNickName: this.detail.srcUserId || '',
 				createTime: Date.now(),
-				jump_type: 'jump_info',
+				jump_type: 'tool_box',
 			};
 			Cookies.set('jump_info', JSON.stringify(pickupInfo), { expires: 1000 });
 		},