li-guang
2020-12-15 f3071eeab28fbe9cb850cf9dd00bd8f77fae0798
hive-app/pages/member/index.vue
@@ -22,7 +22,7 @@
         <text class="sort-tab-item">潜在客户</text>
         <text class="sort-tab-item">潜在客户</text>
      </view>
      <view class="flex justify-between">
      <view class="flex justify-between" @click="toDetail">
         <view class="flex-1 mr-10">
            <view class="member-list flex align-center" v-for="(item, index) in 15">
               <text class="first-name" :style="{background: caculateBgcolor(index)}">李</text>
@@ -120,6 +120,11 @@
         caculateBgcolor(index){
            return this.colors[index%8];
         },
         toDetail(){
            uni.navigateTo({
               url:'./detail'
            })
         },
         filterCustom(type){
            this.$refs.filterDropdownEl.show();
            if(type===1){