From 626ad4774c412aee309ef0dd476900f638714ef7 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 23 Jan 2024 15:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E4=B9=B0=E5=8D=95=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../systemForm/setSystem/modifyStoreInfo.vue | 31 +++++++++++++++++-- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/src/views/systemForm/setSystem/modifyStoreInfo.vue b/src/views/systemForm/setSystem/modifyStoreInfo.vue index 2e5329c..017794c 100644 --- a/src/views/systemForm/setSystem/modifyStoreInfo.vue +++ b/src/views/systemForm/setSystem/modifyStoreInfo.vue @@ -373,7 +373,13 @@ {{ merData.is_best ? "是" : "否" }} -
@@ -600,7 +606,8 @@ export default { tabList: [ {value: '1',title: '基本信息'}, {value: '2',title: '店铺信息'}, - {value: '3',title: '功能信息'} + {value: '3',title: '功能信息'}, + {value: '4',title: '二维码信息'} ] } }, @@ -646,7 +653,7 @@ export default { this.value1 = e; this.merData.mer_take_time[0] = e }, - onchangeTime2(e) { + onchangeTime2(e) { this.value2 = e; this.merData.mer_take_time[1] = e }, @@ -953,6 +960,24 @@ export default { .user-msg { padding: 0 20px; margin-top: 20px; + .qr-code-box{ + display: inline-flex; + flex-direction: row; + align-items: center; + flex-wrap: nowrap; + justify-content: flex-start; + padding-left: 200px; + .title{ + font-size: 18px; + } + .qr-code-img{ + margin-left: 50px; + border: 1px solid #CFCFCF; + height: 200px; + width: 200px; + padding: 10px; + } + } } .basic-information { padding: 0 100px;