You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

167 lines
8.2 KiB

5 years ago
<!--pages/user/user.wxml-->
<view>
<image lazy-load class="topbg" style="height:calc({{height}}px + 341rpx)"
src="https://static.ticket.sz-trip.com/xcxImages/user/topbg.png" mode="aspectFill"></image>
5 years ago
<view style="height:{{height}}rpx"></view>
4 years ago
<navigator url="profile/index" catchtap="pagePoint" data-event="mine_information" class="top-box" wx:if="{{info}}">
<image lazy-load class="headimg" src="{{info.avatar}}" mode="aspectFill"></image>
5 years ago
<view class="userinfo">
<view class="username">{{info.nickname}}<image lazy-load wx:if="{{info.gender==1 || info.gender==2}}" mode="widthFix"
src="https://static.ticket.sz-trip.com/xcxImages/user/sex{{info.gender}}.png"></image>
</view>
5 years ago
<view>id:{{info.id}}</view>
5 years ago
</view>
</navigator>
4 years ago
<view class="user-box" style="padding-bottom:20rpx">
4 years ago
<navigator url="order/list" catchtap="pagePoint" data-event="mine_order" class="user-box-top">
5 years ago
<text>我的订单</text>
<view class="all-text">全部订单 <text class="iconfont icon-you"></text></view>
5 years ago
</navigator>
5 years ago
<view class="user-order-types">
4 years ago
<navigator url="order/list?type=WAIT_PAYMENT" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image lazy-load src="https://static.ticket.sz-trip.com/xcxImages/user/dfk.png" mode="aspectFill"></image>
5 years ago
<view>待付款</view>
5 years ago
</navigator>
4 years ago
<navigator url="order/list?type=WAIT_POST" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image lazy-load src="https://static.ticket.sz-trip.com/xcxImages/user/dfh.png" mode="aspectFill"></image>
5 years ago
<view>待发货</view>
</navigator>
4 years ago
<navigator url="order/list?type=WAIT_USE" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image lazy-load src="https://static.ticket.sz-trip.com/xcxImages/user/dcx.png" mode="aspectFill"></image>
5 years ago
<view>待出行</view>
</navigator>
4 years ago
<navigator url="order/list?type=WAIT_DELIVERY" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image lazy-load src="https://static.ticket.sz-trip.com/xcxImages/user/dsh.png" mode="aspectFill"></image>
5 years ago
<view>待收货</view>
</navigator>
4 years ago
<navigator url="order/list?type=WAIT_COMMENT" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image lazy-load src="https://static.ticket.sz-trip.com/xcxImages/user/ddp.png" mode="aspectFill"></image>
5 years ago
<view>待评价</view>
</navigator>
4 years ago
<navigator url="order/list?type=NEED_REFUND" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image lazy-load src="https://static.ticket.sz-trip.com/xcxImages/user/th.png" mode="aspectFill"></image>
5 years ago
<view>退货/退款</view>
5 years ago
</navigator>
5 years ago
</view>
4 years ago
<view class="pay" wx:if="{{list[0]}}" >
<swiper autoplay interval="{{3500}}" circular="true" class="swiper">
<swiper-item wx:for="{{list}}">
<view class="s-box" bindtap="gotoDetail" data-item="{{orderList[index]}}">
<image lazy-load style="width:248rpx;height:168rpx" mode="aspectFill" src="{{item.product_img}}"></image>
4 years ago
<view class="box-r">
<view class="wpay">等待付款</view>
<view class="time">剩余时间: <text>{{formatTime[index]}}</text></view>
<navigator class="btn" url="/pages/order/pay/index?id={{orderList[index].order_id}}">去支付</navigator>
</view>
</view>
</swiper-item>
</swiper>
</view>
5 years ago
</view>
<!-- <navigator url="/pages/pbService/web/index?weburl=https://m.cloud.sz-trip.com/groupTradesNew"
style="width: 696rpx;height: 107rpx;margin: 26rpx auto;line-height: 1;background: #FFFFFF;display: flex;align-items: center;justify-content: space-between;border-radius: 20rpx;padding: 0 20rpx;box-sizing: border-box;">
<view class="com-flex">
<view style="font-size: 29rpx;color: #333;margin-right: 6rpx;">团购订单</view>
<image style="width: 46.63rpx;height:46.63rpx;" mode="widthFix" src="https://kswtgl.com/uploads/20260122/86e50cdee3bed939990086abc2431477.png"></image>
</view>
<view class="com-flex">
<view style="font-size: 27rpx;color: #888;">更多</view>
<text class="iconfont icon-you" style="font-size: 24rpx;color: #888;"></text>
</view>
</navigator> -->
5 years ago
<view class="user-box">
4 years ago
<navigator url="cartlist/list" class="user-box-line" catchtap="pagePoint" data-event="mine_cart">
购物车
5 years ago
</navigator>
8 months ago
<!-- <navigator url="order/team/list" class="user-box-line" catchtap="pagePoint" data-event="mine_teamorder">
4 years ago
团体预约订单
8 months ago
</navigator> -->
<navigator url="/pages/pbService/web/index?weburl=https://m.cloud.sz-trip.com/PrizeLog" class="user-box-line">
3 years ago
中奖记录
3 years ago
</navigator>
<!-- <navigator url="service/index" class="user-box-line" catchtap="pagePoint" data-event="mine_customerservice">
在线客服
</navigator> -->
<view class="user-box-line" bindtap="phoneCall">
3 years ago
人工客服
</view>
4 years ago
<navigator url="coupon/index" class="user-box-line" catchtap="pagePoint" data-event="mine_card">
我的卡券
5 years ago
</navigator>
4 years ago
<navigator url="likes/index" class="user-box-line" catchtap="pagePoint" data-event="mine_collection">
我的收藏
5 years ago
</navigator>
8 months ago
<view bindtap="supplier" class="user-box-line">商户入驻</view>
4 years ago
<!-- <navigator url="/pages/group/mine/index" class="user-box-line">
我的团购
</navigator>
<navigator url="/pages/kj/mine/index" class="user-box-line">
我的砍价
</navigator> -->
5 years ago
<!-- <view bindtap="retail" class="user-box-line">
5 years ago
我要分销
5 years ago
</view> -->
4 years ago
<navigator url="verify/index" class="user-box-line" catchtap="pagePoint" data-event="mine_verify" wx:if="{{info && info.name_verification=='UNCERTFIED'}}">
实名认证
5 years ago
</navigator>
5 years ago
</view>
<view class="user-box" style="margin-bottom:0">
4 years ago
<navigator url="linkman/index" class="user-box-line" catchtap="pagePoint" data-event="mine_travelinfo">
出游人信息
5 years ago
</navigator>
4 years ago
<navigator url="address/index" class="user-box-line" catchtap="pagePoint" data-event="mine_receiveinfo">
收货地址
5 years ago
</navigator>
</view>
<view class="user-box" style="margin-bottom:0;margin-top: 18rpx;">
<navigator url="userPrivacy/index?id=9" class="user-box-line" catchtap="pagePoint" data-event="mine_travelinfo">
用户协议
</navigator>
2 years ago
<navigator url="suggest/suggest" class="user-box-line" catchtap="pagePoint" data-event="mine_travelinfo">
投诉建议
</navigator>
<navigator url="userPrivacy/index?id=12" class="user-box-line" catchtap="pagePoint" data-event="mine_receiveinfo">
隐私政策
</navigator>
<navigator url="personalInfo/index" class="user-box-line" catchtap="pagePoint" data-event="mine_receiveinfo">
个人信息收集清单
</navigator>
<navigator url="userPrivacy/index?id=14" class="user-box-line" catchtap="pagePoint" data-event="mine_receiveinfo">
第三方共享信息清单
</navigator>
11 months ago
<navigator url="/pages/pbService/web/index?weburl=https://m.supplier.cloud.sz-trip.com" class="user-box-line" catchtap="pagePoint" data-event="mine_receiveinfo">
11 months ago
商户核销
</navigator>
</view>
2 years ago
<view class="bottom-intro">
11 months ago
<view>主办方:苏州市文化广电和旅游局</view>
<view>承办方:苏州市文旅融合发展中心</view>
<view>备案号:苏ICP备19064944号-3X@君到苏州</view>
2 years ago
</view>
5 years ago
</view>
<!-- <view class="mask" wx:if="{{showModel}}">
3 years ago
<view class="model">
<view class="model-content">
<view>即将跳转人工客服</view>
2 years ago
<view style="margin-top: 40rpx;">客服服务时间:09:00-12:00,</view>
<view style="margin-top: 30rpx;">13:00-18:00</view>
3 years ago
</view>
<view class="btn-list">
<button class="model-btn" bindtap="closeModel">
取消
</button>
<button class="model-btn" style="color:#0B898E;border-left:#D8D8D8 solid 1rpx;" open-type="contact">
确定
</button>
</view>
</view>
</view> -->
<kefuCom wx:if="{{showModel}}" bind:hideModal="closeModel"></kefuCom>
<view style="height:20rpx"></view>