Commit 521633c7 by huahua

提交

parent 6af01523
...@@ -162,6 +162,8 @@ ...@@ -162,6 +162,8 @@
}, },
complete(res) { complete(res) {
textlist.long = true textlist.long = true
textlist.remark = textlist.remark
textlist.textlong = true
that.globalData.typefacedata.forEach(item => { that.globalData.typefacedata.forEach(item => {
if (item.long == true) { if (item.long == true) {
that.globalData.num++ that.globalData.num++
......
...@@ -10,11 +10,9 @@ ...@@ -10,11 +10,9 @@
<image v-if="worksid == 0" src="../../../static/recommend/icon_back.png" mode="aspectFit" <image v-if="worksid == 0" src="../../../static/recommend/icon_back.png" mode="aspectFit"
style="width: 23upx; height: 39upx; margin-top: calc((32px - 39upx)/2);margin-left: auto; margin-right: auto;"> style="width: 23upx; height: 39upx; margin-top: calc((32px - 39upx)/2);margin-left: auto; margin-right: auto;">
</image> </image>
<image v-if="worksid == 4" src="../../../static/image/icon_new_back_image.png" mode="aspectFit" <image v-if="worksid == 4" src="../../../static/image/icon_new_back_image.png" mode="aspectFit"
style="width: 40upx; height: 40upx; margin-top: calc((32px - 39upx)/2);margin-left: auto; margin-right: auto;"> style="width: 40upx; height: 40upx; margin-top: calc((32px - 39upx)/2);margin-left: auto; margin-right: auto;">
</image> </image>
</view> </view>
<view class="title" v-if="titleShow && worksid == 4" <view class="title" v-if="titleShow && worksid == 4"
...@@ -27,6 +25,7 @@ ...@@ -27,6 +25,7 @@
:style="{ top: top + 'px', color:color, 'font-size': size + 'rpx', width:$tool.isPc()?$base.isPcWidth + 'px':'100%' }"> :style="{ top: top + 'px', color:color, 'font-size': size + 'rpx', width:$tool.isPc()?$base.isPcWidth + 'px':'100%' }">
{{title}} {{title}}
</view> </view>
</view> </view>
</view> </view>
</template> </template>
......
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