diff --git a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
index f08b9e2..0c99909 100644
--- a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
+++ b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
@@ -7,18 +7,18 @@
-
-
-
-
+
+
+
{{ groupInfo.name }}
+
({{ groupInfo.personCount }})
+
- |
+ |
@@ -43,10 +43,7 @@ export default {
list: [],
picUrl: '',
idName: '',
- // webviewStyles: {
- // width: '400px',
- // height: '400px',
- // }
+ groupInfo: {},
}
},
onShow() {
@@ -57,17 +54,12 @@ export default {
handler(v) {
if(v) {
this.picUrl = this.list.filter(i=> i.id == v)[0].qrCode
+ this.groupInfo = this.list.filter(i => i.id == v)[0]
}
}
}
},
methods: {
- startmessage(e) {
- console.log(e, '1111');
- },
- completemessage(e) {
- console.log(e,'222');
- },
getSelect() {
const {areaId} = this.user
areaId && this.$instance.post(`/app/wxcp/wxgroup/listByAreaId`, null, {
@@ -118,26 +110,7 @@ export default {
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;
- // }
.header {
width: 100%;
@@ -149,29 +122,42 @@ export default {
width: 542px;
height: 542px;
margin: 10% auto 10%;
- background: #F6F9FF;
- border-radius: 12px;
- border: 8px solid #f6f5f8;
- padding: 36px;
+ border-top: 4px solid #7d87a4;
+ padding: 70px 68px;
box-sizing: border-box;
- ::v-deep AiImage {
- width: 100%;
- height: 100%;
- }
-
- ::v-deep .qrcode-img {
- width: 470px;
- height: 470px;
-
- image {
- width: 470px;
- height: 470px;
- }
- }
.tips {
- width: 100%;
- height: 100%;
+ width: 406px;
+ height: 402px;
+ background: url('https://cdn.cunwuyun.cn/fengdu/img-qunliao.png') no-repeat;
+ background-size: 100% 100%;
+ position: relative;
+
+ .name-tip {
+ position: absolute;
+ top: 42px;
+ left: 86px;
+ width: 230px;
+ height: 50px;
+ line-height: 50px;
+ display: flex;
+ font-size: 22px;
+ font-weight: 600;
+ color: #333333;
+ .name {
+ width: 165px;
+ height: 100%;
+ line-height: 50px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ .count {
+ width: calc(100% - 165px);
+ height: 100%;
+ line-height: 50px;
+ }
+ }
}
diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
index 6ef7fe4..dac353a 100644
--- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
+++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
@@ -24,6 +24,7 @@
{{ item.myRecord.score }}
+
{{ item.examinationType==0? '学习测试':'考试认证' }}