祁鹏飞 преди 2 месеца
родител
ревизия
a11a16dc53
променени са 3 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 1 1
      pages/index/index.vue
  2. 2 1
      pages/lottery/index.vue
  3. 1 1
      pages/message/message.vue

+ 1 - 1
pages/index/index.vue

@@ -373,7 +373,7 @@ export default {
 		async deptchange(name) {
 			let info = this.tenantOrglist.find(val => val.systemCode == name);
 			this.deptradiovalue = info.systemCode;
-			this.deptradioName = info.deptName;
+			this.deptradioName = info.sysName;
 			await store.commit('setUserModules', {
 				title: 'system_code',
 				data: info.systemCode,

+ 2 - 1
pages/lottery/index.vue

@@ -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 + '&currentPlatform='+currentPlatform+'&currentUser='+currentUser;
 
-		this.to_url = 'https://life.baoxianzhanggui.com/custh5/#/packageF/pages/activity/lottery/turntable?activityId=' + activityId + '&currentPlatform=' + currentPlatform + '&currentUser=' + currentUser + '&tenantId=' + tenantId;
+		this.to_url = 'https://life.baoxianzhanggui.com/custh5/#/packageF/pages/activity/lottery/turntable?activityId=' + activityId + '&localActivityTableId=' + localActivityTableId + '&currentPlatform=' + currentPlatform + '&currentUser=' + currentUser + '&tenantId=' + tenantId;
 	},
 	methods: {
 		// 这个 getMessage 在 H5 下其实不会被调到,可以保留给 App/小程序用

+ 1 - 1
pages/message/message.vue

@@ -188,7 +188,7 @@ export default {
 		detailClick(item) {
 			if (item.tplCode === 'template_13') {
 				uni.navigateTo({
-					url: '/pages/lottery/index?activityId='+item.activityId,
+					url: '/pages/lottery/index?activityId=' + item.activityId + '&localActivityTableId=' + item.localActivityTableId,
 				})
 			}
 		},