growth-template.wxml 373 B

12345678910111213
  1. <template name="growthTemplate">
  2. <view class='two-max'>
  3. <image src='{{growthImg}}'></image>
  4. </view>
  5. <view class='box-activity-title'>
  6. <text>{{growthTitle}}</text>
  7. <text class='box-activity-audio'>{{audio}}</text>
  8. </view>
  9. <view class='box-activity-progress'>
  10. <text>{{growthtxt}}</text>
  11. <text>抢购价:{{price}}</text>
  12. </view>
  13. </template>