bhd-components 0.7.7 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{51f5ba3f.esm.es5.production.js → 989240e2.esm.es5.production.js} +1 -1
- package/dist/{61049688.esm.es5.development.js → bd8fe330.esm.es5.development.js} +1 -1
- package/dist/index.esm.es5.development.js +4 -4
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/index.js +2 -2
- package/esm/customerService/index.js +2 -2
- package/package.json +1 -1
|
@@ -94,8 +94,8 @@ const CustomerService = (props)=>{
|
|
|
94
94
|
html2canvas(document.getElementsByTagName('html')[0]).then((canvas)=>{
|
|
95
95
|
console.log(canvas, 22222);
|
|
96
96
|
setTimeout(()=>{
|
|
97
|
-
let dom = document.getElementById("container_html5_api")
|
|
98
|
-
|
|
97
|
+
//let dom = document.getElementById("container_html5_api")
|
|
98
|
+
let dom = document.getElementById("rootWrapper");
|
|
99
99
|
html2canvas(dom, {
|
|
100
100
|
backgroundColor: null,
|
|
101
101
|
useCORS: true,
|
|
@@ -142,8 +142,8 @@ var CustomerService = function(props) {
|
|
|
142
142
|
html2canvas(document.getElementsByTagName("html")[0]).then(function(canvas) {
|
|
143
143
|
console.log(canvas, 22222);
|
|
144
144
|
setTimeout(function() {
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
//let dom = document.getElementById("container_html5_api")
|
|
146
|
+
var dom = document.getElementById("rootWrapper");
|
|
147
147
|
html2canvas(dom, {
|
|
148
148
|
backgroundColor: null,
|
|
149
149
|
useCORS: true,
|