瀏覽代碼

Merge branch 'dev4.5.0.2' of http://192.168.3.207:8080/qmx/jy into dev4.5.0.2

wangshan 4 年之前
父節點
當前提交
2ee4fdf979

+ 1 - 0
src/jfw/modules/app/src/web/templates/big-member/commonjs.html

@@ -18,6 +18,7 @@
         } catch (error) {}
     })()
 </script>
+{{include "/common/baiducc.html"}}
 <!--es6垫片-->
 <!--<script src="https://polyfill.io/v3/polyfill.min.js"></script>-->
 <!--E-必定会使用的资源-->

+ 1 - 0
src/jfw/modules/app/src/web/templates/commonPay/checkout.html

@@ -337,6 +337,7 @@
         checkout.init()
     })
 </script>
+{{include "/common/baiducc.html"}}
 </body>
 
 </html>

+ 2 - 1
src/jfw/modules/app/src/web/templates/commonPay/transferAccounts.html

@@ -219,7 +219,7 @@
                         } catch (e) {}
                         $("#uploaderInput").parent().hide();
                         $("#uploaderFiles").html(loadingHtml);
-                        
+
                         // iOS点击选择后创建一个定时器,查询是否获取到url(客户端上传成功回调)
                         if (vTools.androidOrIOS() != 'ios') return
                         // ios定时查询取消上传loading定时器标记
@@ -348,6 +348,7 @@
         $(".weui-uploader__input-box").show();
     }
 </script>
+{{include "/common/baiducc.html"}}
 </body>
 
 </html>

+ 1 - 0
src/jfw/modules/app/src/web/templates/commonPay/transferAccountsResult.html

@@ -62,5 +62,6 @@
 <script src="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/js/jquery-3.2.1.min.js?v={{Msg "seo" "version"}}"></script>
 <script src="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/commonPay/js/common.js?v={{Msg "seo" "version"}}"></script>
 <script src="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/js/common.js?v={{Msg "seo" "mod_version"}}"></script>
+{{include "/common/baiducc.html"}}
 </body>
 </html>

+ 1 - 0
src/web/templates/big-member/wx/page_customer.html

@@ -118,6 +118,7 @@
         })
     })
 </script>
+{{include "/common/baiducc.html"}}
 </body>
 
 </html>

+ 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>