|
@@ -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({
|