shish 3 years ago
parent
commit
a3acf5e347
1 changed files with 3 additions and 1 deletions
  1. 3 1
      common/components/dict.php

+ 3 - 1
common/components/dict.php

@@ -27,12 +27,14 @@ class dict
         ],
         //结账方式
         'hasPay' => [
-            //待付款
+            //待付款,扫码付
             'unPay' => 0,
             //已付款
             'payed' => 1,
             //欠款
             'debt' => 2,
+            //现金
+            'cash' => 3,
         ],
         'hasPayMap' => [