瀏覽代碼

前端gjy

gjy 3 年之前
父節點
當前提交
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. 二進制
      static/img/liangmai/ruzhu.png

+ 7 - 0
pages.json

@@ -93,6 +93,13 @@
 				"navigationBarTitleText": "纠错"
 			}
 		},
+		{
+			"path": "pages/grain_pulse/enter",
+			"style": {
+				"enablePullDownRefresh": true,
+				"navigationBarTitleText": "入驻"
+			}
+		},
 		{
 			"path": "pages/sale/portprice",
 			"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 class="enter">
+			<image style='width:56.5px;height:28px;' src="../../static/img/liangmai/ruzhu.png" mode=""></image>
+			<view class='enter-content'>入驻</view>
+		</view>
+		
 	</view>
 </template>
 
@@ -238,4 +243,17 @@
 		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>

二進制
static/img/liangmai/ruzhu.png