diff --git a/src/mods/conv/AppHealthReport/AppHealthReport.vue b/src/mods/conv/AppHealthReport/AppHealthReport.vue index 80c56dc..5586ddf 100644 --- a/src/mods/conv/AppHealthReport/AppHealthReport.vue +++ b/src/mods/conv/AppHealthReport/AppHealthReport.vue @@ -42,9 +42,39 @@
- +
添加上报人员
+ + +
+

分享到:

+
+
+ +
扫码登记
+
+
+ +
微信邀请
+
+
+
+
+ + +
+
+ +
+

返乡登记

+

请外来及返乡人员使用微信扫码主动报备行程

+
+
取消
+
保存海报
+
+
+
@@ -60,6 +90,8 @@ export default { pageShow: false, current: 1, total: 0, + show: false, + showCode: false, } }, @@ -86,6 +118,18 @@ export default { this.$linkTo('./AddUser') }, + // 扫码登记 + registerCode() { + this.show = false; + this.showCode = true; + }, + // 微信邀请 + invitation() { + console.log('222'); + }, + // 保存海报 + savePoster() {}, + getList() { this.$instance.post(`/app/appepidemicreportmember/list?openId=${this.user.openId}`, null, { @@ -274,5 +318,64 @@ export default { color: #fff; } } + + .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/AppHealthReport/components/code.png b/src/mods/conv/AppHealthReport/components/code.png new file mode 100644 index 0000000..9a8cd2e Binary files /dev/null and b/src/mods/conv/AppHealthReport/components/code.png differ diff --git a/src/mods/conv/AppHealthReport/components/wechat.png b/src/mods/conv/AppHealthReport/components/wechat.png new file mode 100644 index 0000000..fe488ff Binary files /dev/null and b/src/mods/conv/AppHealthReport/components/wechat.png differ diff --git a/src/mods/conv/AppReturnHomeRegister/AppReturnHomeRegister.vue b/src/mods/conv/AppReturnHomeRegister/AppReturnHomeRegister.vue index 3339044..7b59c79 100644 --- a/src/mods/conv/AppReturnHomeRegister/AppReturnHomeRegister.vue +++ b/src/mods/conv/AppReturnHomeRegister/AppReturnHomeRegister.vue @@ -45,17 +45,31 @@

分享到:

-
-
- -
{{ 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