1234567891011121314151617181920212223242526272829303132333435 |
- <!-- <view class="container">
- <view class="label">项目名称:</view>
- <view class="about-item">
- <view class="item-left">
- <text>{{name}}</text>
- </view>
- </view>
- <view class="label">公司地址:</view>
- <view class="about-item">
- <view class="item-left">
- <text>{{address}}</text>
- </view>
- <view class="item-right" bindtap="showLocation">
- <van-icon class="right-icon" name="location-o" />
- </view>
- </view>
- <view class="label">电话号码:</view>
- <view class="about-item">
- <view class="item-left">
- <text>{{phone}}</text>
- </view>
- <view class="item-right" bindtap="callPhone">
- <van-icon class="right-icon" name="phone-o" />
- </view>
- </view>
-
- </view> -->
- <image src="https://6a7a-jzmall-3gi3t6y452ddb0ff-1306484940.tcb.qcloud.la/company/introduce.png" mode="widthFix" style="width:100%">
- </image>
|