Compare commits

...

2 Commits

Author SHA1 Message Date
admin 105f9ea0f9 feat: 优化 2024-09-24 15:53:11 +08:00
admin 96443a5321 feat: 去掉报废车辆回收和电池回收模块 2024-09-22 15:26:50 +08:00
3 changed files with 13 additions and 13 deletions

View File

@ -58,7 +58,7 @@
{ {
"path": "index", "path": "index",
"style": { "style": {
"navigationBarTitleText": "废钢回收" "navigationBarTitleText": "服务案例"
} }
}, },
{ {

View File

@ -85,19 +85,19 @@ const bannerList = [
]; ];
const entryItemList = ref([ const entryItemList = ref([
{ // {
path: "1.png", // path: "1.png",
name: "报废车辆回收", // name: "",
url: "/pagesVehicle/index", // url: "/pagesVehicle/index",
}, // },
{ // {
path: "2.png", // path: "2.png",
name: "电池回收", // name: "",
url: "/pagesBattery/index", // url: "/pagesBattery/index",
}, // },
{ {
path: "3.png", path: "3.png",
name: "废钢回收", name: "服务案例",
url: "/pagesScrapSteel/index", url: "/pagesScrapSteel/index",
}, },
]); ]);

View File

@ -18,7 +18,7 @@
></image> ></image>
</view> </view>
<view class="text"> <view class="text">
<view>主营业务{{ item.business }}</view> <!-- <view>主营业务{{ item.business }}</view> -->
<view>货场名称{{ item.name }}</view> <view>货场名称{{ item.name }}</view>
<view>货场地址{{ item.address }}</view> <view>货场地址{{ item.address }}</view>
<view <view