my.wxml 1.8 KB

1
  1. <view class="content-view"><view style="width:90%;background-color:#ffffff;margin-top:180rpx;border-radius:20rpx;box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.2);display:flex;flex-direction:column;align-items:center;"><image style="width:200rpx;height:200rpx;margin-top:-100rpx;" src="/static/my/icon1.png"></image><view style="margin-top:10rpx;display:flex;flex-direction:row;justify-content:space-between;align-items:center;"><view style="background-color:#a0d9f6;width:fit-content;padding:0rpx 20rpx;height:fit-content;border-radius:20rpx;box-shadow:2px 2px 0px 0 rgba(0, 0, 0);font-size:26rpx;margin-right:50rpx;">用户</view><button class="transparent-btn" open-type="getPhoneNumber" data-event-opts="{{[['getphonenumber',[['getPhoneNumber',['$event']]]]]}}" bindgetphonenumber="__e"><text style="color:black;">{{phoneNum===''||phoneNum===null?'点击一键登录':phoneNum}}</text></button></view></view><view style="width:90%;background-color:#ffffff;margin-top:30rpx;border-radius:20rpx;box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.2);display:flex;flex-direction:column;"><text style="font-size:36rpx;margin:40rpx;">我的服务</text><view data-event-opts="{{[['tap',[['navToDetail',[1]]]]]}}" style="display:flex;height:90rpx;flex-direction:row;align-items:center;border-bottom:1px solid #b2b2b2;margin:0rpx 10rpx;" bindtap="__e"><image style="width:60rpx;height:60rpx;margin-left:30rpx;" src="/static/my/icon2.png"></image><text style="font-size:28rpx;margin-left:20rpx;">线索二维码</text></view><view data-event-opts="{{[['tap',[['navToDetail',[2]]]]]}}" style="display:flex;height:90rpx;flex-direction:row;align-items:center;border-bottom:1px solid #b2b2b2;margin:0rpx 10rpx;" bindtap="__e"><image style="width:60rpx;height:60rpx;margin-left:30rpx;" src="/static/my/icon3.png"></image><text style="font-size:28rpx;margin-left:20rpx;">切换账号</text></view></view></view>