|
@@ -1059,15 +1059,13 @@
|
|
|
}
|
|
|
document.title = titleText
|
|
|
|
|
|
- if (source == 'bid_document_Introduction_page') {
|
|
|
-
|
|
|
- }
|
|
|
|
|
|
+ var _that = this
|
|
|
function hideLabel (keys) {
|
|
|
var hideType = keys || ['email', 'class', 'companyType', 'workScope', 'partnerNeeds', 'agree']
|
|
|
- for (var k in this.moduleShow) {
|
|
|
+ for (var k in _that.moduleShow) {
|
|
|
if (hideType.indexOf(k) !== -1)
|
|
|
- this.moduleShow[k] = false
|
|
|
+ _that.moduleShow[k] = false
|
|
|
}
|
|
|
}
|
|
|
|