|
|
@@ -140,7 +140,7 @@ export default class general_card_info extends cc.Component {
|
|
|
this.lbl_chip_bar.node.active = true;
|
|
|
this.lbl_chip_bar.string = this.general_data.fragment + '/' + this.general_data.fragment_compose;
|
|
|
this.node_lock.active = false;
|
|
|
- } else if (this.general_data.status === GENERALSTATUS.HAVENOT || this.general_data.status === undefined) {
|
|
|
+ } else if (this.general_data.status === GENERALSTATUS.LOCK || this.general_data.status === undefined) {
|
|
|
// 未拥有 未解锁
|
|
|
this.node_lock.active = true;
|
|
|
this.icon_camp.node.active = false;
|