|
|
|
@ -48,38 +48,67 @@ |
|
|
|
|
placeholder="请输入昵称" |
|
|
|
|
inputAlign="right" |
|
|
|
|
border="none" |
|
|
|
|
color="#FFFFFF" |
|
|
|
|
color="#999999" |
|
|
|
|
maxlength="10" |
|
|
|
|
v-model="info.wxName" |
|
|
|
|
></u--input> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class='i_box_5'> |
|
|
|
|
<view class="up"> |
|
|
|
|
<view class="img"> |
|
|
|
|
</view> |
|
|
|
|
<view class="icon"> |
|
|
|
|
<u-icon name="arrow-right" top="5"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!--input box end--> |
|
|
|
|
|
|
|
|
|
<!--input box start--> |
|
|
|
|
<view class='input_box'> |
|
|
|
|
<view class='i_box_1'>手机号</view> |
|
|
|
|
<view class='i_box_1'>协议与说明</view> |
|
|
|
|
<view class='i_box_2'></view> |
|
|
|
|
<view class='i_box_3x'> |
|
|
|
|
<u--input |
|
|
|
|
v-if="!this.$com.isNull(info.phoneNumber)" |
|
|
|
|
inputAlign="right" |
|
|
|
|
border="none" |
|
|
|
|
color="#FFFFFF" |
|
|
|
|
maxlength="11" |
|
|
|
|
v-model="info.phoneNumber" |
|
|
|
|
:readonly="true" |
|
|
|
|
></u--input> |
|
|
|
|
<u-button v-else :text="info.phoneNumber || '点击获取手机号'" openType="getPhoneNumber" @getphonenumber="getPhoneNumber"></u-button> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class='i_box_5'> |
|
|
|
|
<view class="up"> |
|
|
|
|
<view class="img"> |
|
|
|
|
</view> |
|
|
|
|
<view class="icon" > |
|
|
|
|
<u-icon name="arrow-right" top="5"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!--input box end--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="btn-big"><u-button type="info" :loading="btn_loading" loadingText="加载中" :disabled="btn_disabled" text="保存" @click="add"></u-button></view> |
|
|
|
|
<view class="form" style="margin-top: 20rpx;"> |
|
|
|
|
<!--input box start--> |
|
|
|
|
<view class='input_box'> |
|
|
|
|
<view class='i_box_1'>注销账号</view> |
|
|
|
|
<view class='i_box_2'></view> |
|
|
|
|
<view class='i_box_3x'> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class='i_box_5'> |
|
|
|
|
<view class="up"> |
|
|
|
|
<view class="img"> |
|
|
|
|
</view> |
|
|
|
|
<view class="icon" > |
|
|
|
|
<u-icon name="arrow-right" top="5"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!--input box end--> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -96,9 +125,7 @@ |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
wxAvatar: [], |
|
|
|
|
//按钮设置 |
|
|
|
|
btn_loading:false, |
|
|
|
|
btn_disabled:false, |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad(option) { |
|
|
|
@ -228,14 +255,14 @@ |
|
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
|
|
.container{padding:10rpx 20rpx;} |
|
|
|
|
.form{ padding: 20rpx; |
|
|
|
|
background: #082436; |
|
|
|
|
.form{ padding:0rpx 20rpx; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx; |
|
|
|
|
} |
|
|
|
|
/*form基本元素*/ |
|
|
|
|
/*input_box*/ |
|
|
|
|
.input_box{ display: flex;flex-direction:row; height: 100rpx; line-height: 100rpx; |
|
|
|
|
border-radius: 15rpx;box-shadow: 0 2rpx 2rpx rgba(0, 0, 0, 0.05); margin: 20rpx auto; color:#FFFFFF;} |
|
|
|
|
border-radius: 15rpx; margin: 0rpx auto; color:#3D3D3D;} |
|
|
|
|
|
|
|
|
|
.i_box_1{ width: 25%;height: 100rpx; font-size: 28rpx; text-align: left; } |
|
|
|
|
.i_box_2{width: 0.3%;height: 80rpx; margin-top: 10rpx;} |
|
|
|
@ -246,8 +273,8 @@ border-radius: 15rpx;box-shadow: 0 2rpx 2rpx rgba(0, 0, 0, 0.05); margin: 20rpx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*特殊的 改变部分*/ |
|
|
|
|
.i_box_3x{height: 100rpx;min-width: 74.7%; width: auto;font-size: 26rpx;} |
|
|
|
|
::v-deep .u-input{ border:none !important; color:#FFFFFF !important; margin-top: 10rpx;} |
|
|
|
|
.i_box_3x{height: 100rpx;min-width: 65.7%; width: auto;font-size: 26rpx;} |
|
|
|
|
::v-deep .u-input{ border:none !important; color:#3D3D3D !important; margin-top: 20rpx;} |
|
|
|
|
.up{ width: 100%; height: auto; display: flex; margin-top: 20rpx;} |
|
|
|
|
.up .img{width:80%; } |
|
|
|
|
.up .img .u-upload{ margin-left: 80rpx;} |
|
|
|
|