Ver código fonte

管乐迷报告

liushengqiang 2 anos atrás
pai
commit
1c8c0c4023
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      src/page-gym/detail/index.tsx
  2. 1 1
      src/view/evaluating/index.tsx

+ 1 - 1
src/page-gym/detail/index.tsx

@@ -57,7 +57,7 @@ export default defineComponent({
 				// console.log("🚀 ~ screenData:", screenData.content);
 				const { isSpecialShapedScreen, notchHeight } = screenData.content;
 				if (isSpecialShapedScreen) {
-					detailData.paddingLeft = 25 + "px";
+					detailData.paddingLeft = 10 + "px";
 				}
 			}
 		};

+ 1 - 1
src/view/evaluating/index.tsx

@@ -320,7 +320,7 @@ export const handleViewReport = (key: "recordId" | "recordIdStr", type: "gym" |
 	let url = "";
 	switch (type) {
 		case "gym":
-			url = location.origin + location.pathname + "report/" + id;
+			url = location.origin + location.pathname + "#/report/" + id;
 			break;
 		case "orchestra":
 			url = location.origin + location.pathname + "report-share.html?id=" + id;