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 });
 		},