mahjong_group/unpackage/dist/dev/mp-weixin/pages/me/edit-info.wxml
2025-08-30 21:55:09 +08:00

1 line
1.6 KiB
Plaintext

<view class="content column"><view class="row" style="width:90%;margin:100rpx auto 0;justify-content:space-between"><image src="{{a}}" style="width:40rpx;height:40rpx" bindtap="{{b}}" mode=""></image><text style="font-size:30rpx">修改信息</text><view style="width:40rpx"></view></view><view class="column" style="width:90%;margin:80rpx auto 0"><view class="row" style="justify-content:space-between;width:100%;align-items:center"><text style="font-size:26rpx">我的头像</text><image src="{{''}}" style="width:90rpx;height:90rpx;background-color:aquamarine;border-radius:50%" mode=""></image></view><view style="width:100%;height:1rpx;background-color:antiquewhite;margin-top:20rpx"></view><view class="row" style="justify-content:space-between;width:100%;align-items:center;margin-top:40rpx;font-size:26rpx"><text style="">我的昵称</text><input type="text" style="text-align:right" value="{{c}}" bindinput="{{d}}"/></view><view style="width:100%;height:1rpx;background-color:antiquewhite;margin-top:20rpx"></view><view class="row" style="justify-content:space-between;width:100%;align-items:center;margin-top:40rpx;font-size:26rpx"><text style="">我的年龄</text><input type="text" style="text-align:right" value="{{e}}" bindinput="{{f}}"/></view><view style="width:100%;height:1rpx;background-color:antiquewhite;margin-top:20rpx"></view><view class="row" style="justify-content:space-between;width:100%;align-items:center;margin-top:40rpx;font-size:26rpx"><text style="">我的UID</text><text style="">{{g}}</text></view><view style="width:100%;height:1rpx;background-color:antiquewhite;margin-top:20rpx"></view></view></view>