EP-WachatApp/eaterplanet_ecommerce/components/fixed-bottom/index.js

12 lines
163 B
JavaScript
Raw Normal View History

2023-03-24 11:24:28 +08:00
var t = getApp();
Component({
data: {
isIpx: false
},
attached: function () {
t.globalData.isIpx && this.setData({
isIpx: true
});
}
});