银联支付集成和购买插件;修改首页小区更改后获取数据;对接我的信息接口

This commit is contained in:
zhouyanli
2026-06-04 17:42:29 +08:00
parent 4d0515e5fe
commit a8e3d1f875
11 changed files with 409 additions and 324 deletions

View File

@@ -187,7 +187,11 @@
}))
}
} catch (e) {
console.error('获取房屋列表失败', e)
uni.showToast({
title:e.msg || '获取房屋列表失败',
icon:'none'
})
// console.error('获取房屋列表失败', e)
}
}
@@ -376,7 +380,7 @@
}
} catch (e) {
uni.hideLoading();
uni.showToast({ title: '网络异常,请重试', icon: 'none' });
uni.showToast({ title: e.msg || '网络异常,请重试', icon: 'none' });
}
};