|
@@ -63,7 +63,7 @@
|
|
<text class="mustTips" style="display: inline-block;vertical-align: text-top;">*</text>
|
|
<text class="mustTips" style="display: inline-block;vertical-align: text-top;">*</text>
|
|
<view style="display: inline-block;width: calc(100% - 30rpx);vertical-align: text-top;">
|
|
<view style="display: inline-block;width: calc(100% - 30rpx);vertical-align: text-top;">
|
|
<text class="itemHeaderText">现场图片/视频</text>
|
|
<text class="itemHeaderText">现场图片/视频</text>
|
|
- <text class="itemHeaderTips" style="line-height: 40rpx;">(图片请采用近景、含参照物远景图,并保持清晰)</text>
|
|
|
|
|
|
+ <text class="itemHeaderTips" style="line-height: 40rpx;">(请使用现场拍摄功能拍摄近景、含参照物远景图,并保持清晰。)</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="hiddenDangerItemBody">
|
|
<view class="hiddenDangerItemBody">
|
|
@@ -110,7 +110,7 @@
|
|
<view class="fway-form-item">
|
|
<view class="fway-form-item">
|
|
<view class="fway-form-lable"><text class="mustTips">*</text>联系方式</view>
|
|
<view class="fway-form-lable"><text class="mustTips">*</text>联系方式</view>
|
|
<view class="fway-form-input-inline">
|
|
<view class="fway-form-input-inline">
|
|
- <input type="number" class="fway-form-input" placeholder="请录入上报人的联系电话" v-model="data.phoneNumber" @tap="inputTap" data-focus="phoneNumber" :focus="focusID == 'phoneNumber' ? true : false" />
|
|
|
|
|
|
+ <input type="number" disabled class="fway-form-input" placeholder="请录入上报人的联系电话" v-model="data.phoneNumber" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="fway-form-item" style="border: none;padding: 10rpx 0 0;">
|
|
<view class="fway-form-item" style="border: none;padding: 10rpx 0 0;">
|
|
@@ -420,7 +420,8 @@
|
|
count: count, //默认9
|
|
count: count, //默认9
|
|
mediaType: mediaType,
|
|
mediaType: mediaType,
|
|
sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
|
|
sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
|
|
- sourceType: ['album', 'camera'], //从相册选择
|
|
|
|
|
|
+ // sourceType: ['album', 'camera'], //从相册选择
|
|
|
|
+ sourceType: ['camera'], //从相册选择
|
|
success: (res) => {
|
|
success: (res) => {
|
|
let arrPhotoData = [];
|
|
let arrPhotoData = [];
|
|
let arrVideoData = [];
|
|
let arrVideoData = [];
|
|
@@ -807,7 +808,7 @@
|
|
|
|
|
|
.itemHeaderTips {
|
|
.itemHeaderTips {
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
- color: #777;
|
|
|
|
|
|
+ color: #fd0101;
|
|
}
|
|
}
|
|
|
|
|
|
.hiddenDangerItemBody {
|
|
.hiddenDangerItemBody {
|