You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
267 B

3 years ago
const app = getApp();
Page({
data: {
imageUrl: getApp().globalData.imageUrl,
3 years ago
healthCrisis:"background-image: url(" + getApp().globalData.imageUrl + "/health-crisis.png); background-color: #FF463C;height: 834rpx;"
},
onShow() {
}
3 years ago
})