Authored by 郭成尧

rich-tip-add

569 Bytes | W: | H:

19.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -224,4 +224,4 @@ $('.box').on('touchstart', function() {
})
}, true);
}
})
});
... ...
... ... @@ -33,6 +33,7 @@
</div>
<div class="loading-toast hide"></div>
</div>
{{> plugin/rich_tip}}
<input type="hidden" class="order-code" value="{{orderCode}}">
<input type="hidden" class="order-total" value="{{orderTotal}}">
<script>_ozprm="orderid={{orderCode}}&ordertotal={{orderTotal}}";</script>
... ...
... ... @@ -968,7 +968,7 @@ class HomeController extends AbstractAction
$this->auditJumpLogin();
$this->setTitle('支付中心');
$this->setNavHeader('支付中心', 'javascript(0);', '');
$this->setNavHeader('支付中心', 'javascript:void(0);', '');
$orderCode = $this->get('order_code');
if (empty($orderCode)) {
... ...