张文飞 3 anos atrás
pai
commit
9ac26c0630
1 arquivos alterados com 2 adições e 2 exclusões
  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({