尺寸选择bug修复,加深首页推荐作品字体效果
This commit is contained in:
parent
ec5fafe662
commit
1a1c5f6cbb
@ -56,7 +56,6 @@ const install = (vm) => {
|
|||||||
// console.log(vm.$store.state.current_platform)
|
// console.log(vm.$store.state.current_platform)
|
||||||
const url = e.url.split('?')[0];
|
const url = e.url.split('?')[0];
|
||||||
if (needLogin.includes(url) && !token) {
|
if (needLogin.includes(url) && !token) {
|
||||||
console.log(url)
|
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '该页面需要登录才能访问,请先登录',
|
title: '该页面需要登录才能访问,请先登录',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
|
@ -493,6 +493,7 @@ export default {
|
|||||||
margin-left: 15rpx;
|
margin-left: 15rpx;
|
||||||
width: 160rpx;
|
width: 160rpx;
|
||||||
height: 52rpx;
|
height: 52rpx;
|
||||||
|
filter: drop-shadow(0 0 6rpx rgba(236, 250, 197, 1));
|
||||||
}
|
}
|
||||||
.tfc-right{
|
.tfc-right{
|
||||||
height: 70rpx;
|
height: 70rpx;
|
||||||
|
@ -623,9 +623,8 @@ export default {
|
|||||||
serviceId: id,
|
serviceId: id,
|
||||||
option: options[that.selectElementIndex].optionKey,
|
option: options[that.selectElementIndex].optionKey,
|
||||||
text: text,
|
text: text,
|
||||||
size: that.form.id === 4 ? that.aliDimensions[that.selectSizeIndex].name : that.volcengineDimensions[that.selectSizeIndex].name
|
|
||||||
}
|
}
|
||||||
if(this.selectSizeIndex === '') delete result.size;
|
if(this.selectSizeIndex !== '') result.size = that.form.id === 4 ? that.aliDimensions[that.selectSizeIndex].name : that.volcengineDimensions[that.selectSizeIndex].name;
|
||||||
break;
|
break;
|
||||||
case 2 :
|
case 2 :
|
||||||
result = {
|
result = {
|
||||||
|
Loading…
Reference in New Issue
Block a user