Compare commits
3 Commits
0b39b49a5d
...
5640ef7f36
| Author | SHA1 | Date | |
|---|---|---|---|
| 5640ef7f36 | |||
| d36b01a69f | |||
| 8a1d49b47f |
@@ -15,10 +15,10 @@
|
||||
<u-icon name="list" color="#05C341" size="18"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex ai-c jc-sb mt15">
|
||||
<view class="tab_iem" :class="videoIndex===index?'checked_tab':''" v-for="(item,index) of operateList" :key="index" @tap="checkVideo(index)">{{item.description}}</view>
|
||||
<view class="flex ai-c jc-fa mt15" style="flex-wrap: wrap;">
|
||||
<view class="tab_iem mr10 mb10" :class="videoIndex===index?'checked_tab':''" v-for="(item,index) of operateList" :key="index" @tap="checkVideo(index)">{{item.description}}</view>
|
||||
</view>
|
||||
<view class="mt15" @tap="toVideo">
|
||||
<view @tap="toVideo">
|
||||
<video style="width: 100%;height: 362rpx;border-radius: 16rpx;" id="myVideo" src="http://flv4mp4.people.com.cn/videofile7/pvmsvideo/2021/3/10/ChenQiuNan_3c561132970edeedc50e153fcf3b186b_android_c.mp4"></video>
|
||||
</view>
|
||||
</view>
|
||||
@@ -130,7 +130,7 @@ export default {
|
||||
padding: 14px;
|
||||
}
|
||||
.tab_iem{
|
||||
width: 145rpx;
|
||||
padding: 0 5px;
|
||||
height: 56rpx;
|
||||
line-height: 56rpx;
|
||||
text-align: center;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<image style="width: 100%;height: 600rpx;" src="../../static/image/index/vip_bg.jpg"></image>
|
||||
<view class="p14">
|
||||
<view class="flex jc-fa ai-c wp100">
|
||||
<view class="option_tem relative mr20" :class="checkedId===item.memberId?'checked_item':''" v-for="(item,index) of priceList" :key="index" @click="checkPrice(item.memberId,item.price)">
|
||||
<view class="option_tem relative mr15" :class="checkedId===item.memberId?'checked_item':''" v-for="(item,index) of priceList" :key="index" @click="checkPrice(item.memberId,item.price)">
|
||||
<text class="fw600 fs15 cor-333">{{item.memberName}}</text>
|
||||
<view class="mt5">
|
||||
<text class="fs14" style="color: #FF6E02;">¥</text>
|
||||
|
||||
Reference in New Issue
Block a user