From b7d30b366a70942cbd7e27d8f3f4258f3c322601 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Tue, 21 Mar 2023 09:43:41 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E7=BE=A4=E8=81=8A=E6=8F=92?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppWxworkQrcode/AppWxworkQrcode.vue | 23 +++++++++++++++----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
index 7560444..0a18917 100644
--- a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
+++ b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
@@ -14,7 +14,8 @@
- |
+ |
@@ -55,10 +56,10 @@ export default {
},
methods: {
startmessage(i) {
- console.log(i);
+ console.log(i, 'startmessage');
},
completemessage(e) {
- console.log(e);
+ console.log(e, 'completemessage');
},
getSelect() {
const {areaId} = this.user
@@ -116,13 +117,22 @@ export default {
line-height: 80px;
padding: 0 72px;
box-sizing: border-box;
- ::v-deep cell .wrapper {
+
+ ::v-deep functional-page-navigator {
width: 100%;
height: 100%;
text-align: center;
background: #2D7DFF;
- color: #FFFFFF;
border-radius: 40px;
+ view {
+ text {
+ color: #FFFFFF !important;
+ margin: 0;
+ }
+ image {
+ display: none;
+ }
+ }
}
.join-bg {
@@ -130,6 +140,9 @@ export default {
color: #333333;
}
}
+ ::v-deep .group_chat_icon {
+ display: none;
+ }
.header {
width: 100%;