Browse Source

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

cxmo 2 years ago
parent
commit
7df2b897dc
1 changed files with 3 additions and 0 deletions
  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,