| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <view class="container">
- <view class="account_number">
- <image bind:tap="bindtoImage" class="account_to1" src="{{user.userprofile||''}}" mode=""></image>
- </view>
- <view class="toptabbar">
- <view class="toptabbar_">
- <view class="toptabbar_box">
- <view class="toptabbar_left">
- 名称
- </view>
- <view class="toptabbar_right">
- <input class="uni-mt-5" trim="all" value="{{Peakprice}}" clearSize="0"
- placeholder="请输入报修地点" bindinput="onPeakprice"></input>
- </view>
- </view>
- <view class="toptabbar_box">
- <view class="toptabbar_left">
- 电话
- </view>
- <view class="toptabbar_right">
- {{user.userphone||'--'}}
- </view>
- </view>
- <view class="toptabbar_box">
- <view class="toptabbar_left">
- 投资类型
- </view>
- <view class="toptabbar_right">
- {{user.copartnertype||'--'}}
- </view>
- </view>
- <view class="toptabbar_box">
- <view class="toptabbar_left">
- 所属电站
- </view>
- <view class="toptabbar_right">
- {{user.copartnertype||'--'}}
- </view>
- </view>
- </view>
- </view>
- </view>
- <!--
-
- -->
|