This commit is contained in:
王创世 2025-06-14 09:12:12 +08:00
parent 0abbf5b173
commit 1af3313e81
2 changed files with 27 additions and 18 deletions

View File

@ -9,32 +9,40 @@
头像设置 头像设置
</view> </view>
<view class="right" @click="upload"> <view class="right" @click="upload">
<view>
<u-avatar :src="avatar" shape="circle" size="35"></u-avatar> <u-avatar :src="avatar" shape="circle" size="35"></u-avatar>
</view>
<view>
<u-icon name="arrow-right"></u-icon> <u-icon name="arrow-right"></u-icon>
</view> </view>
</view> </view>
</view>
<view class="list-item"> <view class="list-item">
<view class="left"> <view class="left">
昵称设置 昵称设置
</view> </view>
<view class="right" @click="toName('nc')"> <view class="right" @click="toName('nc')">
<!-- <u--input color="#000000" v-model="niName" placeholder="请输入昵称" disabled border="none" <view>
inputAlign="right"></u--input> -->
<text>{{niName}}</text> <text>{{niName}}</text>
</view>
<view>
<u-icon name="arrow-right"></u-icon> <u-icon name="arrow-right"></u-icon>
</view> </view>
</view> </view>
</view>
<view class="list-item"> <view class="list-item">
<view class="left"> <view class="left">
签名 签名
</view> </view>
<view class="right" @click="toName('qm')"> <view class="right" @click="toName('qm')">
<!-- <u--input color="#000000" v-model="niName" placeholder="请输入昵称" disabled border="none" <view>
inputAlign="right"></u--input> -->
<text>{{signature}}</text> <text>{{signature}}</text>
</view>
<view>
<u-icon name="arrow-right"></u-icon> <u-icon name="arrow-right"></u-icon>
</view> </view>
</view> </view>
</view>
<view class="list-item" @click="openUrl('/packageB/wallet/add_bank')"> <view class="list-item" @click="openUrl('/packageB/wallet/add_bank')">
<view class="left"> <view class="left">
银行卡 银行卡
@ -597,8 +605,8 @@
justify-content: space-between; justify-content: space-between;
font-size: 30rpx; font-size: 30rpx;
color: #181818; color: #181818;
height: 105rpx; height: 110rpx;
line-height: 105rpx; line-height: 110rpx;
border-bottom: 1rpx solid #f5f6fa; border-bottom: 1rpx solid #f5f6fa;
.right { .right {
@ -606,6 +614,7 @@
align-items: center; align-items: center;
font-size: 30rpx; font-size: 30rpx;
color: #202020; color: #202020;
gap: 10rpx;
} }
} }
} }

View File

@ -45,9 +45,8 @@
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" /> style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
集合地点 集合地点
</view> </view>
<view class="row-right" @click="choose()"> <view class="row-right" @click="choose()" style="width: 70%;">
<input class="input" type="text" disabled="true" placeholder="请填写地址" v-model="form.address" <text style="font-size: 28rpx;color: #9C9C9C;">{{form.address==''?'请填写地址':form.address}}</text>
placeholder-class="plasty" style="width: auto;"/>
<u-icon name="arrow-right" color="#323232"></u-icon> <u-icon name="arrow-right" color="#323232"></u-icon>
</view> </view>
</view> </view>
@ -65,9 +64,10 @@
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" /> style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
活动时间 活动时间
</view> </view>
<view class="row-right" @click="dateShowHidden()"> <view class="row-right" @click="dateShowHidden()" style="width: 70%;">
<input type="text" placeholder="请选择活动时间" class="input" disabled="true" v-model="form.time" <!-- <input type="text" placeholder="请选择活动时间" class="input" disabled="true" v-model="form.time"
placeholder-class="plasty" style="width: auto;"/> placeholder-class="plasty" style="width: auto;"/> -->
<text style="font-size: 28rpx;color: #9C9C9C;">{{form.time==''?'请选择活动时间':form.time}}</text>
<u-icon name="arrow-right" color="#323232"></u-icon> <u-icon name="arrow-right" color="#323232"></u-icon>
</view> </view>
</view> </view>