- 小程序在 iphon 手机显示 显示 undefined 在 安卓显示正常?
我用 uniapp 开发小程序,在显示日期的时候用了 vue 的过滤器,导航栏的位置用了计算属性,在开发工具中调适正常、在我的手机也显示正常,但是在 iphone6s 上显示 undefined 的。部分代码 <text space="nbsp">报名参会 ({{ exhibitionInfo.startTime | parseTime('{y}.{m}.{d}') }}-{{ exhibitionInfo.endTime | parseTime('{y}.{m}.{d}') }})</text> navbar() { // this.staticUrl let userType = this.userInfo.memType; console.log() let navbarAll = [ // 1 { nav_title: '我是采购商', nav: [{ nav_icon: '../../static/icon/478899.png', nav_message: '入场须知', }, { nav_icon: '../../static/icon/45465.png', nav_message: '二维码入馆', }, { nav_icon: '../../static/icon/478798.png', nav_message: '每日消毒', } ], }, { // 2 nav_title: '我是参展商', nav: [{ nav_icon: '../../static/icon/478899.png', nav_message: '入场须知', }, { nav_icon: '../../static/icon/45465.png', nav_message: '二维码入馆', }, { nav_icon: '../../static/icon/45466.png', nav_message: '路费报销', } ], }, // 3 { nav_title: '我是物流商', nav: [{ nav_icon: '../../static/icon/478899.png', nav_message: '入场须知', }, { nav_icon: '../../static/icon/45465.png', nav_message: '二维码入馆', }, { nav_icon: '../../static/icon/11111.png', nav_message: '邀请乘客', }, { nav_icon: '../../static/icon/4546461.png', nav_message: '我的乘客', } ], }, // 游客 4 { nav_title: '', nav: [{ nav_icon: '', nav_message: '', }, { nav_icon: '', nav_message: '', }, { nav_icon: '', nav_message: '', } ] } ] return navbarAll[userType - 1]; }
2020-07-07 - uploadFile 错误?
开发中和测试中偶尔出现这种问题,正式发布版本也偶尔会出现uploadFile:fail url not in domain list,让用户卸载重装小程序就好了,是什么问题~~~·。
2020-06-02