|
@@ -428,7 +428,7 @@ export default {
|
|
self.position4Show = true;
|
|
self.position4Show = true;
|
|
}
|
|
}
|
|
if (jsonData.position5Name != null) {
|
|
if (jsonData.position5Name != null) {
|
|
- alert(jsonData.position5Name);
|
|
|
|
|
|
+ //alert(jsonData.position5Name);
|
|
self.position5 = jsonData.position5Name;
|
|
self.position5 = jsonData.position5Name;
|
|
self.position5Show = true;
|
|
self.position5Show = true;
|
|
}
|
|
}
|