uni-app开发微信小程序个人中心页面适用头条/百度/支付宝小程序

该博客介绍了如何使用uni-app框架开发适用于微信、头条、百度和支付宝小程序的个人中心页面。内容包括用户信息展示、VIP会员卡、订单管理和浏览历史等模块的设计与实现,同时涉及页面滚动和过渡效果的处理。
摘要由CSDN通过智能技术生成

 

<template>
    <view class="container">

        <view class="user-section">
            <image class="bg" src="/static/user-bg.jpg"></image>
            <view class="user-info-box">
                <view class="portrait-box">
                    <image :src='userInfo.headPhoto' mode='aspectFill' class="portrait" v-if="userInfo.headPhoto"></image>
                    <view v-else>
                        <image :src='userInfo.photo[userInfo.photo.length - 1].image || "/static/missing-face.png"' mode='aspectFill' class="portrait"></image>
                    </view>
                </view>
                <view class="info-box">
                    <text class="username">{ {userInfo.username || '游客'}}</text>
                </view>
            </view>
            <view class="vip-card-box">
                <image class="card-bg" src="/static/vip-card-bg.png" mode=""></image>
                <view class="b-btn">
                    立即开通
                </view>
                <view class="tit">
                    <text class="yticon icon-iLinkapp-"></text>
                    DCloud会员
                </view>
                <text class="e-m">DCloud Union</text>
                <text class="e-b">开通会员开发无bug 一测就上线</text>
            </view>
        </view>

        <view class="cover-container" :style="[{
                transform: coverTransform,
                transition: coverTransition
            }]"
         @touchstart="coverTouchstart" @touchmove="coverTouchmove" @touchend="coverTouchend">
            <image class="arc" src="/static/arc.png"></image>

            <view class="tj-sction">
                <view class="tj-item">
                    <text class="num">128.8</text>
                    <text>余额</text>
                </view>
                <view class="tj-item">
                    <text class="num">0</text>
                    <text>优惠券</text>
                </view>
                <view class="tj-item">
                    <text class="num">20</text>
                    <text>积分</text>
                </view>
            </view>
            <!-- 订单 -->
            <view class="order-section">
                <view class="order-item" @click="navTo('/pages/order/order?state=0')" hover-class="common-hover" :hover-stay-time="50">
                    <text class="yticon icon-shouye"></text>
                    <text>全部订单</text>
                </view>
                <view class="order-item" @click="navTo('/pages/order/

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值