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