Commit d105d0ad authored by chenqikuai's avatar chenqikuai

fix: SYCZ-918

parent 9e181ecf
......@@ -130,10 +130,10 @@
</ul>
<div class="button" @click="determinePay">去支付</div>
</div>
<p class="warm-prompt">
<div class="warm-prompt">
温馨提示:所有套餐都是年费套餐,超过一年剩余的套餐将会被清零,详情请
<span class="contact-customer-service">联系客服</span>
<span class="customer-service-WeChat">
<div class="customer-service-WeChat">
<p class="title">客服微信</p>
<span class="imgbox">
<img
......@@ -141,8 +141,8 @@
/>
</span>
<p class="tip">扫一扫添加客服微信号</p>
</span>
</p>
</div>
</div>
</div>
<!-- 步骤三 -->
<div v-if="steps === 2">
......@@ -968,6 +968,7 @@ export default defineComponent({
}
.selected {
position: absolute;
height: 31px;
bottom: -1px;
right: 0;
color: var(--sy-blue);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment