浏览代码

[edit][cookie]

zhangwei 2 年之前
父节点
当前提交
abce2c42f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/toolbox/index.vue

+ 1 - 1
pages/toolbox/index.vue

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