戴艳蓉 3 anos atrás
pai
commit
ad6504ce1d

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/index.html


+ 1 - 0
dist/static/css/chunk-95130142.31a930c2.css

@@ -0,0 +1 @@
+.introduce[data-v-6d3b12b1]{background:#e6e6dc;position:fixed;width:100%;height:100%}.introduce .list[data-v-6d3b12b1]{position:relative;width:100%;height:100%;overflow-y:scroll}.introduce .list img[data-v-6d3b12b1]{display:inline-block;width:100%;margin:-5px 0 0 0}.introduce .header[data-v-6d3b12b1]{position:absolute;height:46px;width:100%;top:0;left:0;z-index:2}.introduce .header img[data-v-6d3b12b1]{width:8px;margin:17px 0 0 16px}

+ 0 - 1
dist/static/css/chunk-c833cdfe.5390a16e.css

@@ -1 +0,0 @@
-.introduce[data-v-bd59b8d6]{background:#e6e6dc;position:fixed;width:100%;height:100%}.introduce .list[data-v-bd59b8d6]{position:relative;width:100%;height:100%;overflow-y:scroll}.introduce .list img[data-v-bd59b8d6]{display:inline-block;width:100%;margin:-5px 0 0 0}.introduce .header[data-v-bd59b8d6]{position:absolute;height:46px;width:100%;top:0;left:0;z-index:2}.introduce .header img[data-v-bd59b8d6]{width:8px;margin:17px 0 0 16px}

BIN
dist/static/img/1.0@2x.8afba0c7.png


BIN
dist/static/img/1.0@2x.bcb507d8.jpg


BIN
dist/static/img/2.0@2x.2ee2ca84.png


BIN
dist/static/img/2.0@2x.3bcfa8e5.jpg


BIN
dist/static/img/3.0@2x.272b4c27.jpg


BIN
dist/static/img/3.0@2x.53c36e03.png


BIN
dist/static/img/4.0@2x.371d2d63.jpg


BIN
dist/static/img/4.0@2x.4578add7.png


BIN
dist/static/img/5.0@2x.2fe4605b.png


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/app.71f57695.js


BIN
dist/static/js/app.71f57695.js.gz


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/app.da70d951.js


BIN
dist/static/js/app.da70d951.js.gz


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-95130142.fee341ad.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-c833cdfe.af80236d.js


+ 0 - 0
src/assets/images/introduce/1/1.0@2x.png → src/assets/images/1 - 副本/1.0@2x.png


+ 0 - 0
src/assets/images/introduce/1/2.0@2x.png → src/assets/images/1 - 副本/2.0@2x.png


+ 0 - 0
src/assets/images/introduce/1/3.0@2x.png → src/assets/images/1 - 副本/3.0@2x.png


+ 0 - 0
src/assets/images/introduce/1/4.0@2x.png → src/assets/images/1 - 副本/4.0@2x.png


+ 0 - 0
src/assets/images/introduce/1/5.0@2x.png → src/assets/images/1 - 副本/5.0@2x.png


BIN
src/assets/images/introduce/1/1.0@2x.jpg


BIN
src/assets/images/introduce/1/2.0@2x.jpg


BIN
src/assets/images/introduce/1/3.0@2x.jpg


BIN
src/assets/images/introduce/1/4.0@2x.jpg


+ 3 - 3
src/router/index.js

@@ -20,14 +20,14 @@ const routes = [
                 path: 'paddy',
                 component: () => import('@/views/paddy/index'),
                 name: 'paddy',
-                alwaysShow: true,
+                // alwaysShow: true,
                 meta: { title: '稻田', noCache: true, breadcrumb: true }
             },
             {
                 path: 'product',
                 component: () => import('@/views/product/index'),
                 name: 'product',
-                alwaysShow: true,
+                // alwaysShow: true,
                 meta: { title: '产品', noCache: true, breadcrumb: true }
             },
 
@@ -35,7 +35,7 @@ const routes = [
                 path: 'my',
                 component: () => import('@/views/my/index'),
                 name: 'my',
-                alwaysShow: true,
+                // alwaysShow: true,
                 meta: { title: '我的', noCache: true, breadcrumb: true }
             },
         ]

+ 3 - 3
src/views/introduce/index.vue

@@ -21,7 +21,7 @@ export default {
       list: [
         {
           index: 1,
-          total: 5,
+          total: 4,
         },
         {
           index: 2,
@@ -64,12 +64,12 @@ export default {
     getImgList(index) {
       let total = 0;
       let findi = this.list.findIndex((v) => v.index === Number(index) );
-      console.log(index,findi);
+      // console.log(index,findi);
       if (findi !== -1) {
         total = this.list[findi].total;
       }
       for(let i=0;i<total;i++){
-        this.showList.push(require(`@/assets/images/introduce/${index}/${i+1}.0@2x.png`))
+        this.showList.push(require(`@/assets/images/introduce/${index}/${i+1}.0@2x.${index+''==='1'?'jpg':'png'}`))
       }
     },
   },

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff