no message
This commit is contained in:
@@ -38,6 +38,11 @@ export default {
|
||||
dataList:[]
|
||||
};
|
||||
},
|
||||
onLoad(option){
|
||||
if(option.id){
|
||||
this.type = option.id == '1' ? 0 : 1;
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
this.init();
|
||||
// this.userinfo();
|
||||
|
||||
Reference in New Issue
Block a user