fix: create order

This commit is contained in:
zzc
2026-02-11 23:59:51 +08:00
parent 6ca148f65e
commit f5841d0934
4 changed files with 16 additions and 3 deletions

View File

@@ -55,6 +55,10 @@ export function getPlatformProvider() {
// return typeof tt !== 'undefined' ? 'toutiao' : 'weixin';
}
export function getPlatform() {
return getPlatformProvider().replace("mp-", "");
}
export function getDeviceInfo() {
const info = uni.getSystemInfoSync();
return {