分享到:
-
-
-
![]()
-
{{ item.name }}
+
+
+

+
扫码登记
+
+
+

+
微信邀请
-
-
+
+
+
+

+
+
返乡登记
+
请外来及返乡人员使用微信扫码主动报备行程
+
+
@@ -96,9 +110,19 @@ export default {
toReport() {
this.$linkTo('./Add')
},
- // policyDetail() {
+
+ // 扫码登记
+ registerCode() {
+ this.show = false;
+ this.showCode = true;
+ },
+ // 微信邀请
+ invitation() {
+ console.log('222');
+ },
+ // 保存海报
+ savePoster() {},
- // }
getList() {
this.$instance.post(`/app/appepidemicbackhomerecord/list`, null, {
params: {
@@ -121,14 +145,8 @@ export default {
})
},
- shareBtn() {
- // console.log('分享');
-
- }
},
-
-
onReachBottom() {
this.current++
this.getList()
@@ -273,6 +291,60 @@ export default {
.shareBox {
padding: 32px;
box-sizing: border-box;
+ .card {
+ display: flex;
+ margin-top: 60px;
+ .itemCard {
+ flex: 1;
+ text-align: center;
+ // width: 25%;
+ img {
+ width: 96px;
+ height: 96px;
+ }
+ }
+ }
+ }
+
+ .showCode {
+ padding: 64px;
+ box-sizing: border-box;
+ text-align: center;
+ .qrCode {
+ img {
+ width: 320px;
+ height: 320px;
+ }
+ }
+ h2 {
+ font-size: 36px;
+ font-weight: 600;
+ padding: 32px 0;
+ }
+ p {
+ font-size: 32px;
+ margin-bottom: 80px;
+ }
+
+ .btn {
+ display: flex;
+ justify-content: space-between;
+ .cancel,
+ .save {
+ width: 45%;
+ text-align: center;
+ height: 80px;
+ line-height: 80px;
+ border-radius: 40px;
+ }
+ .cancel {
+ background: #EFF2F7;
+ }
+ .save {
+ background: #383A49;
+ color: #FFF;
+ }
+ }
}
}
diff --git a/src/mods/conv/AppReturnHomeRegister/components/code.png b/src/mods/conv/AppReturnHomeRegister/components/code.png
new file mode 100644
index 0000000..9a8cd2e
Binary files /dev/null and b/src/mods/conv/AppReturnHomeRegister/components/code.png differ
diff --git a/src/mods/conv/AppReturnHomeRegister/components/wechat.png b/src/mods/conv/AppReturnHomeRegister/components/wechat.png
new file mode 100644
index 0000000..fe488ff
Binary files /dev/null and b/src/mods/conv/AppReturnHomeRegister/components/wechat.png differ