|
@@ -7,13 +7,11 @@
|
|
|
<view class="uni-media-list-text-top">
|
|
|
<view class="tit-text">施工时间:</view>{{value.updateTime}}
|
|
|
</view>
|
|
|
- <view v-for="(user,index) in newPhone" :key="index" class="num-style">
|
|
|
- <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
- <spane>现住人电话</spane>
|
|
|
- <view style="display: flex; justify-content: flex-end; ">
|
|
|
- <input class="uni-input" type="tel" v-model="user.phone" maxlength="11"
|
|
|
- style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx; " disabled="disabled"></input>
|
|
|
-
|
|
|
+ <view v-for="(user,index) in newPhone" :key="index">
|
|
|
+ <view class="uni-media-list-text-top" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
+ <view class="tit-text">现住人电话:</view>
|
|
|
+ <view>
|
|
|
+ {{user.phone}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|