Commit 1f24382d by 张卓

关闭提醒弹框调接口

parent 247e6d5a
...@@ -47,6 +47,11 @@ const componentOptions = { ...@@ -47,6 +47,11 @@ const componentOptions = {
methods: { methods: {
closePopuop() { closePopuop() {
this.setData({ showPop: false }); this.setData({ showPop: false });
spokesmanApi.apply_for_withdraw({type:'applyRemindFlag'}).then(res => {
if (res.code == "200") {
console.log(res,9999)
}
});
}, },
toSpokesmanCenter() { toSpokesmanCenter() {
let linkVal = '/personalCenter/spokesmanCenter' let linkVal = '/personalCenter/spokesmanCenter'
......
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