|
|
@@ -1472,7 +1472,7 @@ export default {
|
|
|
let form = JSON.parse(JSON.stringify(this.form))
|
|
|
form.images = form.images.join(',')
|
|
|
uni.showLoading({mask:true,title:'提交中'})
|
|
|
- requestHost({...form,appVersion:1}).then(res => {
|
|
|
+ requestHost({...form,appVersion:3}).then(res => {
|
|
|
uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
|
this.$msg("操作成功");
|