diff --git a/src/project/fengdu/AppHome/AppHome.vue b/src/project/fengdu/AppHome/AppHome.vue index 06485cc..1706b9b 100644 --- a/src/project/fengdu/AppHome/AppHome.vue +++ b/src/project/fengdu/AppHome/AppHome.vue @@ -21,13 +21,12 @@
- +
- - + +
- @@ -119,27 +118,38 @@ export default { }) }, handleClick({type, appId, modulePath, url, checkType, corpId}) { - //先判读是不是系统应用 - if (type != "0") { - if (type == "1") { - uni.navigateToMiniProgram({appId}); - } else if (type == "2") { - uni.navigateTo({url: "/subPages/h5/webview?link=" + url}); - } else if (type == "3") { - this.$linkTo(url); - } else if (type == "4") { - uni.openCustomerServiceChat({ - extInfo: {url: url}, - corpId: corpId, - fail: () => { - this.$u.toast('请使用普通微信打开小程序进行咨询'); - } - }); + if(this.user.areaId) { + //先判读是不是系统应用 + if (type != "0") { + if (type == "1") { + uni.navigateToMiniProgram({appId}); + } else if (type == "2") { + uni.navigateTo({url: "/subPages/h5/webview?link=" + url}); + } else if (type == "3") { + this.$linkTo(url); + } else if (type == "4") { + uni.openCustomerServiceChat({ + extInfo: {url: url}, + corpId: corpId, + fail: () => { + this.$u.toast('请使用普通微信打开小程序进行咨询'); + } + }); + } + } else if (type && type == "0") { + uni.showLoading({title: '正在进入应用...'}) + this.authCheck({checkType, modulePath}).finally(() => uni.hideLoading()) } - } else if (type && type == "0") { - uni.showLoading({title: '正在进入应用...'}) - this.authCheck({checkType, modulePath}).finally(() => uni.hideLoading()) + } else { + this.$dialog.confirm({ + content: '您只有完成信息认证后,才可进行相关操作。', + confirmText: '去认证' + }).then(() => { + uni.switchTab({ url: '/pages/AppMine/userInfo' }) + }).catch(() => { + }) } + }, handleBannerClick(index) { if (!this.swiperList[index].linkUrl) return @@ -171,8 +181,6 @@ export default { .page { width: 100%; min-height: 100%; - // background-color: #F3F6F9; - // background: url('https://cdn.cunwuyun.cn/fengdu/mdpi_img-bg2.png') no-repeat; position: relative; .container{ diff --git a/src/project/fengdu/AppHome/img/kaiping3.png b/src/project/fengdu/AppHome/img/kaiping3.png deleted file mode 100644 index 98d7d6b..0000000 Binary files a/src/project/fengdu/AppHome/img/kaiping3.png and /dev/null differ diff --git a/src/project/fengdu/AppMine/AppMine.vue b/src/project/fengdu/AppMine/AppMine.vue index 6e50458..20eb269 100644 --- a/src/project/fengdu/AppMine/AppMine.vue +++ b/src/project/fengdu/AppMine/AppMine.vue @@ -27,7 +27,7 @@
- +
@@ -72,14 +72,14 @@ export default { listGroup() { return [ [ + // { + // icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png", + // label: "我的家乡", + // path: "/mods/AppHometown/AppHometown", + // type: 'token' + // }, { - icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png", - label: "我的家乡", - path: "/mods/AppHometown/AppHometown", - type: 'token' - }, - { - icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png", + icon: "https://cdn.cunwuyun.cn/fengdu/mdpi_icon-fengshouma.png", label: "我的丰收码", path: "./myHarvestQR", type: 'token' @@ -88,7 +88,7 @@ export default { icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejifen.png", label: "我的积分", path: "/mods/AppCreditPoints/AppCreditPoints?type=detail", - type: 'idNumber' + type: 'null' }, ], // [ @@ -144,6 +144,9 @@ export default { this.$linkTo(url) } } + if (type == 'null') { + this.$u.toast('内容建设中...') + } } else { this.$refs.login.show() } @@ -205,8 +208,8 @@ export default { .header-info { width: 100%; height: 100%; - background: url("https://cdn.cunwuyun.cn/wxmp/sanjianxi/mineBg.png") no-repeat no-repeat; - background-size: 100% 100%; + background: url('https://cdn.cunwuyun.cn/fengdu/mdpi_img-bg2.png') no-repeat; + background: 100% auto; box-sizing: border-box; padding: 240px 0 0 48px; diff --git a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue index 5fff56b..a1e848e 100644 --- a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue +++ b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue @@ -6,18 +6,13 @@ 请选择 -
+
请选择居民群
-
-
请先去个人中心进行个人信息认证
-
去实名
-
-
加入群聊