-
支付跳转中、请勿关闭页面
-
支付失败或长时间未响应
-
- 进入
- 我的订单
- 后可以重新发起支付
-
+
+
+
+
+
支付跳转中、请勿关闭页面
+
支付失败或长时间未响应
+
+ 进入
+ 我的订单
+ 后可以重新发起支付
+
+
+
@@ -639,7 +643,11 @@ function BuySubmitBack(e)
{
if(e.code == 0)
{
- $('.buy-order-submit-modal-container').show();
+ $('#buy-order-submit-modal').modal({
+ closeViaDimmer: false,
+ width: 280,
+ height: 140
+ });
$.AMUI.progress.done();
Prompt(e.msg, 'success');
setTimeout(function()
diff --git a/public/static/index/default/css/buy.css b/public/static/index/default/css/buy.css
index 39e0cac58..52794bc5c 100755
--- a/public/static/index/default/css/buy.css
+++ b/public/static/index/default/css/buy.css
@@ -320,24 +320,4 @@ ul.address-list, .business-item ul { overflow: hidden; }
*/
.link-list .am-badge-default:hover {
background: #666;
-}
-
-/**
- * 订单提交后提示弹层
- */
-.buy-order-submit-modal-container {
- background: rgb(0 0 0 / 0.6);
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 1100;
- display: none;
-}
-.buy-order-submit-modal-container .content {
- background: #fff;
- width: 280px;
- height: 160px;
- margin: auto;
}
\ No newline at end of file