调试代码
This commit is contained in:
parent
1aaa065638
commit
30c67d4627
|
|
@ -4,23 +4,24 @@
|
||||||
"version" : "0.0",
|
"version" : "0.0",
|
||||||
"configurations" : [
|
"configurations" : [
|
||||||
{
|
{
|
||||||
"app-plus" :
|
"app-plus" : {
|
||||||
{
|
"launchtype" : "local"
|
||||||
"launchtype" : "local"
|
},
|
||||||
},
|
"default" : {
|
||||||
"default" :
|
"launchtype" : "local"
|
||||||
{
|
},
|
||||||
"launchtype" : "local"
|
"mp-weixin" : {
|
||||||
},
|
"launchtype" : "local"
|
||||||
"mp-weixin" :
|
},
|
||||||
{
|
"type" : "uniCloud"
|
||||||
"launchtype" : "local"
|
|
||||||
},
|
|
||||||
"type" : "uniCloud"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"playground" : "standard",
|
"playground" : "standard",
|
||||||
"type" : "uni-app:app-android"
|
"type" : "uni-app:app-android"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"playground" : "standard",
|
||||||
|
"type" : "uni-app:app-ios"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -384,11 +384,16 @@
|
||||||
></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:19191/ynPlanApp${j}`"
|
||||||
mode="scaleToFill"
|
mode="scaleToFill"
|
||||||
class="view-autograph"
|
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)">
|
<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>
|
||||||
|
|
@ -1330,6 +1335,8 @@ export default {
|
||||||
|
|
||||||
e.imgCount -= e.imgViewList.length
|
e.imgCount -= e.imgViewList.length
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// console.log(e.imgViewList, 'e.imgViewList--')
|
||||||
})
|
})
|
||||||
this.activeFormPages = 0
|
this.activeFormPages = 0
|
||||||
|
|
||||||
|
|
@ -2713,7 +2720,7 @@ export default {
|
||||||
|
|
||||||
.delete-icon {
|
.delete-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3rpx;
|
top: 20rpx;
|
||||||
right: 3rpx;
|
right: 3rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue