feat: 优化
This commit is contained in:
parent
96443a5321
commit
105f9ea0f9
|
@ -58,7 +58,7 @@
|
||||||
{
|
{
|
||||||
"path": "index",
|
"path": "index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "废钢回收"
|
"navigationBarTitleText": "服务案例"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -97,7 +97,7 @@ const entryItemList = ref([
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
path: "3.png",
|
path: "3.png",
|
||||||
name: "废钢回收",
|
name: "服务案例",
|
||||||
url: "/pagesScrapSteel/index",
|
url: "/pagesScrapSteel/index",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue