修改UI
This commit is contained in:
parent
0abbf5b173
commit
1af3313e81
@ -9,8 +9,12 @@
|
||||
头像设置
|
||||
</view>
|
||||
<view class="right" @click="upload">
|
||||
<u-avatar :src="avatar" shape="circle" size="35"></u-avatar>
|
||||
<u-icon name="arrow-right"></u-icon>
|
||||
<view>
|
||||
<u-avatar :src="avatar" shape="circle" size="35"></u-avatar>
|
||||
</view>
|
||||
<view>
|
||||
<u-icon name="arrow-right"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="list-item">
|
||||
@ -18,10 +22,12 @@
|
||||
昵称设置
|
||||
</view>
|
||||
<view class="right" @click="toName('nc')">
|
||||
<!-- <u--input color="#000000" v-model="niName" placeholder="请输入昵称" disabled border="none"
|
||||
inputAlign="right"></u--input> -->
|
||||
<text>{{niName}}</text>
|
||||
<u-icon name="arrow-right"></u-icon>
|
||||
<view>
|
||||
<text>{{niName}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<u-icon name="arrow-right"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="list-item">
|
||||
@ -29,10 +35,12 @@
|
||||
签名
|
||||
</view>
|
||||
<view class="right" @click="toName('qm')">
|
||||
<!-- <u--input color="#000000" v-model="niName" placeholder="请输入昵称" disabled border="none"
|
||||
inputAlign="right"></u--input> -->
|
||||
<text>{{signature}}</text>
|
||||
<u-icon name="arrow-right"></u-icon>
|
||||
<view>
|
||||
<text>{{signature}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<u-icon name="arrow-right"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="list-item" @click="openUrl('/packageB/wallet/add_bank')">
|
||||
@ -597,8 +605,8 @@
|
||||
justify-content: space-between;
|
||||
font-size: 30rpx;
|
||||
color: #181818;
|
||||
height: 105rpx;
|
||||
line-height: 105rpx;
|
||||
height: 110rpx;
|
||||
line-height: 110rpx;
|
||||
border-bottom: 1rpx solid #f5f6fa;
|
||||
|
||||
.right {
|
||||
@ -606,6 +614,7 @@
|
||||
align-items: center;
|
||||
font-size: 30rpx;
|
||||
color: #202020;
|
||||
gap: 10rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -45,9 +45,8 @@
|
||||
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
|
||||
集合地点
|
||||
</view>
|
||||
<view class="row-right" @click="choose()">
|
||||
<input class="input" type="text" disabled="true" placeholder="请填写地址" v-model="form.address"
|
||||
placeholder-class="plasty" style="width: auto;"/>
|
||||
<view class="row-right" @click="choose()" style="width: 70%;">
|
||||
<text style="font-size: 28rpx;color: #9C9C9C;">{{form.address==''?'请填写地址':form.address}}</text>
|
||||
<u-icon name="arrow-right" color="#323232"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
@ -65,9 +64,10 @@
|
||||
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
|
||||
活动时间
|
||||
</view>
|
||||
<view class="row-right" @click="dateShowHidden()">
|
||||
<input type="text" placeholder="请选择活动时间" class="input" disabled="true" v-model="form.time"
|
||||
placeholder-class="plasty" style="width: auto;"/>
|
||||
<view class="row-right" @click="dateShowHidden()" style="width: 70%;">
|
||||
<!-- <input type="text" placeholder="请选择活动时间" class="input" disabled="true" v-model="form.time"
|
||||
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>
|
||||
</view>
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user