Your Name 3 년 전
부모
커밋
7d64b3f686
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/mshop/src/Buy.php

+ 1 - 1
app/mshop/src/Buy.php

@@ -116,7 +116,7 @@ class Buy extends Core
                 }
             }
         }else{
-            $this->data['wallet'] = false;
+            $this->data['wallet']['yue'] = $this->shop['price'];
         }
 
         $this->data['name'] = implode(',', $this->data['name']);