|
|
@@ -1,7 +1,4 @@
|
|
|
-<view style="width: 100%;">
|
|
|
- <image style="width: 300rpx;height: 300rpx;border-radius:50%;margin:0 auto;margin-top: 235rpx;display: block;" src="https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/miniapp-static/green-circle-right-icon.jpg?sign=7fa6e412d07bfa0d5144ed2ed2716fff&t=1634542189"></image>
|
|
|
-</view>
|
|
|
-<view style="width: 100%;height: 48rpx;text-align:center;font-size: 34rpx;font-family: PingFangSC-Medium,PingFang SC;font-weight: 500;color: #0094FE;line-height: 48rpx;margin-top: 60rpx;">图片上传成功
|
|
|
-</view>
|
|
|
-<view bindtap="go" style="margin:0 auto;margin-top:156rpx;width: 650rpx;height: 80rpx;background:#0094FE;border-radius: 4rpx;color: #fff;text-align: center;font-size: 34rpx;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;line-height: 80rpx;">继续拍照</view>
|
|
|
-<button open-type="share" bindtap="share" style="margin:0 auto;margin-top:40rpx;width: 650rpx;height: 80rpx;line-height:50rpx!important;border-radius: 4rpx;color: #0094FE;text-align: center;font-size: 34rpx;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;line-height: 80rpx;border: 1px solid #0094FE;">分享</button>
|
|
|
+<image mode="heightFix" style="height: 60vh;margin:0 auto;display: block;" src="{{shareImageUrl}}"></image>
|
|
|
+<view class="success">图片上传成功</view>
|
|
|
+<view bindtap="go" class="go">继续拍照</view>
|
|
|
+<button open-type="share" bindtap="share" class="share">分享</button>
|