Browse Source

修改标志函数

jack 8 years ago
parent
commit
e52744497e
4 changed files with 11 additions and 6 deletions
  1. 5 0
      cmp-portal/js/public/common.js
  2. 2 2
      ekexiu/shareProinfor.html
  3. 2 2
      ekexiu/shareResinfor.html
  4. 2 2
      js/common.js

+ 5 - 0
cmp-portal/js/public/common.js

@ -163,6 +163,11 @@ var hash={
163 163
						"sty": "authicon-real",
164 164
						"title": "实名认证用户"
165 165
					}
166
				}else{
167
					return {
168
						"sty": "e",
169
						"title": " "
170
					}
166 171
				}
167 172
			}
168 173
		}

+ 2 - 2
ekexiu/shareProinfor.html

@ -468,8 +468,8 @@
468 468
								}
469 469
							} else {
470 470
								return {
471
									"sty": "",
472
									"title": ""
471
									"sty": "e",
472
									"title": " "
473 473
								}
474 474
							}
475 475
						}

+ 2 - 2
ekexiu/shareResinfor.html

@ -396,8 +396,8 @@
396 396
								}
397 397
							} else {
398 398
								return {
399
									"sty": "",
400
									"title": ""
399
									"sty": "e ",
400
									"title": " "
401 401
								}
402 402
							}
403 403
						}

+ 2 - 2
js/common.js

@ -479,8 +479,8 @@ function autho() {
479 479
				}
480 480
			} else {
481 481
				return {
482
					"sty": "",
483
					"title": ""
482
					"sty": "e",
483
					"title": " "
484 484
				}
485 485
			}
486 486
		}