const curPhone = wx.getSystemInfoSync()
if(curPhone.system.indexOf('iOS')==0){ }
else if(curPhone.system.indexOf('Android')==0){ }
const curPhone = wx.getSystemInfoSync()
if(curPhone.system.indexOf('iOS')==0){ }
else if(curPhone.system.indexOf('Android')==0){ }