瀏覽代碼

new info form

andre 5 月之前
父節點
當前提交
999625bd73
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/UI/Client/Setting/Modals/InfoModal.php

+ 1 - 1
app/UI/Client/Setting/Modals/InfoModal.php

@@ -28,7 +28,7 @@ class InfoModal extends BaseEditModal implements ClientArea
             return $this;
         }
         $this->addActionButton(new BaseCancelButton());
-        $this->addActionButton(new BaseRedirectButton('cart.php?a=add&domain=transfer&sld='));
+//        $this->addActionButton(new BaseRedirectButton('cart.php?a=add&domain=transfer&sld='));
         return $this;
     }
 }