1234567891011121314151617181920212223 |
- <template name="volunteerTemplate">
- <view class='boxm'>
- <image src='{{volunteerImg}}'>
- <text class='txt-t'>{{volunteer}}</text>
- <text class='txt-bone'>{{volunteerActivity}}</text>
- </image>
- <view class='volunteer-box'>
- <!-- <image src=""></image> -->
- <view>
- <image src="{{imgurl}}"></image>
- <text>{{url}}</text>
- </view>
- <view>
- <image src="{{imgurltwo}}"></image>
- <text>{{project}}</text>
- </view>
- <view>
- <image src="{{imgurlthree}}"></image>
- <text>{{date}}</text>
- </view>
- </view>
- </view>
- </template>
|