C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
1 год назад
1 год назад
1 год назад
1 год назад
12345678910111213141516171819202122232425262728293031323334
  1. <!--pages/mallInfo.wxml-->
  2. <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> -->
  3. <navbar back home text="关于我们" background='#FD832D' color="#fff"></navbar>
  4. <view style="height:{{navigationBarHeight}} "></view>
  5. <view class='codeBox'>
  6. <view class='code'>
  7. <image class='icons' src="{{img}}"></image>
  8. </view>
  9. <view class='info'>
  10. <view class='title'>{{name}}</view>
  11. <text class='introduction'>{{introduction}}</text>
  12. <view class='time'>
  13. <text>营业时间 :</text>
  14. <view class='timesBox'>
  15. <view class='times' wx:for="{{businessHoursH}}" wx:key="index">
  16. <text>{{item.time}}</text><text style='margin-left:10rpx;'>({{item.weekName}})</text>
  17. </view>
  18. </view>
  19. </view>
  20. <view class='park' wx:if="{{parkPlaceNumber>0}}">
  21. <text>停车位 :</text>
  22. <text>{{parkPlaceNumber}}</text>
  23. </view>
  24. <view class='phone'>
  25. <text>热线电话 :</text>
  26. <image bindtap='phone' data-merchantLinkPhone='{{servicePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
  27. <text class='phoneNum' bindtap='phone' data-merchantLinkPhone='{{servicePhone}}'>{{servicePhone}}</text>
  28. </view>
  29. </view>
  30. </view>
  31. <view class="version">
  32. Version C.15.0.8
  33. </view>