Commit 0ceb70e6 authored by jyx's avatar jyx

Merge branch 'dev_xuanmiduanju20240307_douyin' of...

Merge branch 'dev_xuanmiduanju20240307_douyin' of http://39.97.65.143:81/android/uniapp_vedio into dev_xuanmiduanju20240307_douyin
parents 2379ec53 31a3b57f
...@@ -520,8 +520,8 @@ ...@@ -520,8 +520,8 @@
.box-wrap { .box-wrap {
height: 100rpx; height: 100rpx;
width: 120rpx; width: 120rpx;
right: 20rpx; right: 10rpx;
bottom: 200rpx; bottom: 240rpx;
position: absolute; position: absolute;
z-index: 999; z-index: 999;
......
<template> <template>
<view class="body"> <view class="body">
<z-paging style="height: 88%;"> <z-paging style="height: 88%;">
<view style="font-size: 36rpx;color: black;font-weight: 777;">充值看点</view> <view style="font-size: 36rpx;color: black;font-weight: 777;margin-left: 20rpx;">充值看点</view>
<view class="section"> <view class="section">
<view class="pack-box"> <view class="pack-box">
<view class="pack-item" <view class="pack-item"
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</view> </view>
</view> </view>
<view style="font-size: 36rpx;color: black;font-weight: 777;">充值VIP会员</view> <view style="font-size: 36rpx;color: black;font-weight: 777;margin-left: 20rpx;margin-top: 10rpx;">充值VIP会员</view>
<view class="section"> <view class="section">
<view class="pack-box"> <view class="pack-box">
<view class="pack-item" <view class="pack-item"
......
...@@ -502,19 +502,19 @@ ...@@ -502,19 +502,19 @@
}); });
}, },
cancelCollect(vedioId, index) { cancelCollect(vedioId, index) {
this.showSignPop = true // this.showSignPop = true
this.data.collect = 0 this.data.collect = 0
// // 取消收藏 // 取消收藏
// this.post({ this.post({
// url: '/vedio/cancelCollect', url: '/vedio/cancelCollect',
// data: { data: {
// vedioId vedioId
// }, },
// showLoading: false, showLoading: false,
// success: ({ success: ({
// data data
// }) => {} }) => {}
// }); });
}, },
commitVideo() { commitVideo() {
// 提交后台 // 提交后台
......
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