Преглед изворни кода

隐藏返回主页面按钮

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