爱尚家接口合并到cms-api.websoft.top

This commit is contained in:
2025-06-08 11:17:30 +08:00
parent 2c77a45e5d
commit 522281300f
8 changed files with 168 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
<view class="swiper">
<view v-show="swiperType == 'image'">
<u-swiper :list="swiperList" height="500rpx" :radius="0" @change="e => currentNum = e.current"
indicatorStyle="right: 20px; bottom: 50px" @click="click">
indicatorStyle="right: 20px; bottom: 50px" @click="onSwiper">
<view slot="indicator" class="indicator-num">
<text class="indicator-num__text">{{ currentNum + 1 }}/{{ swiperList.length }}</text>
</view>
@@ -115,7 +115,19 @@
<mp-html :content="form.content" />
</view>
</view>
<template v-if="isManager">
<u-gap></u-gap>
<view class="house-card">
<view class="title">
管理员备注
</view>
<view class="about">
<mp-html :content="form.comments" />
</view>
</view>
</template>
<!-- 房源位置 -->
<u-gap></u-gap>
<view class="house-card">
@@ -362,6 +374,9 @@
}
},
methods: {
onSwiper(e) {
console.log(e,'deeeeee')
},
getHouseInfo() {
const app = this
const {
@@ -410,8 +425,6 @@
phoneNumber: this.phone
})
}
},
makePhoneCall() {
if (!this.form.phone) {