Ver código fonte

隐藏返回主页面按钮

306132416@qq.com 4 anos atrás
pai
commit
d495ffecbb
1 arquivos alterados com 1 adições e 0 exclusões
  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() {
 		},