|
|
@@ -14,7 +14,7 @@
|
|
|
@waiting="onVideoWaiting" preload="auto" type="application/x-mpegURL" :controls="false"></video>
|
|
|
</view>
|
|
|
<image v-if="liveItem.status == 1 && !liveItem.previewUrl" class="trailer-placeholder"
|
|
|
- src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/userapp/images/readyStartOne.png">
|
|
|
+ src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/userapp/images/readyStart.png">
|
|
|
</image>
|
|
|
<view class="countdown-container" v-if="liveItem.status == 1 && liveCountdown">
|
|
|
<view class="live-name" v-if="liveItem.previewUrl">{{ liveItem.liveName }}</view>
|
|
|
@@ -888,8 +888,8 @@ import {CustomToast} from '@/components/custom-toast.vue';
|
|
|
networkType: 'unknown', // 当前网络类型
|
|
|
isNetworkAvailable: true, // 网络是否可用
|
|
|
|
|
|
- // templateId: 'PP138PbExil47x7RIIzy_XheiEsyWv6-R3_aHm5Qs7Q', //百域承品
|
|
|
- templateId: 'ELHbRqBdzSV7ttXTWw7RgnddnIqkj2-ld8dMU-gJmyU', //乐享优品
|
|
|
+ templateId: 'w9YHpfZb5QpMI4hGc-IrXGZGlftw7MuYvGwH2S2R260', //百域佳选
|
|
|
+ //templateId: 'ELHbRqBdzSV7ttXTWw7RgnddnIqkj2-ld8dMU-gJmyU', //乐享优品
|
|
|
isAgreement: false,
|
|
|
|
|
|
wsNewUrl: 'wss://api.fhhx.runtzh.com/ws/app/webSocket',
|
|
|
@@ -2289,7 +2289,9 @@ import {CustomToast} from '@/components/custom-toast.vue';
|
|
|
}
|
|
|
this.editUser();
|
|
|
uni.setStorageSync('userInfo', this.userInfo);
|
|
|
- this.userlogo = false;
|
|
|
+ if(this.user.nickname){
|
|
|
+ this.userlogo = false;
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
editUser() {
|
|
|
@@ -5957,13 +5959,13 @@ import {CustomToast} from '@/components/custom-toast.vue';
|
|
|
|
|
|
.countdown-label {
|
|
|
font-size: 32rpx;
|
|
|
- //color: rgba(250, 214, 176, 1);
|
|
|
- color:#fff
|
|
|
+ color: rgba(250, 214, 176, 1);
|
|
|
+ //color:#fff
|
|
|
}
|
|
|
|
|
|
.countdown-separator {
|
|
|
font-size: 24rpx;
|
|
|
- color: #999999;
|
|
|
+ color: rgba(250, 214, 176, 1);
|
|
|
}
|
|
|
|
|
|
.countdown-unit {
|
|
|
@@ -5976,8 +5978,8 @@ import {CustomToast} from '@/components/custom-toast.vue';
|
|
|
margin: 0 8rpx;
|
|
|
font-weight: 500;
|
|
|
font-size: 36rpx;
|
|
|
- color: #a30c0b;
|
|
|
- //color: rgba(0, 75, 59, 1);
|
|
|
+ //color: #a30c0b;
|
|
|
+ color: rgba(0, 75, 59, 1);
|
|
|
line-height: 60rpx;
|
|
|
}
|
|
|
}
|
|
|
@@ -6002,17 +6004,17 @@ import {CustomToast} from '@/components/custom-toast.vue';
|
|
|
font-weight: bold;
|
|
|
|
|
|
&.reserve-button {
|
|
|
- //color: rgba(0, 110, 80, 1);
|
|
|
- color: #a30c0b;
|
|
|
+ color: rgba(0, 110, 80, 1);
|
|
|
+ //color: #a30c0b;
|
|
|
background: linear-gradient(231.51deg, rgba(249, 215, 178, 1) 0%, rgba(255, 255, 191, 1) 47.83%, rgba(255, 250, 229, 1) 65.77%, rgba(248, 214, 178, 1) 100%);
|
|
|
|
|
|
}
|
|
|
|
|
|
&:not(.reserve-button) {
|
|
|
- //color: rgba(255, 246, 214, 1);
|
|
|
- //background: rgba(0, 110, 80, 1);
|
|
|
- color: #fff;
|
|
|
- background: #a30c0b;
|
|
|
+ color: rgba(255, 246, 214, 1);
|
|
|
+ background: rgba(0, 110, 80, 1);
|
|
|
+ // color: #fff;
|
|
|
+ // background: #a30c0b;
|
|
|
}
|
|
|
|
|
|
.button-icon {
|