Browse Source

修复 首页瀑布流 显示间距问题

XSXS 1 week ago
parent
commit
e393f7575a
2 changed files with 7 additions and 5 deletions
  1. 1 1
      components/w-waterfall/w-waterfall.vue
  2. 6 4
      manifest.json

+ 1 - 1
components/w-waterfall/w-waterfall.vue

@@ -19,7 +19,7 @@ export default {
 	props: {
 		sideGap: {
 			type: Number,
-			default: 20
+			default: 5
 		},
 		itemGap: {
 			type: Number,

+ 6 - 4
manifest.json

@@ -83,7 +83,9 @@
                     "appleiap" : {}
                 },
                 "speech" : {},
-                "oauth" : {},
+                "oauth" : {
+                    "univerify" : {}
+                },
                 "push" : {
                     "unipush" : {
                         "version" : "2",
@@ -108,9 +110,9 @@
                 "iosStyle" : "common",
                 "ios" : {},
                 "android" : {
-                    "xxhdpi" : "/static/image/1080x1882.9.png",
-                    "xhdpi" : "/static/image/1080x1882.9.png",
-                    "hdpi" : "/static/image/1080x1882.9.png"
+                    "xxhdpi" : "static/image/1082x1884.9.png",
+                    "xhdpi" : "static/image/1082x1884.9.png",
+                    "hdpi" : "static/image/1082x1884.9.png"
                 }
             },
             "icons" : {