张文飞 3 년 전
부모
커밋
9ac26c0630
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/houseDetail/houseDetail.vue

+ 2 - 2
pages/houseDetail/houseDetail.vue

@@ -148,10 +148,10 @@
 		methods: {
 			async signJsapiTicket(){
 				uni.showModal({
-					content:"href:"+window.location.href
+					content:"href:"+window.location.href.split('#')[0]
 				})
 				let parmas = {
-					url:window.location.href,
+					url:window.location.href.split('#')[0],
 				}
 				let self = this;
 				let res = await this.$myRequest({