This commit is contained in:
GYJ
2024-12-31 14:47:39 +08:00
parent 2aa9070b0e
commit adee64f460
7 changed files with 12 additions and 18 deletions

View File

@@ -2,8 +2,8 @@
"name" : "诗谣短剧", "name" : "诗谣短剧",
"appid" : "__UNI__E0B05B1", "appid" : "__UNI__E0B05B1",
"description" : "", "description" : "",
"versionName" : "1.1.0", "versionName" : "1.5.0",
"versionCode" : 110, "versionCode" : 150,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@@ -154,11 +154,11 @@
{{countPrice*scale}}金币解锁整部视频 {{countPrice*scale}}金币解锁整部视频
</text> </text>
</view> </view>
<!-- <view v-if="isShowMoneyPay" class="pay-content-itemczg" @click="payVideo(2)"> <view v-if="isShowMoneyPay" class="pay-content-itemczg" @click="payVideo(2)">
<text class="pay-content-items"> <text class="pay-content-items">
{{countPrice}}元解锁单集视频 {{countPrice}}元解锁单集视频
</text> </text>
</view> --> </view>
<!-- <view class="pay-content-itemczg" @click="goNav('/pages/me/vip/index')" v-if="isVips == '是'"> <!-- <view class="pay-content-itemczg" @click="goNav('/pages/me/vip/index')" v-if="isVips == '是'">
<image class="pay-content-item-iconczg" src="../../static/images/me/rmIcon.png" mode=""></image> <image class="pay-content-item-iconczg" src="../../static/images/me/rmIcon.png" mode=""></image>
<text class="pay-content-items"> <text class="pay-content-items">

12
package-lock.json generated
View File

@@ -1,11 +1,5 @@
{ {
"requires": true, "name": "悬浮球_自动吸边_延迟隐藏",
"lockfileVersion": 1, "version": "1.0.0",
"dependencies": { "lockfileVersion": 1
"qrcode-svg": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/qrcode-svg/-/qrcode-svg-1.1.0.tgz",
"integrity": "sha512-XyQCIXux1zEIA3NPb0AeR8UMYvXZzWEhgdBgBjH9gO7M48H9uoHzviNz8pXw3UzrAcxRRRn9gxHewAVK7bn9qw=="
}
}
} }

View File

@@ -2,7 +2,7 @@
<view> <view>
<view class="df" style=" justify-content: space-around;flex-wrap: wrap; margin-top: 10rpx;"> <view class="df" style=" justify-content: space-around;flex-wrap: wrap; margin-top: 10rpx;">
<view style="border-radius:21rpx 21rpx 21rpx 21rpx;width: 33%;text-align: center;margin-top: 20rpx;padding:0 26rpx;" <view style="border-radius:21rpx 21rpx 21rpx 21rpx;width: 33%;text-align: center;margin-top: 20rpx;padding:0 26rpx;"
class="liststyle" v-for="item in $props.list" :key="item" @tap="seVideo(item)"> class="liststyle" v-for="item in $props.list" :key="item.course_id" @tap="seVideo(item)">
<image :src="item.titleImg" style="width: 188rpx;height: 247rpx;border-radius:21rpx 21rpx 21rpx 21rpx" <image :src="item.titleImg" style="width: 188rpx;height: 247rpx;border-radius:21rpx 21rpx 21rpx 21rpx"
mode=""></image> mode=""></image>
<view style="font-weight: 400;font-size: 25rpx;color: #333333;text-align: left;"> <view style="font-weight: 400;font-size: 25rpx;color: #333333;text-align: left;">

View File

@@ -120,7 +120,7 @@
</view> </view>
<view style="margin-top: 40rpx;">观看历史</view> <view style="margin-top: 40rpx;">观看历史</view>
<view class="df" style=" justify-content: space-between;margin-top: 28rpx;"> <view class="df" style=" justify-content: space-between;margin-top: 28rpx;">
<view style="border-radius:21rpx 21rpx 21rpx 21rpx" v-for="item in list" :key="item" <view style="border-radius:21rpx 21rpx 21rpx 21rpx" v-for="(item,index) in list" :key="(item,index)"
@tap="seVideo(item)"> @tap="seVideo(item)">
<image :src="item.titleImg" <image :src="item.titleImg"
style="width: 188rpx;height: 247rpx;border-radius:21rpx 21rpx 21rpx 21rpx" mode=""></image> style="width: 188rpx;height: 247rpx;border-radius:21rpx 21rpx 21rpx 21rpx" mode=""></image>
@@ -500,7 +500,7 @@
//查看视频 //查看视频
seVideo(item) { seVideo(item) {
const time = 100; const time = 100;
// #ifdef H5 console.log(item,'调试1')
if (returnIsSafari()) { if (returnIsSafari()) {
this.pageScrollTo(time) this.pageScrollTo(time)
setTimeout(() => { setTimeout(() => {

View File

@@ -40,7 +40,7 @@
</view> </view>
</view> --> </view> -->
<view style="margin-top: 100rpx; display: flex;align-items: center; justify-content: space-between;"> <view style="margin-top: 100rpx; display: flex;align-items: center; justify-content: space-between;">
<view class="" v-for="item in signInList" :key="item" style="position: relative;" <view class="" v-for="item in signInList" :key="item.id" style="position: relative;"
:style="filterDate(item)=='已签到'?'color:#EFA765':'color:#999'"> :style="filterDate(item)=='已签到'?'color:#EFA765':'color:#999'">
{{filterDate(item)}} {{filterDate(item)}}
<view <view