+
+
{{ item.aliasName || item.userName }}
-
{{ i }}
+
{{ i }}
-
@@ -129,6 +153,20 @@ export default {
that.applyNum = res;
});
},
+ openChoose(){
+ console.log('openChoose')
+ uni.showActionSheet({
+ itemList: ['添加团队成员', '修改企业资料'],
+ success: (res) => {
+ console.log(res)
+ if(res.tapIndex == 0){
+ this.goPage('/root/person/addOrUpdataMember')
+ }else if(res.tapIndex == 1){
+ this.goPage('/root/person/info?active=1')
+ }
+ }
+ })
+ }
},
};
@@ -140,7 +178,7 @@ export default {
background-color: #fff2f0;
}
.member {
- color: rgba(0, 0, 0, 0.88);
+ color: #666;
// border: 1px solid #f9676e;
background-color: rgba(0, 0, 0, 0.04);
}