diff --git a/src/project/fengdu/AppHome/openPage.vue b/src/project/fengdu/AppHome/openPage.vue
index f3a601a..51bb47f 100644
--- a/src/project/fengdu/AppHome/openPage.vue
+++ b/src/project/fengdu/AppHome/openPage.vue
@@ -36,6 +36,7 @@ export default {
},
getList() {
this.$instance.post('/app/appwechatguidepage/listForXCX',null, {
+ withoutToken: true,
params: {
current: 1,
size: 100,
diff --git a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
index 5b6ced9..324dd93 100644
--- a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
+++ b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
@@ -7,15 +7,18 @@
-
![]()
+
+
- |
+ 长按识别二维码或扫码加入群聊
+
+
@@ -55,12 +58,6 @@ export default {
}
},
methods: {
- startmessage(i) {
- console.log(i, 'startmessage');
- },
- completemessage(e) {
- console.log(e, 'completemessage');
- },
getSelect() {
const {areaId} = this.user
areaId && this.$instance.post(`/app/wxcp/wxgroup/listByAreaId`, null, {
@@ -104,32 +101,29 @@ export default {
.jionGroup {
width: 100%;
- height: 80px;
- line-height: 80px;
+ height: 40px;
+ line-height: 40px;
padding: 0 72px;
box-sizing: border-box;
-
- ::v-deep functional-page-navigator {
- width: 100%;
- height: 100%;
- text-align: center;
- background: #2D7DFF;
- border-radius: 40px;
- view {
- text {
- color: #FFFFFF !important;
- margin: 0;
- }
- image {
- display: none;
- }
- }
- }
-
- .join-bg {
- background: #999999;
- color: #333333;
- }
+ color: #666;
+ text-align: center;
+ font-size: 28px;
+ // ::v-deep functional-page-navigator {
+ // width: 100%;
+ // height: 100%;
+ // text-align: center;
+ // background: #2D7DFF;
+ // border-radius: 40px;
+ // view {
+ // text {
+ // color: #FFFFFF !important;
+ // margin: 0;
+ // }
+ // image {
+ // display: none;
+ // }
+ // }
+ // }
}
::v-deep .group_chat_icon {
display: none;
@@ -151,13 +145,18 @@ export default {
padding: 36px;
box-sizing: border-box;
- .qrcode-img {
+ ::v-deep AiImage {
width: 100%;
height: 100%;
+ }
+
+ ::v-deep .qrcode-img {
+ width: 470px;
+ height: 470px;
image {
- width: 100%;
- height: 100%;
+ width: 470px;
+ height: 470px;
}
}
.tips {