lin
2026-05-11 eaa5247fe535aadedc7cd35896e1e08580487006
pages/index/index.vue
@@ -118,8 +118,6 @@
                     <!-- <view class="hyj">
                        <image src="@/static/imgs/hyj.png" mode=""></image>
                     </view> -->
                     <view>¥</view>
                     <view class="red">{{itm.price}}</view>
                  </view>
               </view>
            </view>
@@ -169,17 +167,6 @@
  },
  data() {
    return {
      list: [{
                     image: "https://via.placeholder.com/200x200.png/3c9cff/fff"
                  }, {
                     image: "https://via.placeholder.com/200x200.png/f9ae3d/fff"
                  }, {
                     image: "https://via.placeholder.com/200x200.png/5ac725/fff"
                  }, {
                     image: "https://via.placeholder.com/200x200.png/f56c6c/fff"
                  }, {
                     image: "https://via.placeholder.com/200x200.png/909399/fff"
                  }],
      indicator: true,
      contactsFlag: false,
      staHeight: 0,
@@ -210,7 +197,7 @@
            title: '精选',
            desc: '猜你喜欢',
            skey: '服装鞋包',
            catesId: 11,
            catesId: 15,
         },{
            title: '人气',
            desc: '好物精选',
@@ -240,7 +227,7 @@
   // #endif
  },
  created() {
      this.catesId = 11
      this.catesId = this.cateNavList[0]['catesId']
     this.catesGoods()
  },
  onLoad() {