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