- <!--pages/strategyDetail/strategyDetail.wxml-->
- <view>
- <view class="strategyTitle">
- <text>{{title}}</text>
- </view>
- <view class="strategyDescribe">
- <text>{{strategy}}</text>
- </view>
- <view wx:for="{{iconList}}" wx:key="key">
- <image class="strategyImg" src="{{item.icon}}" mode="widthFix" bindtap="toPreviewImage"/>
- </view>
- </view>
|