main
fanfan 6 months ago
parent 47d650ef06
commit 29d2a3ecfa
  1. 2
      pages/activity/newPeople.vue
  2. 4
      pages/index/index.vue

@ -27,7 +27,7 @@
<u-tabs :list="menuList" bg-color="#fafafa" inactive-color="#3C3C3C" active-color="#FF3C43"
:is-scroll="true" font-size="30" v-model="current" @change="onChosed"></u-tabs>
</view>
<view scroll-x class="b">
<view scroll-x class="b" style="display: flex;flex-wrap: wrap;justify-content:space-between">
<!-- <u-waterfall v-model="goodList" ref="uWaterfall1"> -->
<!-- <template v-slot:left="{leftList}"> -->
<view class="item" v-for="(item, index) in goodList" :key="index"

@ -898,7 +898,7 @@
is_brand: '',
is_new: 1,
order: '',
is_in_store: 0
is_in_store: ''
}
GoodsApi.brandList(param).then(res => {
let arr = res.data.data
@ -928,7 +928,7 @@
is_brand: this.current == 0 ? 1 : '',
is_new: '',
order: '',
is_in_store: this.current == 0 ? 0 : 1
is_in_store: this.current == 0 ? '' : 1
}
GoodsApi.brandList(param).then(res => {
let arr = res.data.data;

Loading…
Cancel
Save