about.wxml 1021 B

123456789101112131415161718192021222324252627282930313233343536
  1. <!-- <view class="container">
  2. <view class="label">项目名称:</view>
  3. <view class="about-item">
  4. <view class="item-left">
  5. <text>{{name}}</text>
  6. </view>
  7. </view>
  8. <view class="label">公司地址:</view>
  9. <view class="about-item">
  10. <view class="item-left">
  11. <text>{{address}}</text>
  12. </view>
  13. <view class="item-right" bindtap="showLocation">
  14. <van-icon class="right-icon" name="location-o" />
  15. </view>
  16. </view>
  17. <view class="label">电话号码:</view>
  18. <view class="about-item">
  19. <view class="item-left">
  20. <text>{{phone}}</text>
  21. </view>
  22. <view class="item-right" bindtap="callPhone">
  23. <van-icon class="right-icon" name="phone-o" />
  24. </view>
  25. </view>
  26. </view> -->
  27. <!--
  28. <image src="https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/company/introduce.png" mode="widthFix" style="width:100%"> -->
  29. <image src="https://jzmall.lifejingzhi.com/file/jzmall/weixin/introduce.jpeg?1" mode="widthFix" style="width:100%">
  30. </image>