|
@@ -129,7 +129,7 @@
|
|
|
html += `<img src="images/kufang1.png" style="width:100px;border-radius: 10px;height:100px;"></img>`
|
|
|
}
|
|
|
|
|
|
- html += `<div style="color:#333;display: flex;flex-direction: column;justify-content: flex-start;margin-left:10px;">`
|
|
|
+ html += `<div style="color:#333;display: flex;flex-direction: column;justify-content: flex-start;margin-left:10px;min-width: 210px;">`
|
|
|
var data = json.data[i].kgyNames;
|
|
|
for (var j = 0; j < data.length; j++) {
|
|
|
var tephone = json.data[i].phones[j];
|