提交 dc96c32c authored 作者: 刘旭's avatar 刘旭

测试

上级 af4f9901
<template> <template>
<view style="width: 100%; height: 100vh;">
<u-navbar <u-navbar
:is-back="false" :is-back="false"
title="产品线" title="产品线"
...@@ -32,7 +33,12 @@ ...@@ -32,7 +33,12 @@
style="margin-left: 20rpx;" style="margin-left: 20rpx;"
></u-section> ></u-section>
<view v-else class="add"> <view v-else class="add">
<u-icon name="plus" color="#c6c6c6" size="50" @tap="addTabs"></u-icon> <u-icon
name="plus"
color="#c6c6c6"
size="50"
@tap="addTabs"
></u-icon>
</view> </view>
</template> </template>
</drag-and-drop-sort> </drag-and-drop-sort>
...@@ -45,7 +51,11 @@ ...@@ -45,7 +51,11 @@
v-if="index != lineList.length - 1" v-if="index != lineList.length - 1"
width="160rpx" width="160rpx"
mode="widthFix" mode="widthFix"
:src="item.url.split('http').length > 1 ? item.url : baseUrl + item.url" :src="
item.url.split('http').length > 1
? item.url
: baseUrl + item.url
"
></u-image> ></u-image>
</block> </block>
</view> </view>
...@@ -81,6 +91,7 @@ ...@@ -81,6 +91,7 @@
show-cancel-button show-cancel-button
@confirm="onConfirm" @confirm="onConfirm"
></u-modal> ></u-modal>
</view>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论