list.wxml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <view class="container FlexColumn" style='min-height:{{Containnerheight}}rpx;'>
  2. <!-- 套装购买 -->
  3. <block wx:if="{{!IsGift}}">
  4. <view class='panel1 FlexRow'>
  5. <image src='../images/product_icon_group_50x50.png' class="product_icon_group_50x50" />
  6. <view class="panel11 FlexColumn">
  7. <view class="panel111 FlexRow">
  8. <view class="text1">{{ProductList[0].Name}}</view>
  9. <view class="text0">{{ProductList[0].Period[0].Price}}</view>
  10. </view>
  11. <view class="text3">{{ProductList[0].ProductList.length}}款产品,有效期6个月</view>
  12. <view class="text2">{{ProductList[0].Period[0].Title2}}</view>
  13. <view class="line1"></view>
  14. <block wx:for="{{ProductList[0].ProductList}}" wx:key="index" wx:if="{{ChineseShow}}">
  15. <view class="panel12 FlexRow">
  16. <view class="FlexRow">
  17. <image src='../images/{{item.ImageUrl}}' class="product_icon_ksxq_70x70" />
  18. <view class="panel13 FlexColumn">
  19. <view class="text4">{{item.Name}}</view>
  20. <view class="text5">{{item.Name2}}</view>
  21. </view>
  22. </view>
  23. <view class="panel14" bindtap='switchProgram' data-appid='{{item.appId}}' data-path='{{item.path}}' wx:if="{{ProgramID!=item.ID}}">去体验</view>
  24. </view>
  25. </block>
  26. <block wx:if="{{!ChineseShow}}">
  27. <view class="panel121 panel12 FlexRow" bindtap="showList" data-id="ChineseShow">
  28. <view class="text4">套装详情</view>
  29. <image src='../images/universalpic_indicator_down_gray.png' class="universalpic_indicator_down_gray" />
  30. </view>
  31. </block>
  32. </view>
  33. </view>
  34. <view class="panel2 FlexRow" bindtap='gotoOrder' data-paytype="4" data-id='{{ProductList[0].ProductNum}}'>
  35. <view class="text6">去结算</view>
  36. <image src='../images/universalpic_indicator_right_white.png' class="universalpic_indicator_right_white" />
  37. </view>
  38. <view class='panel1 FlexRow'>
  39. <image src='../images/product_icon_group_50x50.png' class="product_icon_group_50x50" />
  40. <view class="panel11 FlexColumn">
  41. <view class="panel111 FlexRow">
  42. <view class="text1">{{ProductList[1].Name}}</view>
  43. <view class="text0">{{ProductList[1].Period[0].Price}}</view>
  44. </view>
  45. <view class="text3">{{ProductList[1].ProductList.length}}款产品,有效期6个月</view>
  46. <view class="text2">{{ProductList[1].Period[0].Title2}}</view>
  47. <view class="line1"></view>
  48. <block wx:for="{{ProductList[1].ProductList}}" wx:key="index" wx:if="{{MathShow}}">
  49. <view class="panel12 FlexRow">
  50. <view class="FlexRow">
  51. <image src='../../pages/images/{{item.ImageUrl}}' class="product_icon_ksxq_70x70" />
  52. <view class="panel13 FlexColumn">
  53. <view class="text4">{{item.Name}}</view>
  54. <view class="text5">{{item.Name2}}</view>
  55. </view>
  56. </view>
  57. <view class="panel14" bindtap='switchProgram' data-appid='{{item.appId}}' data-path='{{item.path}}' wx:if="{{ProgramID!=item.ID}}">去体验</view>
  58. </view>
  59. <view class="line1"></view>
  60. </block>
  61. <block wx:if="{{!MathShow}}">
  62. <view class="panel121 panel12 FlexRow" bindtap="showList" data-id="MathShow">
  63. <view class="text4">套装详情</view>
  64. <image src='../images/universalpic_indicator_down_gray.png' class="universalpic_indicator_down_gray" />
  65. </view>
  66. </block>
  67. </view>
  68. </view>
  69. <view class="panel2 FlexRow" bindtap='gotoOrder' data-paytype="4" data-id='{{ProductList[1].ProductNum}}'>
  70. <view class="text6">去结算</view>
  71. <image src='../images/universalpic_indicator_right_white.png' class="universalpic_indicator_right_white" />
  72. </view>
  73. <view class='panel1 FlexRow'>
  74. <image src='../images/product_icon_group_50x50.png' class="product_icon_group_50x50" />
  75. <view class="panel11 FlexColumn">
  76. <view class="panel111 FlexRow">
  77. <view class="text1">{{ProductList[2].Name}}</view>
  78. <view class="text0">{{ProductList[2].Period[0].Price}}</view>
  79. </view>
  80. <view class="text3">{{ProductList[2].ProductList.length}}款产品,有效期6个月</view>
  81. <view class="text2">{{ProductList[2].Period[0].Title2}}</view>
  82. <view class="line1"></view>
  83. <block wx:for="{{ProductList[2].ProductList}}" wx:key="index" wx:if="{{AllShow}}">
  84. <view class="panel12 FlexRow">
  85. <view class="FlexRow">
  86. <image src='../../pages/images/{{item.ImageUrl}}' class="product_icon_ksxq_70x70" />
  87. <view class="panel13 FlexColumn">
  88. <view class="text4">{{item.Name}}</view>
  89. <view class="text5">{{item.Name2}}</view>
  90. </view>
  91. </view>
  92. <view class="panel14" bindtap='switchProgram' data-appid='{{item.appId}}' data-path='{{item.path}}' wx:if="{{ProgramID!=item.ID}}">去体验</view>
  93. </view>
  94. <view class="line1"></view>
  95. </block>
  96. <block wx:if="{{!AllShow}}">
  97. <view class="panel121 panel12 FlexRow" bindtap="showList" data-id="AllShow">
  98. <view class="text4">套装详情</view>
  99. <image src='../images/universalpic_indicator_down_gray.png' class="universalpic_indicator_down_gray" />
  100. </view>
  101. </block>
  102. </view>
  103. </view>
  104. <view class="panel2 FlexRow" bindtap='gotoOrder' data-paytype="4" data-id='{{ProductList[2].ProductNum}}'>
  105. <view class="text6">去结算</view>
  106. <image src='../images/universalpic_indicator_right_white.png' class="universalpic_indicator_right_white" />
  107. </view>
  108. </block>
  109. <!-- 礼品卡 -->
  110. <block wx:if="{{IsGift}}">
  111. <image src='../images/pay_shelf_banner_750x200.png' class="pay_shelf_banner_750x200" />
  112. <view class='panel1 FlexRow'>
  113. <image src='../images/product_icon_group_50x50.png' class="product_icon_group_50x50" />
  114. <view class="panel11 FlexColumn">
  115. <view class="panel111 FlexRow">
  116. <view class="text1">{{CurrentProduct.ProductList[0].Name}}礼品卡</view>
  117. <view class="text0">{{CurrentProduct.Period[0].Price}}</view>
  118. </view>
  119. <view class="text23">1款产品,可使用6个月</view>
  120. <view class="line1"></view>
  121. <block wx:for="{{CurrentProduct.ProductList}}" wx:key="index" wx:if="{{MathGiftShow}}">
  122. <view class="panel12 FlexRow">
  123. <view class="FlexRow">
  124. <image src='../../pages/images/{{item.ImageUrl}}' class="product_icon_ksxq_70x70" />
  125. <view class="panel13 FlexColumn">
  126. <view class="text4">{{item.Name}}</view>
  127. <view class="text5">{{item.Name2}}</view>
  128. </view>
  129. </view>
  130. <view class="panel14" bindtap='switchProgram' data-appid='{{item.appId}}' data-path='{{item.path}}' wx:if="{{ProgramID!=item.ID}}">去体验</view>
  131. </view>
  132. <view class="line1"></view>
  133. </block>
  134. <block wx:if="{{!MathGiftShow}}">
  135. <view class="panel121 panel12 FlexRow" bindtap="showList" data-id="MathGiftShow">
  136. <view class="text4">礼品卡详情</view>
  137. <image src='../images/universalpic_indicator_down_gray.png' class="universalpic_indicator_down_gray" />
  138. </view>
  139. </block>
  140. </view>
  141. </view>
  142. <view class="panel2 FlexRow" bindtap='gotoOrder' data-paytype="5" data-id='{{CurrentProduct.ProductNum}}'>
  143. <view class="text6">去结算</view>
  144. <image src='../images/universalpic_indicator_right_white.png' class="universalpic_indicator_right_white" />
  145. </view>
  146. <view class='panel1 FlexRow'>
  147. <image src='../images/product_icon_group_50x50.png' class="product_icon_group_50x50" />
  148. <view class="panel11 FlexColumn">
  149. <view class="panel111 FlexRow">
  150. <view class="text1">{{ProductList[2].Name}}礼品卡</view>
  151. <view class="text0">{{ProductList[2].Period[0].Price}}</view>
  152. </view>
  153. <view class="text3">{{ProductList[2].ProductList.length}}款产品,有效期6个月</view>
  154. <view class="text2">{{ProductList[2].Period[0].Title2}}</view>
  155. <view class="line1"></view>
  156. <block wx:for="{{ProductList[2].ProductList}}" wx:key="index" wx:if="{{AllGiftShow}}">
  157. <view class="panel12 FlexRow">
  158. <view class="FlexRow">
  159. <image src='../../pages/images/{{item.ImageUrl}}' class="product_icon_ksxq_70x70" />
  160. <view class="panel13 FlexColumn">
  161. <view class="text4">{{item.Name}}</view>
  162. <view class="text5">{{item.Name2}}</view>
  163. </view>
  164. </view>
  165. <view class="panel14" bindtap='switchProgram' data-appid='{{item.appId}}' data-path='{{item.path}}' wx:if="{{ProgramID!=item.ID}}">去体验</view>
  166. </view>
  167. </block>
  168. <block wx:if="{{!AllGiftShow}}">
  169. <view class="panel121 panel12 FlexRow" bindtap="showList" data-id="AllGiftShow">
  170. <view class="text4">礼品卡详情</view>
  171. <image src='../images/universalpic_indicator_down_gray.png' class="universalpic_indicator_down_gray" />
  172. </view>
  173. </block>
  174. </view>
  175. </view>
  176. <view class="panel2 FlexRow" bindtap='gotoOrder' data-paytype="5" data-id='{{ProductList[2].ProductNum}}'>
  177. <view class="text6">去结算</view>
  178. <image src='../images/universalpic_indicator_right_white.png' class="universalpic_indicator_right_white" />
  179. </view>
  180. <image src='../images/file_0303.png' class="file_0303" />
  181. </block>
  182. <view style='height:100rpx'></view>
  183. </view>