|
@@ -2,7 +2,13 @@
|
|
|
.app-content{
|
|
.app-content{
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
padding-top: 40rpx;
|
|
padding-top: 40rpx;
|
|
|
- image{width: 75%;margin: 0 auto}
|
|
|
|
|
|
|
+ .codeImg{
|
|
|
|
|
+ width: 560rpx;
|
|
|
|
|
+ height: 795rpx;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ image{width: 100%;height: 100%}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.downloadCode-btn{
|
|
.downloadCode-btn{
|
|
|
width: 60%;
|
|
width: 60%;
|
|
|
height: 60rpx;
|
|
height: 60rpx;
|
|
@@ -16,8 +22,10 @@
|
|
|
</style>
|
|
</style>
|
|
|
<template>
|
|
<template>
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
|
|
+ <view class="codeImg">
|
|
|
<image mode="widthFix" :src="codeImg"></image>
|
|
<image mode="widthFix" :src="codeImg"></image>
|
|
|
- <view v-if="codeImg" class="flex-center downloadCode-btn" @tap="downloadCodeFun">下载图片</view>
|
|
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="flex-center downloadCode-btn" @tap="downloadCodeFun">下载图片</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|