wupengfei 3 yıl önce
ebeveyn
işleme
bae995ed49
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      addons/shopro/model/UserWalletApply.php

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

@@ -129,7 +129,7 @@ class UserWalletApply extends Model
         if (!isset($applyInfo)) {
             throw \Exception('您的提现信息有误');
         }
-        if($type == 'wechat' && $user->skm =='') throw \Exception('请上传收款码!');
+        if($type == 'wechat' && $user->skm =='') throw \Exception('请在个人信息完善收款码!');
         $apply->apply_info = $applyInfo;
         $apply->wechat_code = $user->skm ;
         $apply->status = 0;