|
@@ -96,12 +96,18 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
navigateFuc(){
|
|
|
- // this.showToast("敬请期待!");
|
|
|
- this.$message.warning("敬请期待");
|
|
|
+ if(window.__wxjs_environment === 'miniprogram'){
|
|
|
+ wx.miniProgram.navigateTo({url: '/pages/transfer/transfer?event=openCustomerServiceChat'})
|
|
|
+ }else{
|
|
|
+ this.$message.warning("敬请期待");
|
|
|
+ }
|
|
|
},
|
|
|
optionChange(){
|
|
|
- // this.showToast("敬请期待!");
|
|
|
- this.$message.warning("敬请期待");
|
|
|
+ if(window.__wxjs_environment === 'miniprogram'){
|
|
|
+ wx.miniProgram.redirectTo({url: '/pages/index/index?houseId='+this.houseId})
|
|
|
+ }else{
|
|
|
+ this.$message.warning("敬请期待");
|
|
|
+ }
|
|
|
},
|
|
|
tabDataHandle(expand){
|
|
|
let tmp = expand;
|