- <template name="growthTemplate">
- <view class='two-max'>
- <image src='{{growthImg}}'></image>
- </view>
- <view class='box-activity-title'>
- <text>{{growthTitle}}</text>
- <text class='box-activity-audio'>{{audio}}</text>
- </view>
- <view class='box-activity-progress'>
- <text>{{growthtxt}}</text>
- <text>抢购价:{{price}}</text>
- </view>
- </template>
|