瀏覽代碼

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