| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <!--pages/mytest/mytest.wxml-->
- <wxs src="../../wxs/tool.wxs" module="tool"></wxs>
- <view class="my_top">
- <image src="../../static/index/mybg.png" class="mybg" mode="aspectFill" />
- <view class="myinfo z-margin-lr-32" style="padding-top: {{safeTop}}">
- <image class="z-margin-r-32 avatar" wx:if="{{info}}" src="{{tool.cdn(info.avatar)}}" />
- <image class="z-margin-r-32 avatar" wx:else src="{{tool.cdn(config.user_image)}}" bindtap="login" />
- <view class="myinfo_text">
- <text class="z-font-40" wx:if="{{info}}">{{info.nickname}}</text>
- <text class="z-font-40" wx:else bindtap="login">请先登录</text>
- <view class="namebox_text z-padding-r-16 z-margin-t-16 z-font-22 " wx:if="{{info.plusInfo.is_plus > 0}}">
- <image src="../../static/index/vip.png" class="vip" mode="" />
- <view class="plusname z-flex">{{info.plusInfo.plusname}}</view>
- </view>
- </view>
- </view>
- <view class="all_box z-radius-24 ">
- <view class="menber_box z-padding-24" bindtap="skip" data-url="/service/level/level">
- <view class="menber_box_left">
- <image src="../../static/index/king.png" class="king_img z-margin-r-16" mode="" />
- <view class="menber_box_text">
- <view class="z-font-w menber_text">家政会员</view>
- <view class="z-font-24 text_999 z-margin-t-16">开通会员可享受项目会员价</view>
- </view>
- </view>
- <view class="poenit z-padding-tb-8 z-padding-lr-24 z-font-28 z-radius-24 z-font-w">
- {{info.plusInfo.is_plus > 0 ? '立即续费' : '立即开通'}}
- </view>
- </view>
- <view class="fourbox z-radius-24 z-padding-24">
- <view class="fourboxitem" bindtap="skip" data-url="/service/focus/focus?active=0&name=关注服务者">
- <view class="z-font-w">{{info.skillFollow || 0}}</view>
- <view class="z-font-24 text_666 z-margin-t-8">关注服务者</view>
- </view>
- <view class="fourboxitem" bindtap="skip" data-url="/service/focus/focus?active=1&name=收藏项目">
- <view class="z-font-w">{{info.goodsFollow || 0}}</view>
- <view class="z-font-24 text_666 z-margin-t-8">收藏项目</view>
- </view>
- <view class="fourboxitem" bindtap="skip" data-url="/service/focus/focus?active=2&name=关注店铺">
- <view class="z-font-w">{{info.shopFollow || 0}}</view>
- <view class="z-font-24 text_666 z-margin-t-8">关注店铺</view>
- </view>
- </view>
- <view class="z-flex-c z-padding-lr-32 z-padding-b-32">
- <view class="more z-padding-24 z-radius-20" bindtap="skip" data-url="/service/mycoup/mycoup">
- <image class="icon" src="/static/index/coupon-icon.png"></image>
- <view class="z-font-26 pos ">我的优惠券</view>
- <view class="pos z-margin-t-16">
- <text class="z-font-30 num z-padding-r-16">{{info.couponCount || 0}}</text>
- <text class="z-font-22 text_666">张未使用</text>
- </view>
- </view>
- <view class="z-flex-1"></view>
- <view class="more z-padding-24 z-radius-20" bindtap="skip" data-url="/service/recharge/recharge">
- <image class="icon" src="/static/index/wallet-icon.png"></image>
- <view class="z-font-26 pos">我的钱包</view>
- <view class="pos z-margin-t-16">
- <text class="z-font-30 num z-padding-r-16">{{info.money || 0}}</text>
- <text class="z-font-22 text_666">元</text>
- </view>
- </view>
- </view>
- </view>
- <view class="order_box z-radius-24 z-padding-32">
- <view class="order_box_top" bindtap="myOrder" data-type="1" data-active="0">
- <view class="z-font-30">我的订单</view>
- <view class="z-font-24 text_999">全部订单
- <van-icon name="arrow" />
- </view>
- </view>
- <view class="fourbox z-margin-t-32">
- <view class="fourboxitem" bindtap="myOrder" data-type="1" data-active="1">
- <view class="num-box">
- <image src="../../static/index/dfk.png" class="fourbox_img" mode="" />
- <view class="point z-flex" wx:if="{{info && info.orderCount.unpayCount > 0}}">{{info.orderCount.unpayCount}}</view>
- </view>
- <view class="z-margin-t-8 z-font-28">待付款</view>
- </view>
- <view class="fourboxitem" bindtap="myOrder" data-type="1" data-active="2">
- <view class="num-box">
- <image src="../../static/index/dfw.png" class="fourbox_img" mode="" />
- <view class="point z-flex" wx:if="{{info && info.orderCount.unServiceCount > 0}}">{{info.orderCount.unServiceCount}}
- </view>
- </view>
- <view class="z-margin-t-8 z-font-28">待服务</view>
- </view>
- <view class="fourboxitem" bindtap="myOrder" data-type="1" data-active="3">
- <view class="num-box">
- <image src="../../static/index/fwz.png" class="fourbox_img" mode="" />
- <view class="point z-flex" wx:if="{{info && info.orderCount.serviceCount > 0}}">{{info.orderCount.serviceCount}}
- </view>
- </view>
- <view class="z-margin-t-8 z-font-28">服务中</view>
- </view>
- <view class="fourboxitem" bindtap="myOrder" data-type="2" data-active="0">
- <view class="num-box">
- <image src="../../static/index/dpj.png" class="fourbox_img" mode="" />
- <view class="point z-flex" wx:if="{{info && info.orderCount.notCommentCount > 0}}">
- {{info.orderCount.notCommentCount}}</view>
- </view>
- <view class="z-margin-t-8 z-font-28">待评价</view>
- </view>
- <view class="fourboxitem" bindtap="myOrder" data-type="3" data-active="0">
- <view class="num-box">
- <image src="../../static/index/sh.png" class="fourbox_img" mode="" />
- <view class="point z-flex" wx:if="{{info && info.orderCount.refundCount > 0}}">{{info.orderCount.refundCount}}</view>
- </view>
- <view class="z-margin-t-8 z-font-28">售后</view>
- </view>
- </view>
- </view>
- <view class="setting_box z-margin-t-32 z-radius-24 z-padding-lr-32 z-padding-t-40 z-padding-b-16">
- <view class="setting_box_item" bindtap="skip" data-url="/service/question/question">
- <image src="../../static/index/help.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">帮助中心</view>
- </view>
- <view class="setting_box_item" bindtap="skip" data-url="/service/feedback/feedback">
- <image src="../../static/index/feedback.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">意见反馈</view>
- </view>
- <view class="setting_box_item">
- <image src="../../static/index/lxkf.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">联系客服</view>
- <button type="primary" open-type="contact" class="contact"></button>
- </view>
- <view class="setting_box_item" bindtap="skip" data-url="/service/couponscenter/couponscenter">
- <image src="../../static/index/lqzx.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">优惠券</view>
- </view>
- <view class="setting_box_item" bindtap="skip" data-url="/service/comments/comments?type=user&id={{info.id}}">
- <image src="../../static/index/wdpj.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">我的评价</view>
- </view>
- <view class="setting_box_item" bindtap="toService">
- <image src="../../static/index/fwjd.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">服务接单</view>
- </view>
- <view class="setting_box_item" bindtap="toShop">
- <image src="../../static/index/sjrz.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">商家入驻</view>
- </view>
- <view class="setting_box_item" bindtap="skip" data-url="/service/addressmanager/addressmanager">
- <image src="../../static/index/fwdz.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">服务地址</view>
- </view>
- <view class="setting_box_item" bindtap="skip" data-url="/service/notice/notice">
- <image src="../../static/index/notice.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">平台公告</view>
- </view>
- <view class="setting_box_item" bindtap="skip" data-url="/service/mysetMeal/mysetMeal">
- <image src="../../static/index/meal.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">套餐</view>
- </view>
- <view class="setting_box_item" bindtap="skip" data-url="/service/setpage/setpage">
- <image src="../../static/index/set.png" class="setting_box_img" mode="" />
- <view class="z-font-24 z-margin-t-16">设置</view>
- </view>
- </view>
- </view>
|