bayi 1 år sedan
förälder
incheckning
af0316af42

+ 1 - 1
components/worksList/index.less

@@ -1,7 +1,7 @@
 .worksList {
     .playLine {
         position: fixed;
-        top: 60%;
+        top: 50%;
         z-index: 999;
         width: 100%;
         height: 1rpx;

+ 1 - 1
components/worksList/index.wxss

@@ -1,6 +1,6 @@
 .worksList .playLine {
   position: fixed;
-  top: 60%;
+  top: 50%;
   z-index: 999;
   width: 100%;
   height: 1rpx;

+ 1 - 1
pages/ranking/index.less

@@ -75,7 +75,7 @@
                 }
 
                 .iconBox {
-                    margin: 8rpx 0rpx 4rpx;
+                    margin: 14rpx 0rpx 4rpx;
                     display: flex;
                     align-items: center;
 

+ 1 - 1
pages/ranking/index.wxss

@@ -68,7 +68,7 @@
   border-radius: 50%;
 }
 .rankingBox .podiumBox .podiumContent .user .iconBox {
-  margin: 8rpx 0rpx 4rpx;
+  margin: 14rpx 0rpx 4rpx;
   display: flex;
   align-items: center;
 }

+ 1 - 1
pages/works/index.wxml

@@ -21,6 +21,6 @@
     <view class="logo">
         <image src="/static/works.png" class="icon" />优秀作品展播
     </view>
-    <worksList id="worksList" worksList="{{list}}" videoType="public" tabBarPadding='true' autoPlay='{{false}}' />
+    <worksList id="worksList" worksList="{{list}}" videoType="public" tabBarPadding='true' autoPlay='{{true}}' />
 </view>
 <canvas id='share' type="2d"> </canvas>

+ 3 - 3
utils/request.js

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