mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化代码
This commit is contained in:
parent
33dc3414c7
commit
21173355a2
@ -602,7 +602,9 @@ export function cashierPayFee(_that, _data,_successUrl) {
|
|||||||
duration: 2000
|
duration: 2000
|
||||||
});
|
});
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
uni.navigateBack({});
|
uni.navigateTo({
|
||||||
|
url: _successUrl
|
||||||
|
})
|
||||||
}, 2000)
|
}, 2000)
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user