张文飞 il y a 3 ans
Parent
commit
abcbc58a4d
2 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 0 3
      pages/homePage/homePage.vue
  2. 1 1
      static/mixin.js

+ 0 - 3
pages/homePage/homePage.vue

@@ -502,9 +502,6 @@
 				});
 				if(res.data.success){
 					let single = res.data.single;
-					uni.showModal({
-						content:"location.origin+location.pathname"+location.origin+location.pathname
-					})
 					this.config(single.shareName,single.shareRemark,location.origin+location.pathname +"?shareToken="+this.shareToken,single.shareLogoImage)
 				}
 			}

+ 1 - 1
static/mixin.js

@@ -9,7 +9,7 @@ export default {
 				}
 			},
 			onLoad() {
-				this.signJsapiTicket();
+			
 			},
 			methods:{