@ -141,7 +141,7 @@
text-align: center;
image{
width: 300rpx;
// height: 300rpx;
height: 300rpx;
display: block;
margin: 0 auto;
}
@ -1,6 +1,6 @@
<template>
<view class="jinqun" :style="{background:`url(${$picUrl}/static/jinqun-bg1.png)`}" style="background-size: 100% 100%;text-align: center;">
<image :src="cityInfo.group_share_img" style="padding-top: 70%; width: 330rpx;" show-menu-by-longpress='1' bindtap="clickImg"></image>
<image :src="cityInfo.group_share_img" style="padding-top: 70%; width: 370rpx;height: 370rpx;" show-menu-by-longpress='1' bindtap="clickImg"></image>
</view>
</template>