li-guang
2020-12-17 06cd51f34f3a51e6ff848ae5b695a46dfc424200
hive-app/pages/member/index.vue
@@ -1,6 +1,6 @@
<template>
   <view class="container">
      <search-bar></search-bar>
      <search-bar :placeholder=placeholder></search-bar>
      <view class="sort-wrap">
         <view @click="filterCustom(1)">
            <text>本月到店次数</text>
@@ -48,6 +48,7 @@
      },
      data() {
         return {
            placeholder:"请输入会员姓名、手机号、编号查询",
            colors: ['#CCC6B4', '#C0CCB4', '#B4C2CC', '#BEB4CC', '#B4CCBE', '#B4CCCA', '#CCB4C6', '#CCB4B4'],
            filterType: 1,
            filterList: [],