From f8a4b96048c3c3a441ac69370c077a44a4cd05a9 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Tue, 21 Mar 2023 11:45:25 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=AF=BC=E9=A1=B5+=20=E9=95=BF?=
=?UTF-8?q?=E6=8C=89=E8=AF=86=E5=88=AB=E8=BF=9B=E7=BE=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/project/fengdu/AppHome/openPage.vue | 1 +
.../AppWxworkQrcode/AppWxworkQrcode.vue | 71 +++++++++----------
2 files changed, 36 insertions(+), 36 deletions(-)
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 {