|
|
@@ -32,10 +32,11 @@ export default {
|
|
|
let tenantId = this.system_code// 晋掌柜 租户id 需要传不需要不传
|
|
|
|
|
|
let activityId = options.activityId;// 当前活动id
|
|
|
+ let localActivityTableId = options.localActivityTableId;// 当前活动id
|
|
|
|
|
|
// this.to_url = 'http://192.168.5.21:8080/custh5/#/packageF/pages/activity/lottery/turntable?activityId='+ activityId + '¤tPlatform='+currentPlatform+'¤tUser='+currentUser;
|
|
|
|
|
|
- this.to_url = 'https://life.baoxianzhanggui.com/custh5/#/packageF/pages/activity/lottery/turntable?activityId=' + activityId + '¤tPlatform=' + currentPlatform + '¤tUser=' + currentUser + '&tenantId=' + tenantId;
|
|
|
+ this.to_url = 'https://life.baoxianzhanggui.com/custh5/#/packageF/pages/activity/lottery/turntable?activityId=' + activityId + '&localActivityTableId=' + localActivityTableId + '¤tPlatform=' + currentPlatform + '¤tUser=' + currentUser + '&tenantId=' + tenantId;
|
|
|
},
|
|
|
methods: {
|
|
|
// 这个 getMessage 在 H5 下其实不会被调到,可以保留给 App/小程序用
|