bayi 1 rok pred
rodič
commit
93027f2973
3 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 1 1
      pages/score/index.less
  2. 1 1
      pages/score/index.wxss
  3. 3 3
      utils/request.js

+ 1 - 1
pages/score/index.less

@@ -2,7 +2,7 @@
     background-color: #50AE75;
     background-color: #50AE75;
     width: 100vw;
     width: 100vw;
     height: 100vh;
     height: 100vh;
-    overflow: hidden;
+    overflow: auto;
 
 
     .scoreBox {
     .scoreBox {
         width: 610rpx;
         width: 610rpx;

+ 1 - 1
pages/score/index.wxss

@@ -2,7 +2,7 @@
   background-color: #50AE75;
   background-color: #50AE75;
   width: 100vw;
   width: 100vw;
   height: 100vh;
   height: 100vh;
-  overflow: hidden;
+  overflow: auto;
 }
 }
 .container .scoreBox {
 .container .scoreBox {
   width: 610rpx;
   width: 610rpx;

+ 3 - 3
utils/request.js

@@ -6,13 +6,13 @@ const {
         envVersion
         envVersion
     }
     }
 } = wx.getAccountInfoSync();
 } = wx.getAccountInfoSync();
-/* if (envVersion == 'develop') {
+if (envVersion == 'develop') {
     baseUrl = 'https://reader-api.efunbox.cn/wx'
     baseUrl = 'https://reader-api.efunbox.cn/wx'
     oldUrl = 'https://reader-api.efunbox.cn'
     oldUrl = 'https://reader-api.efunbox.cn'
-} else { */
+} else {
     baseUrl = 'https://reader-api.ai160.com/wx'
     baseUrl = 'https://reader-api.ai160.com/wx'
     oldUrl = 'https://reader-api.ai160.com'
     oldUrl = 'https://reader-api.ai160.com'
-// }
+}
 
 
 function request(url, method, data, oldBaseUrl = false, intercept = true) {
 function request(url, method, data, oldBaseUrl = false, intercept = true) {
     let header = {
     let header = {