BUG 25784
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
<div class="info-flex">
|
||||
<span class="label">楼栋长</span>
|
||||
<span
|
||||
class="value">{{ building.managerName || '' }} {{building.managerPhone || '' }}
|
||||
class="value">{{ building.managerName || '' }} {{ building.managerPhone || '' }}
|
||||
<img :src="$cdn + 'common/phone.png'" alt="" @click="callPhone(detailInfo.build.managerPhone)"
|
||||
class="phone-icon" v-if="detailInfo.build.managerPhone">
|
||||
</span>
|
||||
@@ -341,18 +341,13 @@ export default {
|
||||
})
|
||||
},
|
||||
toList() {
|
||||
this.$emit('change', {
|
||||
type: 'List',
|
||||
})
|
||||
uni.navigateTo({url: './list'})
|
||||
},
|
||||
callPhone(phone) {
|
||||
uni.makePhoneCall({phoneNumber: phone})
|
||||
},
|
||||
toDetail(id) {
|
||||
this.$emit('change', {
|
||||
type: 'Detail',
|
||||
params: {id}
|
||||
})
|
||||
uni.navigateTo({url: `./detail?id=${id}`})
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user