zjs_project vor 1 Jahr
Ursprung
Commit
00d8dbdbcb

+ 1 - 1
src/components/newBottomCom/viewMask/viewMask.vue

@@ -319,7 +319,7 @@
 					};
 					util.trackRequest(param);
 					if(window.__wxjs_environment === 'miniprogram'){
-						wx.miniProgram.navigateTo({url: '/pages/transfer/transfer?event=openCustomerServiceChat'})
+						wx.miniProgram.navigateTo({url: '/pages/transfer/transfer?event=openCustomerServiceChat&houseId='+this.$store.state.houseId})
 					}else{
 						this.$message.warning("敬请期待");
 					}

+ 1 - 1
src/components/newBottomCom/viewShell/viewShell.vue

@@ -259,7 +259,7 @@
 					};
 					util.trackRequest(param);
 					if(window.__wxjs_environment === 'miniprogram'){
-						wx.miniProgram.navigateTo({url: '/pages/transfer/transfer?event=openCustomerServiceChat'})
+						wx.miniProgram.navigateTo({url: '/pages/transfer/transfer?event=openCustomerServiceChat&houseId='+this.$store.state.houseId})
 					}else{
 						this.$message.warning("敬请期待");
 					}

+ 1 - 1
src/pages/webgl_rxdz_customize/webgl_rxdz_customize.vue

@@ -97,7 +97,7 @@ export default {
 		},
         navigateFuc(){
 			if(window.__wxjs_environment === 'miniprogram'){
-				wx.miniProgram.navigateTo({url: '/pages/transfer/transfer?event=openCustomerServiceChat'})
+				wx.miniProgram.navigateTo({url: '/pages/transfer/transfer?event=openCustomerServiceChat&houseId='+this.houseId})
 			}else{
 				this.$message.warning("敬请期待");
 			}