张文飞 %!s(int64=3) %!d(string=hai) anos
pai
achega
9ac26c0630
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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({