mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-11-02 03:37:32 +08:00
重构gateway和shop模拟商城
This commit is contained in:
@@ -77,19 +77,21 @@
|
||||
style="width:100px;height: 35px;"><span></span></label>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 style="margin-top: 125px">H5支付(只支持手机端,不支持PC端):</h4>
|
||||
<ul class="pay-label type">
|
||||
<li>
|
||||
<input value="WEIXIN_H5" name="H5" id="WEIXIN_H5" type="radio">
|
||||
<label for="WEIXIN_H5"><img src="../static/img/weixin.jpg" alt="微信H5"
|
||||
style="height: 35px;"><span></span></label>
|
||||
</li>
|
||||
<li>
|
||||
<input value="ALI_H5" name="H5" id="ALI_H5" type="radio">
|
||||
<label for="ALI_H5"><img src="../static/img/zhifubao.png" alt="支付宝H5"
|
||||
style="height: 35px;"><span></span></label>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="pcOrPhone">
|
||||
<h4 style="margin-top: 125px">H5支付(只支持手机端,不支持PC端):</h4>
|
||||
<ul class="pay-label type">
|
||||
<li>
|
||||
<input value="WEIXIN_H5" name="H5" id="WEIXIN_H5" type="radio">
|
||||
<label for="WEIXIN_H5"><img src="../static/img/weixin.jpg" alt="微信H5"
|
||||
style="height: 35px;"><span></span></label>
|
||||
</li>
|
||||
<li>
|
||||
<input value="ALI_H5" name="H5" id="ALI_H5" type="radio">
|
||||
<label for="ALI_H5"><img src="../static/img/zhifubao.png" alt="支付宝H5"
|
||||
style="height: 35px;"><span></span></label>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h4 style="margin-top: 120px">快捷支付:</h4>
|
||||
<ul class="pay-label type">
|
||||
<li>
|
||||
@@ -151,9 +153,6 @@
|
||||
return false;
|
||||
}
|
||||
});
|
||||
$(function () {
|
||||
window.location = "/";
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user