wupengfei 3 年之前
父節點
當前提交
bae995ed49
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)) {
         if (!isset($applyInfo)) {
             throw \Exception('您的提现信息有误');
             throw \Exception('您的提现信息有误');
         }
         }
-        if($type == 'wechat' && $user->skm =='') throw \Exception('请上传收款码!');
+        if($type == 'wechat' && $user->skm =='') throw \Exception('请在个人信息完善收款码!');
         $apply->apply_info = $applyInfo;
         $apply->apply_info = $applyInfo;
         $apply->wechat_code = $user->skm ;
         $apply->wechat_code = $user->skm ;
         $apply->status = 0;
         $apply->status = 0;