Browse Source

隐藏返回主页面按钮

306132416@qq.com 4 years ago
parent
commit
d495ffecbb
1 changed files with 1 additions and 0 deletions
  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() {
 		},