Fix:5221 【商城小程序】抽奖界面优化1
This commit is contained in:
@@ -153,7 +153,6 @@ export default {
|
||||
},
|
||||
latestWinnerList: [],
|
||||
activityId: 0,
|
||||
linkType: 1,
|
||||
onlyOneToAddCart: false,
|
||||
statusBarHeight: 20,
|
||||
countdownData: {
|
||||
@@ -219,7 +218,6 @@ export default {
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
this.linkType = Number(options.linkType) || 1
|
||||
this.activityId = Number(options.activityId || options.areaId) || 0
|
||||
this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight || 20
|
||||
this.init()
|
||||
|
||||
Reference in New Issue
Block a user