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