This commit is contained in:
@@ -168,6 +168,11 @@ const create_order = async () => {
|
||||
icon: 'none',
|
||||
});
|
||||
} catch (e) {
|
||||
if (e.msg === '请先设置交易密码') {
|
||||
Taro.navigateTo({
|
||||
url: '/pages/users/pwd/index',
|
||||
});
|
||||
}
|
||||
Taro.showToast({
|
||||
title: e.msg,
|
||||
icon: 'none',
|
||||
|
||||
Reference in New Issue
Block a user