@@ -3,7 +3,7 @@
<view class="row1 flex flex-space-between">
<view>被反馈人</view>
<view class='flex'>
- <image :src="dataDetails.driverPortrait" mode="widthFix" class="img"></image>
+ <image :src="dataDetails.driverPortrait" mode="widthFix" style="width: 40rpx;height: 40rpx;"> </image>
<view>{{dataDetails.cargoOwnerName}}</view>
</view>
@@ -59,8 +59,11 @@
type: 'success',
message: "反馈成功",
complete() {
- uni.$u.route('/pages/order/driverDetail', {
- driver: JSON.stringify(that.dataDetails)
+ // uni.$u.route('/pages/goodSource/cargoOwnerSee', {
+ // driver: JSON.stringify(that.dataDetails)
+ // });
+ uni.navigateBack({
+ delta: 1
});
}
@@ -135,7 +135,7 @@
},
manualInput() {
if (this.isShowManualInput) {
- if (uni.$u.test.isEmpty(this.bankType)) {
+ if (uni.$u.test.isEmpty(this.dataDetails.payeeAddressUrl)) {
this.$refs.uToast.show({
type: 'error',
message: "请先上传银行卡!",
@@ -288,6 +288,7 @@
// .catch(res => {
// uni.$u.toast(res.message);
// });
+ return
this.$request.baseRequest('post', '/driverPayeeInfo/api/addInfo', this.dataDetails).then(
res => {
@@ -14,7 +14,7 @@
<view style='width:100%;border-bottom:1px solid #E8E9ED;position:relative;padding:10px;' class="flex">
<view style='width:70%;position:relative;'>
- <u-input border="none" v-model='verifyCode' class="Regular" placeholder="请输入验证码" type="number" />
+ <u-input border="none" v-model='verifyCode' class="Regular" placeholder="请输入验证码" type="number" maxlength="6" />
<!-- <image v-if='verifyCode' @click='verifyCode=""' class='close1' src='../../static/img/login/guanbi@2x.png'></image> -->
<button :class='codestatus&&!sendDisabled?"active":""' @click='getcode'