| | |
| | | <text class="label">联系电话</text> |
| | | <text>168****4164</text> |
| | | </view> |
| | | <view class="show-phone-number"> |
| | | <view class="show-phone-number" @click="goChangePhone"> |
| | | <view class="set-flex"> |
| | | <u-icon name="phone" size="22"></u-icon> |
| | | <text class="change">修改手机号</text> |
| | | <text class="change" >修改手机号</text> |
| | | </view> |
| | | <u-icon name="arrow-right"></u-icon> |
| | | </view> |
| | |
| | | data(){ |
| | | return { |
| | | src: '' |
| | | } |
| | | }, |
| | | methods: { |
| | | goChangePhone() { |
| | | uni.navigateTo({ |
| | | url: '/policy/changePhone/changePhone' |
| | | }) |
| | | } |
| | | } |
| | | } |
| | |
| | | width: calc(100% - 64rpx); |
| | | left: 32rpx; |
| | | position: fixed; |
| | | bottom: 140rpx; |
| | | bottom: 180rpx; |
| | | } |
| | | } |
| | | </style> |