Selaa lähdekoodia

feat: 添加订单状态显示页面

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 7 kuukautta sitten
vanhempi
commit
66e36e516b
1 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  1. 5 3
      src/web/templates/weixin/commonPay/orderStatus.html

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

@@ -19,11 +19,13 @@
         justify-content: center;
         margin: .24rem;
       }
-      .pay_order_status>img {
+      .pay_order_status_img > img {
         width: 1.2rem;
         height: 1.2rem;
       }
-      .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>