Browse Source

提交房间管理

wangming 1 month ago
parent
commit
214759ebff
2 changed files with 24 additions and 7 deletions
  1. 7 7
      src/pagesA/homeManage/homeManage.vue
  2. 17 0
      src/pagesA/playSetting/playSetting.vue

+ 7 - 7
src/pagesA/homeManage/homeManage.vue

@@ -202,13 +202,13 @@ export default {
         // shareItem(item) {
         //     console.log(item, 99999);
         // },
-        goGroupDetail(item) {
-            uni.navigateTo({
-                url: `/pagesA/homeDetail/homeDetail?groupInfo=${JSON.stringify(
-                    item
-                )}`,
-            });
-        },
+        // goGroupDetail(item) {
+        //     uni.navigateTo({
+        //         url: `/pagesA/homeDetail/homeDetail?groupInfo=${JSON.stringify(
+        //             item
+        //         )}`,
+        //     });
+        // },
     },
     onShow() {
         this.getgroupList();

+ 17 - 0
src/pagesA/playSetting/playSetting.vue

@@ -259,6 +259,23 @@ export default {
                             duration: 1500,
                         });
                     }
+                    if (
+                        this.planInfo.eventVal == 1 ||
+                        this.planInfo.eventVal == 2 ||
+                        this.planInfo.eventVal == 3 ||
+                        this.planInfo.eventVal == 9
+                    ) {
+                        uni.showModal({
+                            title: "提示",
+                            content: "该计划需要到web端配置区域",
+                            success: (res) => {
+                                if (res.confirm) {
+                                }
+                                if (res.cancel) {
+                                }
+                            },
+                        });
+                    }
                 });
         },
         handlePlanInfo() {