完善页面

This commit is contained in:
TOP糯米 2023-03-19 00:06:14 +08:00
parent 89582d28a4
commit 5e3d0bccfd
17 changed files with 7 additions and 110 deletions

View File

@ -127,12 +127,6 @@
"navigationBarTitleText": "联保" "navigationBarTitleText": "联保"
} }
}, },
{
"path": "pages/service/other/other",
"style": {
"navigationBarTitleText": "其他服务"
}
},
{ {
"path": "pages/service/other/project", "path": "pages/service/other/project",
"style": { "style": {

View File

@ -1,97 +0,0 @@
<template>
<app-layout title="其他服务">
<view class="common-service-nav-group">
<text class="section-title">建材安装服务</text>
<view class="group g1">
<view class="service-item" v-for="(item, index) in list" :key="index" @click="utils.toPage(item.page)">
<image class="service-icon" :src="item.cover" mode="scaleToFill" />
<text class="service-name limit-line clamp-1">
{{ item.title }}
</text>
</view>
</view>
</view>
</app-layout>
</template>
<script>
import AppLayout from "@/components/layout/layout";
export default {
name: "service-other",
data() {
return {
utils: this.$utils,
list: [
{
id: 1,
cover: require("@/static/temp/index/1.png"),
title: "电器安装",
page: "",
},
{
id: 2,
cover: require("@/static/temp/index/2.png"),
title: "卫浴吊顶安装",
page: "",
},
{
id: 3,
cover: require("@/static/temp/index/3.png"),
title: "水电安装",
page: "",
},
{
id: 4,
cover: require("@/static/temp/index/4.png"),
title: "烟道钻孔",
page: "",
},
{
id: 5,
cover: require("@/static/temp/index/5.png"),
title: "家具安装",
page: "",
},
{
id: 6,
cover: require("@/static/temp/index/6.png"),
title: "门窗五金安装",
page: "",
},
{
id: 7,
cover: require("@/static/temp/index/7.png"),
title: "地面墙体安装",
page: "",
},
{
id: 8,
cover: require("@/static/temp/index/8.png"),
title: "其他安装",
page: "/pages/service/more",
},
],
};
},
components: {
AppLayout,
},
onLoad() {},
onShow() {},
onReady() {},
onReachBottom() {},
onPullDownRefresh() {},
methods: {},
};
</script>
<style lang="less" scoped>
.common-service-nav-group {
width: 710rpx;
padding: 40rpx 20rpx;
box-sizing: border-box;
margin: 0 auto;
background-color: #ffffff;
border: 0;
}
</style>

View File

@ -38,13 +38,13 @@ export default {
data() { data() {
return { return {
models: this.$models, models: this.$models,
id: 1, id: 0,
name: "张师傅", name: "",
type: 2, type: 0,
cover: require("@/static/temp/order/1.png"), cover: "",
times: 687, times: 0,
favorable_rate: 99.8, favorable_rate: 0,
grade: 4.5, grade: 0,
}; };
}, },
components: { components: {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB