Showing
4 changed files
with
3 additions
and
2 deletions
@@ -33,6 +33,7 @@ | @@ -33,6 +33,7 @@ | ||
33 | </div> | 33 | </div> |
34 | <div class="loading-toast hide"></div> | 34 | <div class="loading-toast hide"></div> |
35 | </div> | 35 | </div> |
36 | +{{> plugin/rich_tip}} | ||
36 | <input type="hidden" class="order-code" value="{{orderCode}}"> | 37 | <input type="hidden" class="order-code" value="{{orderCode}}"> |
37 | <input type="hidden" class="order-total" value="{{orderTotal}}"> | 38 | <input type="hidden" class="order-total" value="{{orderTotal}}"> |
38 | <script>_ozprm="orderid={{orderCode}}&ordertotal={{orderTotal}}";</script> | 39 | <script>_ozprm="orderid={{orderCode}}&ordertotal={{orderTotal}}";</script> |
@@ -968,7 +968,7 @@ class HomeController extends AbstractAction | @@ -968,7 +968,7 @@ class HomeController extends AbstractAction | ||
968 | $this->auditJumpLogin(); | 968 | $this->auditJumpLogin(); |
969 | 969 | ||
970 | $this->setTitle('支付中心'); | 970 | $this->setTitle('支付中心'); |
971 | - $this->setNavHeader('支付中心', 'javascript(0);', ''); | 971 | + $this->setNavHeader('支付中心', 'javascript:void(0);', ''); |
972 | 972 | ||
973 | $orderCode = $this->get('order_code'); | 973 | $orderCode = $this->get('order_code'); |
974 | if (empty($orderCode)) { | 974 | if (empty($orderCode)) { |
-
Please register or login to post a comment