@ -31,6 +31,11 @@ const getUserInfo = async () => {
// $store.user = response.data.info
$store.setUser(response.data.info);
$store.setYytjInfo({}); // 切换体检人的时候清空预约信息
let buyinfo=$store.getBuyInfo()
buyinfo.person_id=response.data.info.person_id
$store.setBuyInfo(buyinfo);
uni.$lu.toast("切换成功");
uni.navigateBack({
delta: 1,