瀏覽代碼

feat: 新增百度统计

zhangyuhan 4 年之前
父節點
當前提交
2b481c8f2e

+ 3 - 2
src/web/templates/weixin/commonPay/checkout.html

@@ -118,7 +118,7 @@
                     </div>
                 </div>
             {{end}}
-            
+
         </div>
     </div>
     <div class="j-footer j-button-group">
@@ -410,6 +410,7 @@
         checkout.init()
     })
 </script>
+{{include "/common/baiducc.html"}}
 </body>
 
-</html>
+</html>

+ 1 - 0
src/web/templates/weixin/commonPay/transferAccounts.html

@@ -267,6 +267,7 @@
         $(".weui-uploader__input-box").show();
     }
 </script>
+{{include "/common/baiducc.html"}}
 </body>
 
 </html>

+ 1 - 0
src/web/templates/weixin/commonPay/transferAccountsResult.html

@@ -51,5 +51,6 @@
         {{end}}
     </div>
 </div>
+{{include "/common/baiducc.html"}}
 </body>
 </html>