Kaynağa Gözat

feature: 调整首页item列表的UI

Damon 7 ay önce
ebeveyn
işleme
84f78c62ec
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 1 1
      pages/index/index.wxml
  2. 1 0
      utils/route_constant.js

Dosya farkı çok büyük olduğundan ihmal edildi
+ 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";