@@ -219,6 +219,7 @@
.btn {
line-height: 38px;
height: 38px;
+ min-width: 100px;
background: linear-gradient(220deg, #F5CBAB 0%, #FFCFC0 100%);
padding: 0 17px;
font-size: 16px;
@@ -364,7 +364,7 @@ export default defineComponent({
</div>
{this.userInfo.id ? (
<Button round class={styles.btn} onClick={this.onSubmit}>
- 立即开通
+ {!!this.userInfo.isVip ? '续费' : '立即开通'}
</Button>
) : (
''