Commit 3300bcff authored by 王建威's avatar 王建威

采购分期

parent 0e462b3f
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</view> </view>
</view> </view>
</view> </view>
<text class="next_step_btn">下一步</text> <text class="next_step_btn" @click="submit()">下一步</text>
</view> </view>
</template> </template>
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
vet_certificate: '', //兽医证 vet_certificate: '', //兽医证
business_license: '', //营业执照 business_license: '', //营业执照
certification_materials: '', //经营场所 certification_materials: '', //经营场所
bank_card_record: '', //企业银行流水 bank_card_record: 'xxxxx', //企业银行流水
}, },
compressName: '' compressName: ''
} }
...@@ -233,8 +233,16 @@ ...@@ -233,8 +233,16 @@
return return
} }
uni.request({ uni.request({
url: '' url: '/uni/api/userqualification/AddUserQualification',
}) method: 'POST',
data: {
...this.params,
...this.$store.state.installment
},
success: (res) => {
console.log(res)
}
});
} }
}, },
components: { components: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment