diff --git a/components/my/my-menu.vue b/components/my/my-menu.vue index cfcf9d7..20ad1c1 100644 --- a/components/my/my-menu.vue +++ b/components/my/my-menu.vue @@ -11,7 +11,7 @@ - + 我的订单 diff --git a/package.json b/package.json index 8f1d1c3..988b312 100755 --- a/package.json +++ b/package.json @@ -23,5 +23,19 @@ "bugs": { "url": "https://github.com/java110/WechatOwnerService/issues" }, - "homepage": "https://github.com/java110/WechatOwnerService#readme" + "homepage": "https://github.com/java110/WechatOwnerService#readme", + "uni-app": { + "scripts": { + "WUYE": { + "title":"业主端不包含商城", + "BROWSER":"", + "env": { + "UNI_PLATFORM": "h5" + }, + "define": { + "WUYE": true + } + } + } + } } diff --git a/pages.json b/pages.json index 6b7ce26..1022d30 100755 --- a/pages.json +++ b/pages.json @@ -600,7 +600,7 @@ "iconPath": "static/images/rent.png", "selectedIconPath": "static/images/rent-selected.png" }, - // #ifdef H5 + // #ifdef H5 || WUYE { "pagePath": "pages/mall/mall", "text": "商圈", diff --git a/pages/homemaking/homemaking.vue b/pages/homemaking/homemaking.vue index 0e89988..498fc36 100644 --- a/pages/homemaking/homemaking.vue +++ b/pages/homemaking/homemaking.vue @@ -1,7 +1,7 @@