xuxueyang
2024-08-14 a587937ce53f79b4680e930b5d5f7fee33de5311
pages/home/components/home-search.vue
@@ -1,8 +1,8 @@
<template>
   <view class="p15 bg-white">
      <view class="search-container m-t-12 flex">
         <view class="flex m-r-20">
            <view class="m-r-10" style="line-height: 80rpx;" @click="changeType">
         <view class="flex m-r-20" @click="changeType">
            <view class="m-r-10" style="line-height: 80rpx;" >
               {{type=='flower'?'按鲜花':'按店铺'}}
            </view>
            <u-icon name="arrow-down"></u-icon>
@@ -100,10 +100,10 @@
                  if (this.history_supplier.indexOf(name) >= 0) {
                  } else {
                     this..history_supplier.unshift(name)
                     this.history_supplier.unshift(name)
                  }
                  if (this..history_supplier.length >= 10) {
                     this..history_supplier.splice(this..history_supplier.length - 1, 1)
                  if (this.history_supplier.length >= 10) {
                     this.history_supplier.splice(this.history_supplier.length - 1, 1)
                  }
               }
               uni.navigateTo({