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