Przeglądaj źródła

离开价格驱动页面,重置options

cxmo 2 lat temu
rodzic
commit
7df2b897dc
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      pages/pricedriven/pricedriven.vue

+ 3 - 0
pages/pricedriven/pricedriven.vue

@@ -20,6 +20,9 @@ export default {
 	 onShow() {
 			this.init(this.options)
 	 },
+      onHide() {
+         this.options = {}
+     },
     onShareAppMessage() {
         return {
             title:this.msgObj.title,