张文飞 3 년 전
부모
커밋
abcbc58a4d
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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:{