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>
|
||||||
|
|
||||||
@ -160,6 +169,8 @@ export default {
|
|||||||
goDetail(page) {
|
goDetail(page) {
|
||||||
if(page==='neighbor'){
|
if(page==='neighbor'){
|
||||||
navigateTo({url: `/pages/${page}/index`})
|
navigateTo({url: `/pages/${page}/index`})
|
||||||
|
}else if( page == 'serviceTickets'){
|
||||||
|
uni.showToast({ title: '此功能暂未开放', icon: 'error' });
|
||||||
}else{
|
}else{
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/${page}/index`
|
url: `/pages/${page}/index`
|
||||||
|
|||||||
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