123456789101112131415161718192021222324252627282930313233343536 |
- <!-- <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://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/company/introduce.png" mode="widthFix" style="width:100%"> -->
- <image src="https://jzmall.lifejingzhi.com/file/jzmall/weixin/introduce.jpeg?1" mode="widthFix" style="width:100%">
- </image>
|