Jelajahi Sumber

重构代码

重构老人机代码
chenyi406 2 tahun lalu
induk
melakukan
b2f734e3c7

+ 1 - 1
app.json

@@ -15,7 +15,7 @@
   "window": {
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#5D88FF",
-    "navigationBarTitleText": "华航置云",
+    "navigationBarTitleText": "老人机定位",
     "navigationBarTextStyle": "white"
   },
 

+ 1 - 1
pages/device/list/list.json

@@ -1,3 +1,3 @@
 {
-  "usingComponents": {}
+  "navigationBarTitleText": "设备管理"
 }

+ 1 - 0
pages/index/index.json

@@ -1,2 +1,3 @@
 {
+  "navigationBarTitleText": "首页"
 }

+ 1 - 1
pages/my/my.wxml

@@ -24,7 +24,7 @@
 
 <view class="menu" bindtap="toVolume">
 	<image src="/imgs/set/volume.png" class="menu-icon" />
-	<text>音设置</text>
+	<text>音设置</text>
 	<image src="/imgs/arrows.png" class="menu-arrows"></image>
 </view>
 

+ 1 - 1
pages/set/devicename/devicename.json

@@ -1,3 +1,3 @@
 {
-  "usingComponents": {}
+  "navigationBarTitleText": "修改名称"
 }

+ 1 - 1
pages/set/other/other.json

@@ -1,3 +1,3 @@
 {
-  "usingComponents": {}
+  "navigationBarTitleText": "其他设置"
 }

+ 1 - 1
project.config.json

@@ -41,7 +41,7 @@
   "compileType": "miniprogram",
   "libVersion": "2.17.3",
   "appid": "wxe90699b45e28a0b6",
-  "projectname": "4G-talk",
+  "projectname": "OMP",
   "debugOptions": {
     "hidedInDevtools": []
   },