|
@@ -460,7 +460,7 @@ var downloadpopup = {
|
|
|
}
|
|
|
|
|
|
let that = this
|
|
|
- let entid = sessionStorage.getItem('winner_high_eid') ? sessionStorage.getItem('winner_high_eid') : utils.getParam('eId')
|
|
|
+ let entid = utils.getParam('eId')
|
|
|
let params
|
|
|
if(this.type == 'unit'){
|
|
|
params = {
|
|
@@ -480,7 +480,7 @@ var downloadpopup = {
|
|
|
params = {
|
|
|
type:1,
|
|
|
entName:this.data.portraitName,
|
|
|
- entId:entid,
|
|
|
+ entId:entid ? decodeURIComponent(entid) : '',
|
|
|
match:'',
|
|
|
exactMatch:0,
|
|
|
matchRange:'purchasing',
|