...
|
...
|
@@ -190,7 +190,7 @@ Page({ |
|
|
choose_addr_id:this.data.city_list[this.data.current_city].id,
|
|
|
};
|
|
|
app.post(url, params, {}).then((res) => {
|
|
|
console.log('确定发布', res);
|
|
|
// console.log('确定发布', res);
|
|
|
if(+res.code === 1 && res.message == '发布成功') {
|
|
|
this.setData({is_showRelease_modal:true,id:+res.data.activeId})
|
|
|
}else {
|
...
|
...
|
|