cr преди 4 години
родител
ревизия
170f182822
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/pages/manage/cashier/settlement.vue
  2. 1 1
      src/pages/manage/index.vue

+ 1 - 1
src/pages/manage/cashier/settlement.vue

@@ -512,7 +512,7 @@ export default {
512 512
                 scanType: "barCode",
513 513
                 success(res) {
514 514
                     console.log("扫码", res);
515
-                    if (res.scanType === "CODE_128") {
515
+                    if (res.scanType === "CODE_128" || res.scanType === "QR_CODE") {
516 516
                         uni.showLoading({
517 517
                             title: "支付中...",
518 518
                             mask: true,

+ 1 - 1
src/pages/manage/index.vue

@@ -62,7 +62,7 @@
62 62
 
63 63
         <button class="btn" @click="layout">退出登录</button>
64 64
 
65
-        <div class="ver">0.4.1</div>
65
+        <div class="ver">0.4.12</div>
66 66
     </div>
67 67
 </template>
68 68