|
@@ -468,7 +468,7 @@ var downloadpopup = {
|
|
|
buyer:this.data.portraitName,
|
|
|
match:'',
|
|
|
exactMatch:0,
|
|
|
- matchRange:'purchasing',
|
|
|
+ matchRange:this.power?'purchasing':'',
|
|
|
area:'',
|
|
|
scopeClass:'',
|
|
|
timeRange:2018+'_'+new Date().getFullYear(),
|
|
@@ -483,7 +483,7 @@ var downloadpopup = {
|
|
|
entId:entid ? decodeURIComponent(entid) : '',
|
|
|
match:'',
|
|
|
exactMatch:0,
|
|
|
- matchRange:'purchasing',
|
|
|
+ matchRange:this.power?'purchasing':'',
|
|
|
area:'',
|
|
|
scopeClass:'',
|
|
|
timeRange:2018+'_'+new Date().getFullYear(),
|