Browse Source

2023-12-29 礼品兑换跳转详情页面修改携带参数方式

zhiquz 1 year ago
parent
commit
a947a30daa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/zbs-detail/detail.vue

+ 1 - 1
pages/zbs-detail/detail.vue

@@ -63,7 +63,7 @@ export default {
 			return this.$store.state.userinfo;
 		}
 	},
-	onLoad() {
+	onLoad(option) {
 		this.item = JSON.parse(decodeURIComponent(option.item))
 	},
 	onShow() {