新增VIP活动模块

This commit is contained in:
liuyuan
2025-02-07 14:11:22 +08:00
parent 7689e3c606
commit d05e291350
12 changed files with 239 additions and 30 deletions

View File

@@ -9,6 +9,19 @@
</view>
<view class="ss" >
<view class="box">
<view class="item flexbox" @click="itemClick('chaov')">
<view class="logo">
<image class="" src="@/static/logo.png" mode="aspectFill"></image>
</view>
<view class="flexbox tt">
<view class="type">
<image src="/static/chaovIcon.png" mode="widthFix"></image>
</view>
<text style="letter-spacing: 1.2px;">超V介绍 > </text>
</view>
</view>
<view class="item flexbox" @click="itemClick('jiage')">
<view class="logo">
@@ -28,7 +41,7 @@
</view>
<view class="flexbox tt">
<view class="type">
<image src="/static/shuomingIcon.png" mode="aspectFill"></image>
<image src="/static/shuomingIcon.png" mode="widthFix"></image>
</view>
<text>课程说明 > </text>
</view>
@@ -89,6 +102,9 @@
itemClick(op){
var path = ''
switch(op){
case "chaov":
path = '/pages/course/superVip'
break
case "jiage":
path = '/pages/course/coursePrice'
break