商品销售排行
@@ -796,8 +797,8 @@ export default {
console.log('this.theRequestthis.theRequestthis.theRequest', this.theRequest);
// 若省份为甘肃,则加载甘肃单品排行
- // 再加个云南 要字符串
- if (this.theRequest.ProvinceCode == "620000" || this.theRequest.ProvinceCode == "530000") {
+ // 再加个云南、建工 要字符串
+ if (this.theRequest.ProvinceCode == "620000" || this.theRequest.ProvinceCode == "530000" || this.theRequest.ProvinceCode == "734100") {
this.getRankContent();
}
},