- <view class="content">
- <view class="item" bindtap="goAction" s-for="ui" data-index="{{index}}">
- <view>
- <text>{{item}}</text>
- <view>
- {{index == 1? phone:''}}
- <image src="../../../../icon/public/arrow_right.png"></image>
- </view>
- </view>
- <view class="line"></view>
- </view>
- </view>
- <view class="item loginOut" bindtap="loginOut">
- 退出登录
- </view>
|