dever 5 years ago
parent
commit
c0c9f73e68
1 changed files with 4 additions and 0 deletions
  1. 4 0
      main/src/Journal_v1.php

+ 4 - 0
main/src/Journal_v1.php

@@ -239,6 +239,10 @@ class Journal_v1 extends Core
 	                $this->setButton('read', 1);
 	            }
 	        }
+
+            if ($this->source_type == 'ios' && $this->data['info']['id'] == 26) {
+                $this->setButton('share', -1);
+            }
         } else {
         	# 小程序下的判断,ios里关闭支付
 	        $applet_type = Dever::input('applet_type');