foodDetail.wxml 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <!--pages/foodDetail/foodDetail.wxml-->
  2. <view class="foodContainer">
  3. <view>
  4. <text class="foodTitle">蜀国飘香火锅</text>
  5. </view>
  6. <view class="foodWrap">
  7. <image class="foodImg" show-menu-by-longpress="true" mode="widthFix" src="../../images/1.jpg"></image>
  8. <image class="foodImg" show-menu-by-longpress="true" mode="widthFix" src="../../images/2.jpg"></image>
  9. </view>
  10. <view>
  11. <view class="shopDetail">
  12. <text class="shopDetailTile">简介:</text>
  13. <text>蜀国飘香(天府店),位于成都市,人均消费价格为66元。适宜休闲小憩、随便吃吃、情侣约会、朋友聚餐。</text>
  14. </view>
  15. <view class="shopDetail">
  16. <text class="shopDetailTile">招牌菜:</text>
  17. <text>红烧肉、糖醋排骨</text>
  18. </view>
  19. <view class="shopDetail">
  20. <text class="shopDetailTile">电话:</text>
  21. <text>13800138000</text>
  22. </view>
  23. <view class="shopDetail">
  24. <text class="shopDetailTile">地址:</text>
  25. <text class="address">四川省泸州市纳溪区纳溪马村风景区观景台旁</text>
  26. <text class="adderessNav" bindtap="toFoodAddress">去这里</text>
  27. </view>
  28. </view>
  29. </view>