|
@@ -32,6 +32,10 @@ Page({
|
|
|
noHitResult: null,
|
|
|
hitRecordList: [],
|
|
|
showCustomPreview: false,
|
|
|
+ themePic: '', // 来个默认值
|
|
|
+ popBgPic: '',
|
|
|
+ boxBgPic: '',
|
|
|
+ bgColor: '',
|
|
|
},
|
|
|
|
|
|
/**
|
|
@@ -139,7 +143,11 @@ Page({
|
|
|
forbidTurn: activity.status != 2,
|
|
|
opptyInitialVal: activity.opptyInitialVal || 0,
|
|
|
opptyMaxVal: activity.opptyMaxVal || 0,
|
|
|
- status: activity.status
|
|
|
+ status: activity.status,
|
|
|
+ themePic: activity.themePic || 'https://dy.shpr.top/welfareGo/head-bg-draw.png', // 来个默认值
|
|
|
+ popBgPic: activity.popBgPic || 'https://ks3-cn-shanghai.ksyun.com/pb001/web/hsay/publicPath/25c1b7b4-a155-4f7d-b36f-de665ffa3e5a.png',
|
|
|
+ boxBgPic: activity.boxBgPic || 'https://dy.shpr.top/welfareGo/gift-box.png',
|
|
|
+ bgColor: activity.bgColor || '#BF2637',
|
|
|
})
|
|
|
|
|
|
if (activity.status == 1 || activity.status ==4 || activity.status == 5) {
|