|
@@ -79,7 +79,7 @@
|
|
|
</div>
|
|
|
<div class="font-12" style="padding: 20px; margin-bottom: 10px;">
|
|
|
<div style="text-align: center; margin-bottom: 10px;">
|
|
|
- <p style="font-size: 16px;font-weight: 600;color: #f73131;">非VIP限制文件大小为300KB</p>
|
|
|
+ <p style="font-size: 16px;font-weight: 600;color: #f73131;">非VIP重命名仅处理前5个,VIP即享修改时间属性功能</p>
|
|
|
<p style="font-size: 14px; font-weight: 600; margin-top: 15px;">开通会员即享以下权益</p>
|
|
|
</div>
|
|
|
<el-row :gutter="20" class="micon-list">
|
|
@@ -93,7 +93,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="micon-item">
|
|
|
<img src="../assets/image/member3.png" style="width: 60px;"/>
|
|
|
- <p>不限大小</p>
|
|
|
+ <p>免费升级</p>
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="micon-item">
|
|
|
<img src="../assets/image/member4.png" style="width: 60px;"/>
|
|
@@ -102,8 +102,13 @@
|
|
|
</el-row>
|
|
|
</div>
|
|
|
<div class="micon-btn">
|
|
|
- <el-button class="micon-btn1" style="margin:0 10px;" v-if="!isClick" @click="next()" :round="true">继续试用</el-button>
|
|
|
- <el-button class="micon-btn1" style="margin:0 10px;" v-else @click="next()" :round="true">开始转换</el-button>
|
|
|
+ <template v-if="!tipsModal">
|
|
|
+ <el-button class="micon-btn1" style="margin:0 10px;" v-if="!isClick" @click="next()" :round="true">继续试用</el-button>
|
|
|
+ <el-button class="micon-btn1" style="margin:0 10px;" v-else @click="next()" :round="true">开始处理</el-button>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <el-button class="micon-btn1" style="margin:0 10px;" @click="memberModel = false" :round="true">我在想想</el-button>
|
|
|
+ </template>
|
|
|
<el-button class="micon-btn2" type="primary" @click="openVip()" :round="true">开通会员</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -203,6 +208,8 @@
|
|
|
|
|
|
limitModal: false, // 限时购买弹窗
|
|
|
limitLogin: false, // 限时购买时的登录状态
|
|
|
+
|
|
|
+ tipsModal: false,
|
|
|
}
|
|
|
},
|
|
|
props: {
|