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