|
@@ -328,7 +328,7 @@ export default class extends Vue {
|
|
|
}
|
|
|
|
|
|
TopConfig: any = {
|
|
|
- actionRightText: '<div style="display:flex;flex-direction: column;align-items: center;"><i class="j-icon icon-iconJianYu"></i><p style="color: #171826;font-size: 10px;line-height: 12px;margin-top:3px;">分享赚剑鱼币</p></div>',
|
|
|
+ actionRightText: this.loginInfo ? '<div style="display:flex;flex-direction: column;align-items: center;"><i class="j-icon icon-iconJianYu"></i><p style="color: #171826;font-size: 10px;line-height: 12px;margin-top:3px;">分享赚剑鱼币</p></div>' : '',
|
|
|
actionRightCallback: this.shared,
|
|
|
actionRightStyle: {
|
|
|
color: '#5F5E64',
|