|
@@ -152,6 +152,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
async submitData() {
|
|
|
+ console.log(this.signNameUrl)
|
|
|
mini_env(bool => {
|
|
|
uni.uploadFile({
|
|
|
header: {
|
|
@@ -179,7 +180,8 @@ export default {
|
|
|
}
|
|
|
],
|
|
|
formData: {
|
|
|
- type: this.type
|
|
|
+ type: this.type,
|
|
|
+ signFile2: this.signNameUrl
|
|
|
},
|
|
|
success: uploadFileRes => {
|
|
|
if (JSON.parse(uploadFileRes.data)?.data) {
|