常用属性

  作者:chrispy

提示 wx.showToast({title: res.data.desc,icon: 'success'})跳转页面wx.navigateTo({url: '../detail/detail' // 实际路径要写全})屏幕宽高var winW = app.globalData.winWvar winH = app.globalData.winH

提示      

wx.showToast({

title: res.data.desc,

icon: 'success'

})

跳转页面

wx.navigateTo({

url: '../detail/detail'   // 实际路径要写全

})

屏幕宽高

var winW = app.globalData.winW

var winH = app.globalData.winH


有用  |  无用

猜你喜欢