소스 검색

feature: 调整首页item列表的UI

Damon 7 달 전
부모
커밋
84f78c62ec
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/index/index.wxml
  2. 1 0
      utils/route_constant.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
pages/index/index.wxml


+ 1 - 0
utils/route_constant.js

@@ -3,6 +3,7 @@ const indexRoot = "pages/index/index";
 const loginRoot = "pages/login/login";
 const connectBleRoot = "pages/connectBle/connectBle";
 
+  ///跳转路径
 const index = "../index/index";
 const login = "../login/login";
 const about = "../about/about";