From 164acabd9e14052cb730826f427ef9d353fd0529 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Mon, 21 Dec 2020 18:06:13 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app
---
hive-app/pages/member/index.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/hive-app/pages/member/index.vue b/hive-app/pages/member/index.vue
index afb5c8a..e92d9e2 100644
--- a/hive-app/pages/member/index.vue
+++ b/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: [],
--
Gitblit v1.9.1