|
@@ -329,6 +329,11 @@ class Journal extends Core
|
|
$this->data['buy_desc'] = $buy['buy_content'];
|
|
$this->data['buy_desc'] = $buy['buy_content'];
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ $this->data['buy_applet_notice'] = '在此购买单本可直接阅读电子刊,购买多本,直接累计积分,不会生成兑换码。';
|
|
|
|
+ if ($buy && isset($buy['buy_applet_notice']) && $buy['buy_applet_notice']) {
|
|
|
|
+ $this->data['buy_applet_notice'] = $buy['buy_applet_notice'];
|
|
|
|
+ }
|
|
|
|
+
|
|
if ($this->data['info']['buy'] == 2) {
|
|
if ($this->data['info']['buy'] == 2) {
|
|
$this->data['buy_list'] = array();
|
|
$this->data['buy_list'] = array();
|
|
return $this->data;
|
|
return $this->data;
|