Commit 0f2ce597 authored by mengcuiguang's avatar mengcuiguang

支付成功刷新状态

parent cce513fe
......@@ -203,7 +203,15 @@
})
},
paySuccess() {
this.post({
url: '/user/baseMsg',
showLoading: false,
success: ({
data
}) => {
this.userBean = data;
}
});
},
getPhoneNumber(e) {
console.log(e.detail.code) // 动态令牌
......
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