1、首页:平台推荐列表跳转详情
2、发布页面标题:发布信息
This commit is contained in:
parent
d939d93686
commit
3564721d23
@ -23,12 +23,12 @@
|
||||
{
|
||||
"path": "pages/index/fabu",
|
||||
"style": {
|
||||
"navigationBarTitleText": "发布",
|
||||
"navigationBarTitleText": "发布信息",
|
||||
"enablePullDownRefresh": true
|
||||
},
|
||||
"meta": {
|
||||
"sync": true,
|
||||
"title": "发布",
|
||||
"title": "发布信息",
|
||||
"group": "商城"
|
||||
}
|
||||
},
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<!-- <view> 发布 </view> -->
|
||||
|
||||
<s-layout title="发布" tabbar="/pages/index/fabu" :bgStyle="{ color: '#fff' }">
|
||||
<s-layout title="发布信息" tabbar="/pages/index/fabu" :bgStyle="{ color: '#fff' }">
|
||||
</s-layout>
|
||||
|
||||
</template>
|
||||
|
@ -83,7 +83,7 @@
|
||||
src="https://jiangxiaoxian.0rui.cn/nextMore.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="rrecommList" v-for="(item,index) in rentList" :key="index">
|
||||
<view class="rrecommList" v-for="(item,index) in rentList" :key="index" @click="toPage(`/pages/canteenRent/rentDetail?id=` + item.id)">
|
||||
<view class="reListItem">
|
||||
<!-- 左侧图片 -->
|
||||
<view class="listItem-images">
|
||||
|
Loading…
x
Reference in New Issue
Block a user