zz 5 年之前
父節點
當前提交
adf844794b

+ 1 - 1
app/Http/Controllers/Wap/User/CoflController.php

@@ -188,7 +188,7 @@ class CoflController extends Controller
         $get_free_currency = UserBindHkWelfareService::getByOpenidToken($openid,$token);
         if($get_free_currency){
             //已经领过
-            $link = $this->getLink(($user[1]).'recent?'.http_build_query($params);
+            $link = $this->getLink(($user[1]).'recent?'.http_build_query($params));
             return view('crm.bindHkFreeCurrencyV2',['fee'=>$fee,'url'=>$link,'is_get'=>1,'uid'=>$get_free_currency->uid,'source'=>$source]);
         }else{
             $link = $this->getLink($user[1]).'recent?'.http_build_query($params);

+ 1 - 1
resources/views/crm/bindHkFreeCurrencyV2.blade.php

@@ -121,7 +121,7 @@
 @if($is_get == 0)
 <div class="rule-dialog" style="display: block;">
     <div class="dialog-content">
-        <img src="https://cdn-novel.iycdm.com/crm/freecurrency/alert.png" alt="" />
+        <img src="https://cdn-novel.iycdm.com/crm/freecurrency/alert.png" alt="" width="100%" />
         <div class="text-container">
             {{$fee}}书币已到账
         </div>