Browse Source

2023-5-20-1 修改访问量

yingzi 1 year ago
parent
commit
b37f4be7aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/Pub.php

+ 1 - 1
app/api/controller/Pub.php

@@ -327,7 +327,7 @@ class Pub extends BaseController
                 'uid' => $value['uid'],
                 'name' => $userInfo['name'],
                 'avatar' => $userInfo['avatar'],
-                'card_look_count' => $value['card_look_count']*18,
+                'card_look_count' => $value['card_look_count'],
                 'template' => $template,
                 'is_type_audit'=>$auth['status']==1?1:0,
                 'ancestral_place'=>$auth['ancestral_place'],