chengjie 7 年之前
父节点
当前提交
7f458ad699
共有 3 个文件被更改,包括 14 次插入3 次删除
  1. 1 1
      app.js
  2. 11 1
      app.json
  3. 2 1
      pages/main/default.wxss

+ 1 - 1
app.js

@@ -14,7 +14,7 @@ App({
14
     this.globalData.systemInfo = wx.getSystemInfoSync();
14
     this.globalData.systemInfo = wx.getSystemInfoSync();
15
   },
15
   },
16
   globalData: {
16
   globalData: {
17
-    version: "1.0.8",
17
+    version: "1.0.9",
18
     IsProduction: true,
18
     IsProduction: true,
19
     ProgramID: 105,
19
     ProgramID: 105,
20
     AppID: "wx1fef080f74481cbd",
20
     AppID: "wx1fef080f74481cbd",

+ 11 - 1
app.json

@@ -18,5 +18,15 @@
18
     "navigationBarTextStyle": "black",
18
     "navigationBarTextStyle": "black",
19
     "backgroundColor": "#000000",
19
     "backgroundColor": "#000000",
20
     "enablePullDownRefresh": false
20
     "enablePullDownRefresh": false
21
-  }
21
+  },
22
+  "navigateToMiniProgramAppIdList": [
23
+    "wx46a7b4c420e6d38f",
24
+    "wx1fef080f74481cbd",
25
+    "wx331e8dd070f01d0e",
26
+    "wx313a8f2c0741efe1",
27
+    "wxb54a6d5aff836ee3",
28
+    "wxa5e33c61fe37dd01",
29
+    "wxaa1a8b48d9853872",
30
+    "wx80059777521b897c"
31
+  ]
22
 }
32
 }

+ 2 - 1
pages/main/default.wxss

@@ -163,8 +163,9 @@
163
   margin-top: 70rpx;
163
   margin-top: 70rpx;
164
   font-weight: 500;
164
   font-weight: 500;
165
   position: relative;
165
   position: relative;
166
-  width: 144rpx;
166
+  width: 154rpx;
167
   height:50rpx;
167
   height:50rpx;
168
+  text-align: center;
168
 }
169
 }
169
 .panel00200 .textTitle4 {
170
 .panel00200 .textTitle4 {
170
   -webkit-text-stroke:10rpx #bd682d;
171
   -webkit-text-stroke:10rpx #bd682d;