lex-xin 5 months ago
parent
commit
5fa92d5abe
2 changed files with 5 additions and 35 deletions
  1. 1 27
      miniprogram/pages/index/index.less
  2. 4 8
      miniprogram/pages/index/index.ts

+ 1 - 27
miniprogram/pages/index/index.less

@@ -155,44 +155,18 @@
 
 
 .goodsSection {
 .goodsSection {
   // margin-bottom: 156rpx;
   // margin-bottom: 156rpx;
-  padding-bottom: 154rpx;
+  // padding-bottom: 154rpx;
 }
 }
 
 
 .goodsIntro {
 .goodsIntro {
   background: #FFFFFF;
   background: #FFFFFF;
-  border-radius: 20rpx;
   overflow: hidden;
   overflow: hidden;
-  margin: 16rpx 16rpx 8rpx;
-
-  .title {
-    font-weight: 600;
-    font-size: 32rpx;
-    color: #131415;
-    line-height: 44rpx;
-    padding: 28rpx 24rpx;
-  }
 
 
   .images {
   .images {
     image {
     image {
       display: block;
       display: block;
       width: 100%;
       width: 100%;
     }
     }
-
-    .img1 {
-      height: 1128rpx;
-    }
-
-    .img2 {
-      height: 1810rpx
-    }
-
-    .img3 {
-      height: 1336rpx;
-    }
-
-    .img4 {
-      height: 1750rpx;
-    }
   }
   }
 }
 }
 
 

+ 4 - 8
miniprogram/pages/index/index.ts

@@ -49,16 +49,12 @@ Page({
    */
    */
   data: {
   data: {
     goodsImgList: [
     goodsImgList: [
-      'https://oss.dayaedu.com/ktyq/1739182504757.png',
-      'https://oss.dayaedu.com/ktyq/1739182521080.png',
-      'https://oss.dayaedu.com/ktyq/1739182535430.png',
-      'https://oss.dayaedu.com/ktyq/1739182557976.png',
-      'https://oss.dayaedu.com/ktyq/1739182545221.png'
+      'https://oss.dayaedu.com/ktyq/1739523537634.png',
+      'https://oss.dayaedu.com/ktyq/1739523564827.png',
+      'https://oss.dayaedu.com/ktyq/1739523574402.png',
+      'https://oss.dayaedu.com/ktyq/1739523583463.png'
     ],
     ],
     current: 0,
     current: 0,
-    autoplay: false,
-    interval: 5000,
-    duration: 500,
     popupShow: false,
     popupShow: false,
     instrumentList: [] as any,
     instrumentList: [] as any,
     list: [] as any,
     list: [] as any,