调试代码

This commit is contained in:
BianLzhaoMin 2024-12-10 17:40:50 +08:00
parent 1aaa065638
commit 30c67d4627
2 changed files with 24 additions and 16 deletions

View File

@ -4,23 +4,24 @@
"version" : "0.0",
"configurations" : [
{
"app-plus" :
{
"launchtype" : "local"
},
"default" :
{
"launchtype" : "local"
},
"mp-weixin" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
"app-plus" : {
"launchtype" : "local"
},
"default" : {
"launchtype" : "local"
},
"mp-weixin" : {
"launchtype" : "local"
},
"type" : "uniCloud"
},
{
"playground" : "standard",
"type" : "uni-app:app-android"
},
{
"playground" : "standard",
"type" : "uni-app:app-ios"
}
]
}

View File

@ -384,11 +384,16 @@
></uni-file-picker>
<view class="view-box">
<view v-for="(j, i) in item.imgViewList" :key="i">
<image
<!-- <image
:src="`http://192.168.0.14:19191/ynPlanApp${j}`"
mode="scaleToFill"
class="view-autograph"
></image>
></image> -->
<u--image
:src="`http://192.168.0.14:19191/ynPlanApp${j}`"
width="230rpx"
height="230rpx"
></u--image>
<text class="delete-icon" @tap="onDeleteAutograph(j)">
<uni-icons type="trash-filled" size="24" style="color: #fa3534"></uni-icons>
</text>
@ -1330,6 +1335,8 @@ export default {
e.imgCount -= e.imgViewList.length
}
// console.log(e.imgViewList, 'e.imgViewList--')
})
this.activeFormPages = 0
@ -2713,7 +2720,7 @@ export default {
.delete-icon {
position: absolute;
top: 3rpx;
top: 20rpx;
right: 3rpx;
}