图片路径全局
2020-09-24 本文已影响0人
程序媛_
1.app.vue 中设置全局数据
2.加载事件中保存 imgurl是设置在data中保存this.imgurl = getApp().globalData.imgthree
3.调用方法
1
2
this.imgurl = getApp().globalData.imgthree
1.app.vue 中设置全局数据
2.加载事件中保存 imgurl是设置在data中保存this.imgurl = getApp().globalData.imgthree
3.调用方法
1
2
this.imgurl = getApp().globalData.imgthree