Browse Source

小程序:商家端-商品添加api

panyong 2 years ago
parent
commit
42023f0181
2 changed files with 13 additions and 16 deletions
  1. 0 8
      htmldev/wxMini/app.json
  2. 13 8
      htmldev/wxMini/pages/home/home.wxss

+ 0 - 8
htmldev/wxMini/app.json

@@ -25,14 +25,6 @@
     "pages/businessVideoEdit/businessVideoEdit",
     "pages/businessLeavingAMessage/businessLeavingAMessage"
   ],
-  "permission": {
-    "scope.userLocation": {
-      "desc": "你的位置信息将用于为了确认您所选的出发地、目的地地理位置"
-    }
-  },
-  "requiredPrivateInfos": [
-    "chooseLocation"
-  ],
   "window": {
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#CCCCCC",

+ 13 - 8
htmldev/wxMini/pages/home/home.wxss

@@ -124,7 +124,7 @@
   display: flex;
   flex-direction: column;
   align-items: center;
-  width: 690rpx;
+  width: 718rpx;
   margin: 0 auto;
 }
 
@@ -133,18 +133,23 @@
   justify-content: space-between;
   align-items: center;
   width: 100%;
-  padding: 20rpx 0;
+  padding: 20rpx 0 0;
 }
 
-.marketing-wrap .new-goods,
+.marketing-wrap .new-goods {
+  width: 342rpx;
+  height: 224rpx;
+}
 .marketing-wrap .vr {
-  width: 339rpx;
-  height: 194rpx;
+  width: 346rpx;
+  height: 216rpx;
 }
 
-.marketing-wrap .media {
-  width: 100%;
-  height: 175rpx;
+.media {
+  display: block;
+  width: 718rpx;
+  height: 202rpx;
+  margin: 0 auto;
 }
 
 .excellent-goods-title {