refactor(utils): 增加全局提示忽略白名单
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -84,8 +84,7 @@ const formSubmit = async ({ detail }: any) => {
|
||||
icon: "none",
|
||||
});
|
||||
try {
|
||||
const res = await checkPhone({ phone: detail.value.phone });
|
||||
console.log(res);
|
||||
await checkPhone({ phone: detail.value.phone });
|
||||
const user_info = await Taro.getStorageSync("userInfo");
|
||||
Taro.navigateTo({
|
||||
url: `/pages/admin/add_order/add_menu/index?type=1&bid=${user_info.data.bid}&seat=${formVal.value.seat}&phone=${formVal.value.phone}¬es=${formVal.value.notes}`,
|
||||
|
||||
Reference in New Issue
Block a user