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