zhaojs
2023-06-30 ba3d748f9eb65a66fca9bd74fc7796b90a0a70ae
uniapp/pages/search/searchResult.vue
@@ -23,8 +23,8 @@
            <view class="onlineStore-container rowCen">
               <view class="onlineStoreList rowSta" v-if="!showtar || platform!='iOS'">
                  <block v-for="(items,index) in onlineStoreList" :key="index">
                     <view class="store-items colCen" :class="storeCurrent==index?'store-items-active':''"
                        @click="checkstore(index)">
                     <view class="store-items colCen" :class="storeCurrent==items.inde?'store-items-active':''"
                        @click="checkstore(items.inde)">
                        <view class="store-name">
                           {{items.name}}
                        </view>
@@ -151,24 +151,30 @@
            advertPic: '',
            onlineStoreList: [{
                  name: '淘宝',
                  type: 'tb'
                  type: 'tb',
                  inde:0
               },
               {
                  name: '京东',
                  type: 'jd'
                  type: 'jd',
                  inde:1
               },
               {
                  name: '拼多多',
                  type: 'pdd'
               },
               {
                  name: '唯品会',
                  type: 'wph'
                  type: 'pdd',
                  inde:2
               },
               {
                  name: '抖音',
                  type: 'dy'
                  type: 'dy',
                  inde:4
               },
               {
                  name: '唯品会',
                  type: 'wph',
                  inde:3
               }
            ],
            sortList: [{