This commit is contained in:
ylj20011123 2025-08-12 17:41:42 +08:00
parent 0439e034c5
commit 9e6071003f

View File

@ -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();
}
},