|
@@ -26,7 +26,7 @@
|
|
const msg = ref('未调用的初始状态')
|
|
const msg = ref('未调用的初始状态')
|
|
const myPhone = new Phone();
|
|
const myPhone = new Phone();
|
|
const request = axios.create();
|
|
const request = axios.create();
|
|
- const userAgent = ref('')
|
|
|
|
|
|
+ const userAgent = ref(window.navigator.userAgent)
|
|
//@ts-ignore
|
|
//@ts-ignore
|
|
window.iosOrder = (dictCode : string, userInfoStr : string, goodsType : string) => {
|
|
window.iosOrder = (dictCode : string, userInfoStr : string, goodsType : string) => {
|
|
let userInfoObj : iosOrderUserInfo = JSON.parse(userInfoStr);
|
|
let userInfoObj : iosOrderUserInfo = JSON.parse(userInfoStr);
|