Răsfoiți Sursa

我的花店

shish 3 ani în urmă
părinte
comite
cc88fd5e3c
2 a modificat fișierele cu 5 adăugiri și 24 ștergeri
  1. 0 19
      mallApp/src/pages.json
  2. 5 5
      mallApp/src/pages/item/item.vue

+ 0 - 19
mallApp/src/pages.json

@@ -83,24 +83,5 @@
         "navigationBarBackgroundColor": "#fff",
         "navigationBarTitleText": "花卉宝",
         "navigationBarTextStyle": "black"
-    },
-    "tabBar": {
-        "color": "#C0C4CC",
-        "selectedColor": "#fa436a",
-        "borderStyle": "black",
-        "backgroundColor": "#ffffff",
-        "list": [{
-                "pagePath": "pages/home/recent",
-                "iconPath": "static/images/common/home-no.png",
-                "selectedIconPath": "static/images/common/home-is.png",
-                "text": "花店"
-            },
-            {
-                "pagePath": "pages/home/user",
-                "iconPath": "static/images/common/user-no.png",
-                "selectedIconPath": "static/images/common/user-is.png",
-                "text": "我的"
-            }
-        ]
     }
 }

+ 5 - 5
mallApp/src/pages/item/item.vue

@@ -3,7 +3,7 @@
 
 		<view class="input-wrap" >
 			<view class="search-bar">
-				<app-search-module v-model="py" placeholder="输字母找花材,如小菊输xj" @input="searchFn" />
+				<app-search-module v-model="py" placeholder="输入拼音首字母也可以搜索" @input="searchFn" />
 			</view>
 			<view style="padding:0 0upx 0 20upx;" >
 				<button class="admin-button-com middle blue" style="border:none;height:70upx;" @click="removeMemory(option.id)">清除已选</button>
@@ -538,10 +538,10 @@ export default {
 		box-sizing: border-box;
 	}
 	.item_list_bx {
-		padding: 40upx 16upx;
-    &:last-child{
-      margin-bottom: 70upx;
-    }
+		padding: 40upx 16upx 100upx 16upx;
+		&:last-child{
+			margin-bottom:70upx;
+		}
 	}
 	.item_list_title {
 		margin-bottom: 20upx;