fix
This commit is contained in:
@@ -22,7 +22,20 @@
|
||||
<!-- 标题 -->
|
||||
<view class="page-title">其他</view>
|
||||
<!-- 表单组件 -->
|
||||
|
||||
<view class="form-wrapper">
|
||||
<u-form-item label="人车合照" prop="img3">
|
||||
<image :src="orderSourceData[2]" v-if="orderSourceData[2]" mode="aspectFill" style="width: 300rpx;height: 200rpx" @click="chooseImage(3)"></image>
|
||||
<image src="../../static/not-dealer.png" v-else mode="aspectFill" style="width: 300rpx;height: 200rpx" @click="chooseImage(3)"></image>
|
||||
</u-form-item>
|
||||
<u-form-item label="车子照片" prop="img4">
|
||||
<image :src="orderSourceData[3]" v-if="orderSourceData[3]" mode="aspectFill" style="width: 300rpx;height: 200rpx" @click="chooseImage(4)"></image>
|
||||
<image src="../../static/not-dealer.png" v-else mode="aspectFill" style="width: 300rpx;height: 200rpx" @click="chooseImage(4)"></image>
|
||||
</u-form-item>
|
||||
<u-form-item label="安装照片" prop="img5">
|
||||
<image :src="orderSourceData[4]" v-if="orderSourceData[4]" mode="aspectFill" style="width: 300rpx;height: 200rpx" @click="chooseImage(5)"></image>
|
||||
<image src="../../static/not-dealer.png" v-else mode="aspectFill" style="width: 300rpx;height: 200rpx" @click="chooseImage(5)"></image>
|
||||
</u-form-item>
|
||||
</view>
|
||||
|
||||
<view class="form-wrapper">
|
||||
<u-input type="number" v-model="receiptPhone" placeholder="请输入收货人手机号" />
|
||||
@@ -122,7 +135,7 @@
|
||||
homeAddress: '',
|
||||
// 按钮禁用
|
||||
// disabled: false,
|
||||
submitText: '证件已上传',
|
||||
submitText: '证件已上传并确认收货',
|
||||
}
|
||||
},
|
||||
|
||||
@@ -248,7 +261,7 @@
|
||||
homeAddress: homeAddress
|
||||
}).then(result => {
|
||||
if(result.code == 0) {
|
||||
that.$success("确认成功!")
|
||||
that.$success("确认收货成功!")
|
||||
// uni.navigateBack()
|
||||
setTimeout(()=>{
|
||||
that.$navTo('pages/order/index',{}, 'redirectTo')
|
||||
|
||||
Reference in New Issue
Block a user