shish 3 years ago
parent
commit
59217976d5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app-ghs/controllers/ItemController.php

+ 2 - 1
app-ghs/controllers/ItemController.php

@@ -68,7 +68,8 @@ class ItemController extends BaseController
 
         $staff = $this->shopAdmin;
         $staffName = $staff->name ?? '';
-        $staffNameBase64 = stringUtil::ossBase64($staffName);
+        $newStaffName = $staffName . ' 为您推荐';
+        $staffNameBase64 = stringUtil::ossBase64($newStaffName);
 
         //花材主图
         $itemCover = $cover . '?x-oss-process=image/resize,m_fill,h_750,w_750';