This commit is contained in:
Gdpao
2020-09-03 10:26:55 +08:00
parent dbf18d4091
commit f2e3427260
5 changed files with 59 additions and 22 deletions

View File

@@ -454,6 +454,7 @@ export default {
});
} else {
this.info = res.data;
this.cur = res.data.is_selfraising;
}
});
this.$u.api.takeawayerlist({}).then(res => {

View File

@@ -5,7 +5,7 @@
<text>上传凭证</text>
<text class="tips">仅可上传1张凭证</text>
</view>
<u-upload class="upload-box" :form-data="coverformdata" :action="action" :header="header" name="common" :max-count="1" @on-success="uploadSuc"></u-upload>
<u-upload class="upload-box" :form-data="coverformdata" upload-text="" :action="action" :header="header" name="common" :max-count="1" @on-success="uploadSuc"></u-upload>
</view>
<view class="remarks">
<view>备注:</view>
@@ -43,7 +43,7 @@
title: e.message,
type: "success"
})
console.log(e.data);
// console.log(e.data);
this.img_url = e.data.file_path;
} else {
this.$refs.uToast.show({
@@ -79,6 +79,7 @@
this.$refs.uToast.show({
title: res.message,
type: "success",
isTab: "true",
url: "/pages/index/index"
})
} else {
@@ -97,6 +98,9 @@
.container {
padding: 30rpx;
}
::v-deep.uicon-plus {
font-size: 50rpx !important;
}
.upload {
.title {
display: flex;
@@ -130,10 +134,13 @@
}
.btn-submit {
width: 690rpx;
height: 98rpx;
height: 98rpx !important;
margin-top: 70rpx;
color: #fff;
font-size: 36rpx !important;
text-align: center;
line-height: 98rpx !important;
color: #fff !important;
border-radius: 50rpx;
background-color: #FF780F;
background-color: #FF780F !important;
}
</style>