Authored by hf

do add union code and fixes bug to weixin pay

@@ -32,8 +32,5 @@ @@ -32,8 +32,5 @@
32 {{/ payAppInfo}} 32 {{/ payAppInfo}}
33 </div> 33 </div>
34 </div> 34 </div>
35 -{{#if oldWeixinAuthUrl}}  
36 -<iframe height="0" width="0" src="{{oldWeixinAuthUrl}}" style="display:none"></iframe>  
37 -{{/if}}  
38 {{> layout/footer}} 35 {{> layout/footer}}
39 36
@@ -803,7 +803,7 @@ class HomeController extends AbstractAction @@ -803,7 +803,7 @@ class HomeController extends AbstractAction
803 ), 803 ),
804 1 => array( 804 1 => array(
805 'appIcon' => '', 805 'appIcon' => '',
806 - 'payLink' => '', 806 + 'payLink' => Helpers::url('/shopping/pay/wechatwapdialog', array('order_code' => $orderCode)),
807 'appId' => 'weixin', 807 'appId' => 'weixin',
808 'app' => '微信支付', 808 'app' => '微信支付',
809 'hint' => '推荐使用', 809 'hint' => '推荐使用',