From 121b714d710cf3c865f4a1b5efe81abec11056d1 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Sat, 01 Nov 2025 14:36:36 +0800
Subject: [PATCH] 修复名片模板生成失败问题 修复后台名片查看不显示头像和logo问题
---
admin/app/shop/controller/branch/Branch.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/admin/app/shop/controller/branch/Branch.php b/admin/app/shop/controller/branch/Branch.php
index b38e914..df96320 100644
--- a/admin/app/shop/controller/branch/Branch.php
+++ b/admin/app/shop/controller/branch/Branch.php
@@ -12,7 +12,6 @@
use app\shop\model\settings\Setting as SettingModel;
use app\common\service\qrcode\BranchService;
use app\common\model\settings\Region as RegionModel;
-use app\common\library\fbpay\FbPay as FbPayModel;
/**
* 分会控制器
@@ -25,7 +24,6 @@
*/
public function index()
{
- (new FbPayModel(false))->notify();
$model = new BranchModel;
$postData = $this->postData();
$list = $model->getList($postData);
--
Gitblit v1.9.2