Showing
2 changed files
with
41 additions
and
0 deletions
1 | +{{> cuxiao/yuanxiao/header}} | ||
2 | + <div class="main-wrap share"> | ||
3 | + <div class="header"></div> | ||
4 | + <div class="flower flower-l"></div> | ||
5 | + <div class="flower flower-r"></div> | ||
6 | + | ||
7 | + <div class="title"> | ||
8 | + <p> | ||
9 | + {{result.name}} 的 | ||
10 | + </p> | ||
11 | + 2016年潮流运势是 | ||
12 | + </div> | ||
13 | + | ||
14 | + <div class="type {{result.type}}" data-type="{{result.type}}"> | ||
15 | + | ||
16 | + <div class="footer"> | ||
17 | + <div class="entry"> | ||
18 | + 我也要测 | ||
19 | + </div> | ||
20 | + </div> | ||
21 | + </div> | ||
22 | +{{> cuxiao/yuanxiao/footer}} |
@@ -73,4 +73,23 @@ class YuanxiaoController extends HuodongAction | @@ -73,4 +73,23 @@ class YuanxiaoController extends HuodongAction | ||
73 | ) | 73 | ) |
74 | )); | 74 | )); |
75 | } | 75 | } |
76 | + | ||
77 | + /** | ||
78 | + * 元宵抽签 分享 | ||
79 | + */ | ||
80 | + public function shareAction() | ||
81 | + { | ||
82 | + $this->_view->display('share', array( | ||
83 | + 'staticTitle' => '元宵抽签', | ||
84 | + 'result' => array( | ||
85 | + 'name' => '张大龙', | ||
86 | + 'type' => 'P1' | ||
87 | + ), | ||
88 | + 'staticCSS' => 'http://localhost:2222/assets/1.0.0/css/style.css', | ||
89 | + 'staticJS' => array( | ||
90 | + 'http://localhost:2222/assets/1.0.0/js/main.js', | ||
91 | + // 'http://localhost:2222/assets/1.0.0/js/share.js' | ||
92 | + ) | ||
93 | + )); | ||
94 | + } | ||
76 | } | 95 | } |
-
Please register or login to post a comment