| | |
| | | <text class="icon mr-15"></text> |
| | | <text class="icon" @click.stop="isShow=!isShow"></text> |
| | | </view> |
| | | <view class="popup-content" v-show="isShow"> |
| | | <view> |
| | | <text class="icon mr-5"></text> |
| | | <text>新增会员</text> |
| | | </view> |
| | | <view class="mt-10"> |
| | | <text class="icon mr-5"></text> |
| | | <text>扫一扫</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <popover class="popup-content" v-show="isShow"> |
| | | <view> |
| | | <text class="icon mr-5"></text> |
| | | <text>新增会员</text> |
| | | </view> |
| | | <view class="mt-10"> |
| | | <text class="icon mr-5"></text> |
| | | <text>扫一扫</text> |
| | | </view> |
| | | </popover> |
| | | <view class="condition flex justify-between mt-15"> |
| | | <view class="flex flex-v align-center"> |
| | | <text class="font-18 white">0</text> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import popover from "../../components/popover/index.vue" |
| | | export default{ |
| | | components:{ |
| | | popover |
| | | }, |
| | | data(){ |
| | | return{ |
| | | isShow:false |