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;