diff --git a/app/pages/index/index.vue b/app/pages/index/index.vue
index b60fa36..8bb98d1 100644
--- a/app/pages/index/index.vue
+++ b/app/pages/index/index.vue
@@ -51,7 +51,7 @@
-
+
物业服务
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
@@ -464,6 +464,26 @@
})
},
methods: {
+ goPropertyService(url) {
+ if (this.uid) {
+ uni.navigateTo({
+ url
+ });
+ return;
+ }
+ uni.showModal({
+ title: '提示',
+ content: '请先登录后再访问该功能',
+ confirmText: '去登录',
+ success: (res) => {
+ if (res.confirm) {
+ uni.navigateTo({
+ url: '/pages/users/login/index'
+ });
+ }
+ }
+ });
+ },
getCoupon: function(id, index) {
let that = this;
//领取优惠券