| | |
| | | <text class="font-18 dark-gray">HIVE</text> |
| | | <view> |
| | | <text class="icon gray iconfont iconsousuo mr-15"></text> |
| | | <text class="icon gray iconfont iconjiahao" @click.stop="isShow=!isShow"></text> |
| | | <text class="icon gray iconfont iconjia" @click.stop="isShow=!isShow"></text> |
| | | </view> |
| | | </view> |
| | | <popover class="popup-content" v-show="isShow"> |
| | | <view class="triangle"></view> |
| | | <view class="popup-item flex align-center"> |
| | | <text class="icon white iconfont iconjiahao mr-5"></text> |
| | | <text class="icon white iconfont iconjia mr-5"></text> |
| | | <text class="white font-14 popup-content-text">新增会员</text> |
| | | </view> |
| | | <view class="popup-item flex align-center"> |
| | |
| | | <view class="content-item mt-10"> |
| | | <text class="title">订单</text> |
| | | <view class="flex align-center mt-10"> |
| | | <view class="flex flex-v align-center list-item"> |
| | | <view class="flex flex-v align-center list-item" @click="linkTo('./selectCustomer')"> |
| | | <image class="content-icon" src="../../static/images/order1.png"></image> |
| | | <text class="font-12 mt-10 font-dark">新建订单</text> |
| | | </view> |
| | | <view class="flex flex-v align-center list-item"> |
| | | <view class="flex flex-v align-center list-item" @click="linkTo('./orderList')"> |
| | | <image class="content-icon" src="../../static/images/order2.png"></image> |
| | | <text class="font-12 mt-10 font-dark">代付款</text> |
| | | </view> |
| | |
| | | methods:{ |
| | | appear(){ |
| | | |
| | | }, |
| | | linkTo(val){ |
| | | uni.navigateTo({ |
| | | url:val |
| | | }) |
| | | } |
| | | } |
| | | } |
| | |
| | | padding: 12px 5px; |
| | | } |
| | | .condition{ |
| | | background-color: #518EFF; |
| | | background: #518EFF; |
| | | padding: 15px 30px; |
| | | border-radius: 4px; |
| | | } |
| | |
| | | top: 48px; |
| | | padding-left: 10px; |
| | | } |
| | | .triangle{ |
| | | width: 0; |
| | | height: 0; |
| | | border-width: 0 10px 10px; |
| | | border-style: solid; |
| | | border-color: transparent transparent #4c4c4c; |
| | | position: absolute; |
| | | top:-8px; |
| | | right: 5px; |
| | | } |
| | | |
| | | .popup-content-text{ |
| | | width: 100%; |
| | | border-bottom: 1px solid gray; |