Michael Wang 5 years ago
parent
commit
864850b0e0
1 changed files with 5 additions and 7 deletions
  1. 5 7
      src/components/MainLayout/MainLayout.vue

+ 5 - 7
src/components/MainLayout/MainLayout.vue

@@ -7,17 +7,15 @@
           <Tabs type="card">
             <TabPane label="下载安卓apk">
               <div class="qm-primary-text flex-center">
-                <qrcode
-                  :value="qrValue"
-                  :options="{ width: 200 }"
-                ></qrcode></div
-            ></TabPane>
+                <qrcode :value="qrValue" :options="{ width: 200 }"></qrcode>
+              </div>
+            </TabPane>
             <TabPane label="绑定用户">
               <div class="qm-primary-text flex-center">
                 <qrcode :value="qrValue" :options="{ width: 200 }"></qrcode>
                 <div>请使用“云考”App扫描</div>
-              </div></TabPane
-            >
+              </div>
+            </TabPane>
           </Tabs>
         </div>
       </Poptip>