zhengkaixin 1 月之前
父節點
當前提交
90679a9a42
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      pages/temporary/activity20250501.vue

+ 4 - 3
pages/temporary/activity20250501.vue

@@ -125,10 +125,11 @@
 		onLoad(op) {
 			if(op.source){
 				this.source = op.source;
+				if(this.source!=99){
+					this.saveSource()
+				}
 			}
-			if(this.source!=99){
-				//this.saveSource()
-			}
+			
 			
 			//this.init();
 		},