Selaa lähdekoodia

Merge remote-tracking branch 'origin/feature/v4.9.79' into feature/v4.9.79

wkyuer 8 kuukautta sitten
vanhempi
commit
62df2bf884
1 muutettua tiedostoa jossa 7 lisäystä ja 5 poistoa
  1. 7 5
      src/web/templates/weixin/commonPay/orderStatus.html

+ 7 - 5
src/web/templates/weixin/commonPay/orderStatus.html

@@ -19,11 +19,13 @@
         justify-content: center;
         margin: .24rem;
       }
-      .pay_order_status>img {
-        width: 1.2rem;
-        height: 1.2rem;
+      .pay_order_status_img > img {
+        width: 5rem;
+        height: 5rem;
       }
-      .pay_order_status p {
+      .pay_order_status > p {
+        width: 100%;
+        text-align: center;
         font-size: .28rem;
         line-height: .4rem;
         color: #1D1D1D;
@@ -35,7 +37,7 @@
     <div class="pay_order_status_img">
       <img src="{{Msg "seo" "cdn"}}/common-module/public/image/jy-back.png?v={{Msg "seo" "version"}}" alt="" />
     </div>
-    {{.T.note}}
+    {{ParseHtml .T.note}}
   </div>
 </body>
 </html>