修复bug,修改图片路径地址
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<view class="header-container" @click="navigateToPage">
|
||||
<view class="location-area">
|
||||
<view class="location-icon">
|
||||
<image src="https://wuyeadmin.bugtc.com/images/home/adress.png"
|
||||
<image src="https://wuye.ckdzkj.com/images/home/adress.png"
|
||||
style="height: 100%;width: 100%;"></image>
|
||||
</view>
|
||||
<view class="community-selector">
|
||||
@@ -47,7 +47,7 @@
|
||||
<uni-notice-bar show-icon :text="noticeText" type="line" :key="noticeKey" show-get-more scrollable
|
||||
color="#000" background-color="#fff" moreColor="#000">
|
||||
<template #noticebarIcon>
|
||||
<image src="https://wuyeadmin.bugtc.com/images/home/notice.png"
|
||||
<image src="https://wuye.ckdzkj.com/images/home/notice.png"
|
||||
style="width: 38px;height: 38px;"></image>
|
||||
</template>
|
||||
</uni-notice-bar>
|
||||
@@ -71,7 +71,7 @@
|
||||
<up-row justify="space-between" customStyle="margin-bottom: 10px">
|
||||
<up-col span="3">
|
||||
<view class="demo-layout bg-purple iconRightClass">
|
||||
<image src="https://wuyeadmin.bugtc.com/images/home/ad1.png" mode=""
|
||||
<image src="https://wuye.ckdzkj.com/images/home/ad1.png" mode=""
|
||||
style="width: 100%;height: 100%;"></image>
|
||||
</view>
|
||||
</up-col>
|
||||
@@ -169,10 +169,10 @@
|
||||
const activityList = ref([])
|
||||
|
||||
const serviceItems = [
|
||||
{ title: '一键开门', icon: 'https://wuyeadmin.bugtc.com/images/home/openDoor.png', url: '/pageSubPack/notice-list/oneClickOpen' },
|
||||
{ title: '生活缴费', icon: 'https://wuyeadmin.bugtc.com/images/home/lifePay.png', url: '/pageSubPack/payment-list/paymentIndex' },
|
||||
{ title: '在线报修', icon: 'https://wuyeadmin.bugtc.com/images/home/repair.png', url: '/pageSubPack/online-repair/onlineRepair' },
|
||||
{ title: '访客邀请', icon: 'https://wuyeadmin.bugtc.com/images/home/visitorInvite.png', url: '/pageSubPack/visitor/visitor-list' }
|
||||
{ title: '一键开门', icon: 'https://wuye.ckdzkj.com/images/home/openDoor.png', url: '/pageSubPack/notice-list/oneClickOpen' },
|
||||
{ title: '生活缴费', icon: 'https://wuye.ckdzkj.com/images/home/lifePay.png', url: '/pageSubPack/payment-list/paymentIndex' },
|
||||
{ title: '在线报修', icon: 'https://wuye.ckdzkj.com/images/home/repair.png', url: '/pageSubPack/online-repair/onlineRepair' },
|
||||
{ title: '访客邀请', icon: 'https://wuye.ckdzkj.com/images/home/visitorInvite.png', url: '/pageSubPack/visitor/visitor-list' }
|
||||
]
|
||||
const currentCommunity = ref('请绑定房屋')
|
||||
const currentVillageId = ref('')
|
||||
@@ -229,7 +229,7 @@
|
||||
const getNoticeMore = () => {
|
||||
if (!requireLogin()) return
|
||||
uni.setStorageSync('sourcePage', "index")
|
||||
uni.navigateTo({ url: "/pageSubPack/notice-list/noticeList" })
|
||||
uni.navigateTo({ url: `/pageSubPack/notice-list/noticeListDetails?id=${noticeId.value}` })
|
||||
}
|
||||
|
||||
const getbannarData = async () => {
|
||||
|
||||
Reference in New Issue
Block a user