瀏覽代碼

隐藏返回主页面按钮

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() {
 		},