@@ -153,6 +153,7 @@
/deep/.easy-loadimage image {
width: 100%;
height: 346rpx;
+ border-radius: 20rpx 20rpx 0 0;
}
.pictrue_log {
@@ -166,6 +167,7 @@
display: block;
.text-info {
@@ -224,4 +226,4 @@
-</style>
+</style>
@@ -84,7 +84,7 @@
let that = this;
this.$nextTick((e) => {
uni.getImageInfo({
- src: that.setDomain(that.imgUrls[0].img),
+ src: that.imgUrls[0].img,
success: (res) => {
if (res && res.height > 0) {
// that.$set(that, 'imageH',
@@ -244,4 +244,4 @@