소스 검색

隐藏返回主页面按钮

306132416@qq.com 4 년 전
부모
커밋
d495ffecbb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pages/index/successPage/index.vue

+ 1 - 0
pages/index/successPage/index.vue

@@ -38,6 +38,7 @@
 		},
 		onLoad(option) {
 			this.pageTypes = option.types;
+			wx.hideHomeButton();
 		},
 		onShow() {
 		},