gjy 3 лет назад
Родитель
Сommit
66219c0c34
4 измененных файлов с 36 добавлено и 0 удалено
  1. 7 0
      pages.json
  2. 11 0
      pages/grain_pulse/enter.vue
  3. 18 0
      pages/grain_pulse/home.vue
  4. BIN
      static/img/liangmai/ruzhu.png

+ 7 - 0
pages.json

@@ -93,6 +93,13 @@
 				"navigationBarTitleText": "纠错"
 				"navigationBarTitleText": "纠错"
 			}
 			}
 		},
 		},
+		{
+			"path": "pages/grain_pulse/enter",
+			"style": {
+				"enablePullDownRefresh": true,
+				"navigationBarTitleText": "入驻"
+			}
+		},
 		{
 		{
 			"path": "pages/sale/portprice",
 			"path": "pages/sale/portprice",
 			"style": {
 			"style": {

+ 11 - 0
pages/grain_pulse/enter.vue

@@ -0,0 +1,11 @@
+<template>
+	<view>
+		11111
+	</view>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 18 - 0
pages/grain_pulse/home.vue

@@ -59,6 +59,11 @@
 				</view>
 				</view>
 			</view>
 			</view>
 		</view>
 		</view>
+		<view class="enter">
+			<image style='width:56.5px;height:28px;' src="../../static/img/liangmai/ruzhu.png" mode=""></image>
+			<view class='enter-content'>入驻</view>
+		</view>
+		
 	</view>
 	</view>
 </template>
 </template>
 
 
@@ -238,4 +243,17 @@
 		margin-top:8px;
 		margin-top:8px;
 	}
 	}
 	/* 数据--》 */
 	/* 数据--》 */
+	.enter{
+		position:fixed;
+		right:0;
+		width:56.5px;height:28px;
+	}
+	.enter-content{
+		position:absolute;
+		right:5px;
+		top:50%;
+		transform: translateY(-50%);
+		color:#fff;
+		
+	}
 </style>
 </style>

BIN
static/img/liangmai/ruzhu.png