代码调试
This commit is contained in:
parent
6fa2b6a50d
commit
99ab169c2d
|
|
@ -384,21 +384,21 @@
|
||||||
></uni-file-picker>
|
></uni-file-picker>
|
||||||
<view class="view-box">
|
<view class="view-box">
|
||||||
<view v-for="(j, i) in item.imgViewList" :key="i">
|
<view v-for="(j, i) in item.imgViewList" :key="i">
|
||||||
<!-- <image
|
<image
|
||||||
:src="`http://192.168.0.14:19191/ynPlanApp${j}`"
|
:src="`http://192.168.0.14:1918/ynPlan${j}`"
|
||||||
mode="scaleToFill"
|
mode="scaleToFill"
|
||||||
class="view-autograph"
|
class="view-autograph"
|
||||||
></image> -->
|
></image>
|
||||||
<!-- <u--image
|
<!-- <u--image
|
||||||
:src="`http://192.168.0.14:19191/ynPlanApp${j}`"
|
:src="`http://192.168.0.14:19191/ynPlanApp${j}`"
|
||||||
width="230rpx"
|
width="230rpx"
|
||||||
height="230rpx"
|
height="230rpx"
|
||||||
></u--image> -->
|
></u--image> -->
|
||||||
<u--image
|
<!-- <u--image
|
||||||
src="https://cdn.uviewui.com/uview/album/1.jpg"
|
src="https://cdn.uviewui.com/uview/album/1.jpg"
|
||||||
width="200rpx"
|
width="200rpx"
|
||||||
height="200rpx"
|
height="200rpx"
|
||||||
></u--image>
|
></u--image> -->
|
||||||
<text class="delete-icon" @tap="onDeleteAutograph(j)">
|
<text class="delete-icon" @tap="onDeleteAutograph(j)">
|
||||||
<uni-icons type="trash-filled" size="24" style="color: #fa3534"></uni-icons>
|
<uni-icons type="trash-filled" size="24" style="color: #fa3534"></uni-icons>
|
||||||
</text>
|
</text>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue