Browse Source

更新初始画面

tremble 3 năm trước cách đây
mục cha
commit
4839aacf72
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Controls/Panel/Main.vue

+ 1 - 1
src/components/Controls/Panel/Main.vue

@@ -223,7 +223,7 @@ const onClickCategory = (item) => {
 };
 
 const onClickShop = (item) => {
-  window.location.href = "".concat(window.location.pathname, "?").concat(`m=${item.sceneUrl}&novideo=1`);
+  window.location.href = "".concat(window.location.pathname, "?").concat(`m=${item.sceneUrl}&novideo=1&${item.inPosition}`);
 };