|
@@ -541,7 +541,7 @@ class Journal_v1 extends Core
|
|
|
}
|
|
|
|
|
|
# 小程序下的判断,ios里关闭支付
|
|
|
- $applet_type = Dever::input('applet_type', 2);
|
|
|
+ $applet_type = Dever::input('applet_type');
|
|
|
if ($applet_type == 2 && isset($this->data['config']['ios_pay']) && $this->data['config']['ios_pay'] == 1 && $info['buy'] == 1) {
|
|
|
$this->setButton('buy', -1);
|
|
|
//$this->setButton('share', -1);
|