新增VIP活动模块
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user