- 发布:2020-12-03 17:31
- 更新:2023-07-07 21:59
- 阅读:2262
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win7
HBuilderX类型: 正式
HBuilderX版本号: 2.9.8
第三方开发者工具版本号: 1.03
基础库版本号: 2.14.0
项目创建方式: HBuilderX
示例代码:
<view class="" style="">
<view class="" style="margin-left: 30rpx;margin-top: 30rpx; display: flex;align-items: center;color: #CCCCCC;font-size: 24rpx;">
<image src="../../../../static/images/install-remark.png" mode="" style="width: 26rpx; height: 26rpx;margin-right: 6rpx;"></image>
<view class="">
自检照片
</view>
</view>
<choose-photo :showImgList="showImgList" @click="toShow" :delUrl="delCheckReportPhotoUrl"
uploadUrl="updateCheckReportPhotoUrl" :uploadData="{checkReportId:install.id,type:'1'}"></choose-photo>
</view>
<view class="" style="background-color: #F5F7FA;height: 20rpx;"></view>
<view class="">
<view class="" style="margin-left: 30rpx;margin-top: 30rpx; display: flex;align-items: center;color: #CCCCCC;font-size: 24rpx;">
<image src="../../../../static/images/install-remark.png" mode="" style="width: 26rpx; height: 26rpx;margin-right: 6rpx;"></image>
<view class="">
第三方检测照片
</view>
</view>
<choose-photo :showImgList="otherShowImgList" @click="toShow" :delUrl="delCheckReportPhotoUrl"
uploadUrl="updateCheckReportPhotoUrl" :uploadData="{checkReportId:install.id,type:'2'}"></choose-photo>
</view>
<view class="" style="background-color: #F5F7FA;height: 20rpx;"></view>
<view class="">
<view class="" style="margin-left: 30rpx;margin-top: 30rpx; display: flex;align-items: center;color: #CCCCCC;font-size: 24rpx;">
<image src="../../../../static/images/install-remark.png" mode="" style="width: 26rpx; height: 26rpx;margin-right: 6rpx;"></image>
<view class="">
第三方检测照片
</view>
</view>
<choose-photo :showImgList="otherShowImgList" @click="toShow" :delUrl="delCheckReportPhotoUrl" uploadUrl="updateCheckReportPhotoUrl" :uploadData="{checkReportId:install.id,type:'2'}"></choose-photo> </view>
操作步骤:
同一个页面使用两次同一个自定义组件第一个组件会被影响
同一个页面使用两次同一个自定义组件第一个组件会被影响
预期结果:
同一个页面使用两次同一个自定义组件,不会互相影响
同一个页面使用两次同一个自定义组件,不会互相影响
实际结果:
同一个页面使用两次同一个自定义组件第一个组件会被影响
同一个页面使用两次同一个自定义组件第一个组件会被影响
遇到了相同的问题,希望有解决办法,渲染时组件内容会错位,点击事件也有异常
<view class="list_back">
<iconTag1 name="建议与bug" icon="iconyijianfankui" @clickEvent="submitBug"></iconTag1>
</view>
<view class="list_back">
<iconTag2 name="投诉举报" icon="icontousujianyi" @clickEvent="toReport"></iconTag2>
</view>
import iconTag1 from '@/components/iconTag/iconTag.vue'
import iconTag2 from '@/components/iconTag/iconTag.vue'
components:{
iconTag1,
iconTag2,
}
1***@qq.com (作者)
难搞啊 官方都不回复 也不修复
2021-01-11 11:25