添加设备已绑定提示

This commit is contained in:
kron
2025-07-26 19:35:31 +08:00
parent caef627ce4
commit 85c7712cec
3 changed files with 21 additions and 4 deletions

View File

@@ -34,6 +34,11 @@ function request(method, url, data = {}) {
resolve({});
return;
}
if (message === "BIND_DEVICE") {
resolve({ binded: true });
return;
}
if (message === "ERROR_ORDER_UNPAY") {
uni.showToast({
title: "当前有未支付订单",