diff --git a/src/app/shop/controller/Message.php b/src/app/shop/controller/Message.php index 90feb905f..42a03f521 100644 --- a/src/app/shop/controller/Message.php +++ b/src/app/shop/controller/Message.php @@ -46,7 +46,7 @@ class Message extends BaseShop $weapp_config = ( new WeappConfig() )->getWeappConfig($this->site_id)[ 'data' ][ 'value' ]; $this->assign('weapp_config', $weapp_config); - + // 牛云短信余额查询 if (addon_is_exit('niusms', $this->site_id)) { $sms_config = ( new NiuSmsConfig() )->getSmsConfig($this->site_id)[ 'data' ]; if ($sms_config[ 'is_use' ]) { diff --git a/src/app/shop/view/message/lists.html b/src/app/shop/view/message/lists.html index f6b539a0e..11178a56e 100644 --- a/src/app/shop/view/message/lists.html +++ b/src/app/shop/view/message/lists.html @@ -1,5 +1,3 @@ - - -