update
This commit is contained in:
parent
0439e034c5
commit
9e6071003f
@ -217,7 +217,8 @@
|
||||
<shopCell v-for="(item, i) in regionList" :key="i" :item="item" @toggleShow="toggleShow" :i="i" />
|
||||
</template>
|
||||
</view>
|
||||
<template v-if="theRequest && theRequest.ProvinceCode == '620000' || theRequest.ProvinceCode == '530000'">
|
||||
<template
|
||||
v-if="theRequest && theRequest.ProvinceCode == '620000' || theRequest.ProvinceCode == '530000' || theRequest.ProvinceCode == '734100'">
|
||||
<div class="uni-inline-item modle-title">
|
||||
<image src="/static/images/revenue/product-ranking.png" mode="aspectFit"></image>
|
||||
<text class="strong-text">商品销售排行</text>
|
||||
@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user