gaoluyang
5 天以前 ed7fc8a4e378ed8b8109055f9ef209b642837df6
src/views/tool/qrCodeDemo/index.vue
@@ -56,7 +56,7 @@
            </template>
            <div class="demo-content">
              <p>生成包含联系信息的二维码</p>
              <p class="demo-text">姓名:张三<br>电话:13800138000</p>
              <p class="demo-text">姓名:陈志强<br>电话:13800138000</p>
            </div>
          </el-card>
        </el-col>
@@ -216,7 +216,7 @@
        typeName = '网址二维码'
        break
      case 'contact':
        content = 'BEGIN:VCARD\nVERSION:3.0\nFN:张三\nTEL:13800138000\nEND:VCARD'
        content = 'BEGIN:VCARD\nVERSION:3.0\nFN:陈志强\nTEL:13800138000\nEND:VCARD'
        typeName = '联系方式二维码'
        break
      case 'product':