浏览代码

Merge branch 'dev/v4.9.79_tsz' of qmx/jy into feature/v4.9.79

汤世哲 8 月之前
父节点
当前提交
1ca698e728

+ 1 - 0
src/web/staticres/vipsubscribe/css/vip_pay_success.css

@@ -42,6 +42,7 @@ html,body{
 }
 
 .bottom_button .left_btn {
+  flex-direction: column;
   margin-right: .26rem;
   color: #5F5E64;
   background-color: #EDEFF2;

+ 1 - 1
src/web/templates/common/returnMoney/wxReturnMoney.html

@@ -241,7 +241,7 @@
                                         checkout.buryingPoint()
 
                                         var  bigmemberBid=checkout.getUrlParam("b");
-                                        var href ="/weixin/{{.T.doType}}/paySuccess?orderCode=" + res.orderCode + "&email=" + res.email + "&payTime=" + res.payTime + "&price=" + res.price + "&t={{.T.t}}"
+                                        var href ="/weixin/backend/paySuccess?orderCode=" + res.orderCode + "&email=" + res.email + "&payTime=" + res.payTime + "&price=" + res.price + "&t={{.T.t}}"
 
                                         if(bigmemberBid==="1"){
                                           href="/weixin/aiForecastPack/paySuccess?orderCode=" + res.orderCode + "&email=" + res.email + "&payTime=" + res.payTime + "&price=" + res.price + "&t={{.T.t}}"