Kaynağa Gözat

修改文案

lex-xin 5 ay önce
ebeveyn
işleme
59ba33a8de

+ 1 - 0
src/views/member-center/index.module.less

@@ -219,6 +219,7 @@
     .btn {
     .btn {
       line-height: 38px;
       line-height: 38px;
       height: 38px;
       height: 38px;
+      min-width: 100px;
       background: linear-gradient(220deg, #F5CBAB 0%, #FFCFC0 100%);
       background: linear-gradient(220deg, #F5CBAB 0%, #FFCFC0 100%);
       padding: 0 17px;
       padding: 0 17px;
       font-size: 16px;
       font-size: 16px;

+ 1 - 1
src/views/member-center/index.tsx

@@ -364,7 +364,7 @@ export default defineComponent({
           </div>
           </div>
           {this.userInfo.id ? (
           {this.userInfo.id ? (
             <Button round class={styles.btn} onClick={this.onSubmit}>
             <Button round class={styles.btn} onClick={this.onSubmit}>
-              立即开通
+              {!!this.userInfo.isVip ? '续费' : '立即开通'}
             </Button>
             </Button>
           ) : (
           ) : (
             ''
             ''