瀏覽代碼

feature: 调整首页item列表的UI

Damon 7 月之前
父節點
當前提交
84f78c62ec
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      pages/index/index.wxml
  2. 1 0
      utils/route_constant.js

File diff suppressed because it is too large
+ 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";