Commit 31c22665 authored by 杨梦雪's avatar 杨梦雪

11

parent 13401a66
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
<i class="el-icon-arrow-down el-icon--right"></i> <i class="el-icon-arrow-down el-icon--right"></i>
</div> </div>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<el-dropdown-item command="1" @click="toCenter"> <!-- <el-dropdown-item command="1" @click="toCenter">
<i class="el-icon-user"></i>个人中心 <i class="el-icon-user"></i>个人中心
</el-dropdown-item </el-dropdown-item
> > -->
<el-dropdown-item command="2" @click="logout"> <el-dropdown-item command="2" @click="logout">
<i class="el-icon-switch-button"></i>退出 <i class="el-icon-switch-button"></i>退出
</el-dropdown-item </el-dropdown-item
......
...@@ -71,6 +71,7 @@ export default { ...@@ -71,6 +71,7 @@ export default {
pay_type: 1, pay_type: 1,
}); });
// console.log(res); // console.log(res);
if (res.code !== 200) { if (res.code !== 200) {
if (res.code == 400801) { if (res.code == 400801) {
return this.cancelBtn(); return this.cancelBtn();
......
This diff is collapsed.
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