丰都新农人
新农人新经济
diff --git a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
index 0c99909..9c56c74 100644
--- a/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
+++ b/src/project/fengdu/AppWxworkQrcode/AppWxworkQrcode.vue
@@ -10,7 +10,7 @@
{{ groupInfo.name }}
-
({{ groupInfo.personCount }})
+
@@ -18,9 +18,11 @@
- |
+ |
+
+
@@ -53,8 +55,11 @@ export default {
id: {
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]
+ this.picUrl = null
+ this.$nextTick(()=> {
+ this.picUrl = this.list.filter(i=> i.id == v)[0].qrCode
+ this.groupInfo = this.list.filter(i => i.id == v)[0]
+ })
}
}
}
@@ -74,7 +79,7 @@ export default {
this.dictList = res.data.records.map(e=> {
return {
value: e.id,
- label: e.name
+ label: e.name? e.name: '未命名群聊'
}
})
}
@@ -112,6 +117,13 @@ export default {
font-size: 28px;
}
+ .tishi {
+ color: #3D3D3D;
+ font-size: 28px;
+ font-weight: 400;
+ text-align: center;
+ }
+
.header {
width: 100%;
height: 100%;
@@ -145,20 +157,22 @@ export default {
font-weight: 600;
color: #333333;
.name {
- width: 165px;
+ width: 100%;
height: 100%;
line-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
- .count {
- width: calc(100% - 165px);
- height: 100%;
- line-height: 50px;
- }
+ // .count {
+ // width: calc(100% - 165px);
+ // height: 100%;
+ // line-height: 50px;
+ // }
}
}
+
+
div {
diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
index dac353a..da0bfd1 100644
--- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
+++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
@@ -24,9 +24,9 @@