@@ -90,7 +90,7 @@ return array
'option' => $shop,
'update' => 'hidden',
'value' => Dever::input('search_option_shop_id'),
- 'list' => 'Dever::load("shop/info-find#name", {shop_id})',
+ 'list' => 'Dever::load("shop/info-one#name", {shop_id})',
),
'uid' => array
@@ -21,6 +21,13 @@ class Main extends Core
return $this->data;
}
+ # 获取模板消息
+ public function getSubscribeTemplate()
+ {
+ $this->data['template'] = Dever::load('wechat_applet/subscribe')->getList();
+ return $this->data;
+ }
+
# 获取店铺信息
public function shop()
{