feat: get phone
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import Taro from '@tarojs/taro';
|
||||
|
||||
export const isDev = () => process.env.NODE_ENV === 'development';
|
||||
// export const isDev = () => true;
|
||||
|
||||
export const isIPhone = (() => {
|
||||
const info = Taro.getSystemInfoSync();
|
||||
|
Reference in New Issue
Block a user