Compare commits
2 Commits
master
...
dev/v1.0.0
Author | SHA1 | Date |
---|---|---|
![]() |
105f9ea0f9 | |
![]() |
96443a5321 |
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "废钢回收"
|
||||
"navigationBarTitleText": "服务案例"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -85,19 +85,19 @@ const bannerList = [
|
|||
];
|
||||
|
||||
const entryItemList = ref([
|
||||
{
|
||||
path: "1.png",
|
||||
name: "报废车辆回收",
|
||||
url: "/pagesVehicle/index",
|
||||
},
|
||||
{
|
||||
path: "2.png",
|
||||
name: "电池回收",
|
||||
url: "/pagesBattery/index",
|
||||
},
|
||||
// {
|
||||
// path: "1.png",
|
||||
// name: "报废车辆回收",
|
||||
// url: "/pagesVehicle/index",
|
||||
// },
|
||||
// {
|
||||
// path: "2.png",
|
||||
// name: "电池回收",
|
||||
// url: "/pagesBattery/index",
|
||||
// },
|
||||
{
|
||||
path: "3.png",
|
||||
name: "废钢回收",
|
||||
name: "服务案例",
|
||||
url: "/pagesScrapSteel/index",
|
||||
},
|
||||
]);
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<view>主营业务:{{ item.business }}</view>
|
||||
<!-- <view>主营业务:{{ item.business }}</view> -->
|
||||
<view>货场名称:{{ item.name }}</view>
|
||||
<view>货场地址:{{ item.address }}</view>
|
||||
<view
|
||||
|
|
Loading…
Reference in New Issue