|
|
|
@ -138,8 +138,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 大图 --> |
|
|
|
|
<view class="width90 mart20 alijusstart" v-if="item.type == 4" |
|
|
|
|
@click="goGoodsList(item.jumpUrl)"> |
|
|
|
|
<view class="width90 mart20 alijusstart" v-if="item.type == 4" @click="goGoodsList(item.jumpUrl)"> |
|
|
|
|
<view class="width70 font18 fcor333"> |
|
|
|
|
{{item.name}} |
|
|
|
|
</view> |
|
|
|
@ -222,10 +221,12 @@ |
|
|
|
|
|
|
|
|
|
onShow() { |
|
|
|
|
// this.homeCateList = []; |
|
|
|
|
// if (app.globalData.cityName != '') { |
|
|
|
|
// this.city = app.globalData.qianzhuCityName; |
|
|
|
|
// this.getCmsContentcmsContent(); |
|
|
|
|
// } |
|
|
|
|
if (app.globalData.cityName != '') { |
|
|
|
|
this.city = app.globalData.qianzhuCityName; |
|
|
|
|
if (app.globalData.isSelect) { |
|
|
|
|
this.getCmsContentcmsContent(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad(options) { |
|
|
|
|
let that = this; |
|
|
|
@ -338,6 +339,7 @@ |
|
|
|
|
getCmsContent(params).then(res => { |
|
|
|
|
this.isdisplay = false; |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
app.globalData.isSelect = false; |
|
|
|
|
this.homeCateList = res.return_data; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|