1
This commit is contained in:
parent
cf9ea4751a
commit
e92f7e00da
@ -90,7 +90,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="service-grid">
|
<view class="service-grid">
|
||||||
<view class="service-card card-1" @click="goDetail('neighborList')" hover-class="card-hover">
|
<!-- <view class="service-card card-1" @click="goDetail('neighborList')" hover-class="card-hover">
|
||||||
<view class="card-content">
|
<view class="card-content">
|
||||||
<text class="card-title">邻里互助</text>
|
<text class="card-title">邻里互助</text>
|
||||||
<text class="card-desc">近邻互帮互助</text>
|
<text class="card-desc">近邻互帮互助</text>
|
||||||
@ -107,7 +107,16 @@
|
|||||||
<view class="card-bg"></view>
|
<view class="card-bg"></view>
|
||||||
</view>
|
</view>
|
||||||
<image class="card-icon" src="/static/imgs/index/weixiu.png" style="width: 80rpx;height: 80rpx;bottom: 32rpx;"></image>
|
<image class="card-icon" src="/static/imgs/index/weixiu.png" style="width: 80rpx;height: 80rpx;bottom: 32rpx;"></image>
|
||||||
</view>
|
</view> -->
|
||||||
|
<view class="service-card card-1" @click="goDetail('meetingList')" hover-class="card-hover">
|
||||||
|
<view class="card-content">
|
||||||
|
<text class="card-title">会客厅预约</text>
|
||||||
|
<text class="card-desc">社区服务功能</text>
|
||||||
|
<view class="card-bg"></view>
|
||||||
|
</view>
|
||||||
|
<image class="card-icon" src="/static/imgs/index/bangzhu.png"
|
||||||
|
style="width: 68rpx;height: 68rpx; bottom: 48rpx;"></image>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -117,8 +126,8 @@
|
|||||||
<Copyright/>
|
<Copyright/>
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Copyright from '@/components/gx-copyright.vue';
|
import Copyright from '@/components/gx-copyright.vue';
|
||||||
import Footer from '@/components/footer_common.vue';
|
import Footer from '@/components/footer_common.vue';
|
||||||
@ -157,13 +166,15 @@ export default {
|
|||||||
this.getWeather();
|
this.getWeather();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goDetail(page) {
|
goDetail(page) {
|
||||||
if(page==='neighbor'){
|
if(page==='neighbor'){
|
||||||
navigateTo({url: `/pages/${page}/index`})
|
navigateTo({url: `/pages/${page}/index`})
|
||||||
}else{
|
}else if( page == 'serviceTickets'){
|
||||||
uni.navigateTo({
|
uni.showToast({ title: '此功能暂未开放', icon: 'error' });
|
||||||
url: `/pages/${page}/index`
|
}else{
|
||||||
});
|
uni.navigateTo({
|
||||||
|
url: `/pages/${page}/index`
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -270,7 +281,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.container {
|
.container {
|
||||||
background: #f8faff;
|
background: #f8faff;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -484,7 +484,7 @@
|
|||||||
.applyInfo)
|
.applyInfo)
|
||||||
console.log("===response", response)
|
console.log("===response", response)
|
||||||
if (!response || !response.success) {
|
if (!response || !response.success) {
|
||||||
throw new Error('会议室预定失败');
|
throw new Error(response.msg);
|
||||||
}
|
}
|
||||||
if (response.success == true) {
|
if (response.success == true) {
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user