C端小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

29 wiersze
985 B

  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="margin-top:{{navigationBarHeight}}!important;" class='codeBox'>
  5. <view class='code' >
  6. <image class='icons' src="{{img}}" mode='widthFix'></image>
  7. </view>
  8. <view class='info'>
  9. <view class='title'>{{name}}</view>
  10. <text class='introduction'>{{introduction}}</text>
  11. <view class='time'>
  12. <text>营业时间 :</text>
  13. <view class='' wx:for="{{businessHoursH}}" wx:key="index" >
  14. <text>{{item.time}}({{item.weekName}})</text>
  15. <!-- <text>{{item.times}}</text> -->
  16. </view>
  17. </view>
  18. <view class='park'>
  19. <text>停车位 :</text>
  20. <text>{{parkingSpace}}</text>
  21. </view>
  22. <view class='phone'>
  23. <text>热线电话 :</text>
  24. <text>{{servicePhone}}</text>
  25. </view>
  26. </view>
  27. </view>