wupengfei il y a 3 ans
Parent
commit
e1f61620e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      addons/shopro/model/UserBank.php

+ 1 - 1
addons/shopro/model/UserBank.php

@@ -50,7 +50,7 @@ class UserBank extends Model
             $bank = self::where(['user_id' => $user->id, 'type' => $type])->find();
         }
         
-        if(!$bank) {
+        if(!$bank && $type!= 'wechat') {
             throw \Exception('请完善您的账户信息');
         }
         if ($encryptCardNo) {