Commit 5b336e1d authored by zhengke's avatar zhengke

修改

parent 8455a39e
......@@ -123,6 +123,15 @@ export default {
let res = await submitPaper(obj);
if (res) {
console.log(119, res);
if(res.Code==1){
uni.showToast({
title: res.Message,
icon: "none",
});
uni.navigateTo({
url: '/pages/index/index'
});
}
}
},
};
......
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