1、首页:平台推荐列表跳转详情

2、发布页面标题:发布信息
This commit is contained in:
wangzimeng 2025-07-26 18:26:09 +08:00
parent d939d93686
commit 3564721d23
3 changed files with 4 additions and 4 deletions

View File

@ -23,12 +23,12 @@
{ {
"path": "pages/index/fabu", "path": "pages/index/fabu",
"style": { "style": {
"navigationBarTitleText": "发布", "navigationBarTitleText": "发布信息",
"enablePullDownRefresh": true "enablePullDownRefresh": true
}, },
"meta": { "meta": {
"sync": true, "sync": true,
"title": "发布", "title": "发布信息",
"group": "商城" "group": "商城"
} }
}, },

View File

@ -1,7 +1,7 @@
<template> <template>
<!-- <view> 发布 </view> --> <!-- <view> 发布 </view> -->
<s-layout title="发布" tabbar="/pages/index/fabu" :bgStyle="{ color: '#fff' }"> <s-layout title="发布信息" tabbar="/pages/index/fabu" :bgStyle="{ color: '#fff' }">
</s-layout> </s-layout>
</template> </template>

View File

@ -83,7 +83,7 @@
src="https://jiangxiaoxian.0rui.cn/nextMore.png" mode=""></image> src="https://jiangxiaoxian.0rui.cn/nextMore.png" mode=""></image>
</view> </view>
</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="reListItem">
<!-- 左侧图片 --> <!-- 左侧图片 -->
<view class="listItem-images"> <view class="listItem-images">