|
|
|
@ -174,6 +174,7 @@ export default { |
|
|
|
that.loading = false; |
|
|
|
console.log("信息", result); |
|
|
|
if (result.code === 0 || result.code === 3) { |
|
|
|
that.$vux.toast.text("领取成功!", "middle"); |
|
|
|
that.handleInit(); |
|
|
|
} else if (result.code === 666) { |
|
|
|
that.$vux.toast.text("您还没登录,请先登录!", "middle"); |
|
|
|
|