code.wxml 709 Bytes
<view style="width:100%;background-color:#F7F7F7;min-height:100vh;background-size:100% 100%;padding-top:30%;"><view style="height:500rpx;width:500rpx;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid gray;background-color:white;border-radius:20rpx;margin:0 auto;"><view style="margin-top:20rpx;"><view><image style="width:300rpx;height:300rpx;" src="{{BASE_URL+'/api/File/Image/annexpic/'+imgsrc}}" show-menu-by-longpress="true"></image></view><view style="margin-top:50rpx;"><text>{{'分享人:'+user.realName}}</text></view></view></view><view class="centerview" style="margin-top:20rpx;"><button openType="share" type="primary">分享小程序</button></view></view>