|
@@ -25,7 +25,7 @@
|
|
|
<view wx:if="{{activityInfo.details != ''}}" class="activity-detail">
|
|
<view wx:if="{{activityInfo.details != ''}}" class="activity-detail">
|
|
|
<rich-text class="sub-title">{{activityInfo.details}}</rich-text>
|
|
<rich-text class="sub-title">{{activityInfo.details}}</rich-text>
|
|
|
</view>
|
|
</view>
|
|
|
- <imagePicker wx:if="{{activityInfo.photo.length != 0}}" images="{{activityInfo.photo}}" max="1"
|
|
|
|
|
|
|
+ <imagePicker wx:if="{{activityInfo.photo.length != 0}}" value="{{activityInfo.photo}}" max="1"
|
|
|
image-width="{{activityInfo.photo.length == 1 ? 696 : activityInfo.photo.length <= 4 ? 330 : 220}}"
|
|
image-width="{{activityInfo.photo.length == 1 ? 696 : activityInfo.photo.length <= 4 ? 330 : 220}}"
|
|
|
image-height="{{activityInfo.photo.length == 1 ? 696 : activityInfo.photo.length <= 4 ? 330 : 220}}" readonly />
|
|
image-height="{{activityInfo.photo.length == 1 ? 696 : activityInfo.photo.length <= 4 ? 330 : 220}}" readonly />
|
|
|
<view class="line light-primary-color"></view>
|
|
<view class="line light-primary-color"></view>
|