Browse Source

fix:添加提示功能

master
xiaohei 1 year ago
parent
commit
11da060615
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      src/packages/public/pages/web-view/web-view.vue

+ 9
- 0
src/packages/public/pages/web-view/web-view.vue View File

@@ -33,6 +33,7 @@
</swiper-item> </swiper-item>
<!-- </block> --> <!-- </block> -->
</swiper> </swiper>
<view class="save">点击图片保存→打开微信→扫一扫</view>


<image class="img" mode="aspectFit" v-if="getCategorygetList" @click="Download" ref="imgSrc" <image class="img" mode="aspectFit" v-if="getCategorygetList" @click="Download" ref="imgSrc"
:src="getCategorygetList.icon" /> :src="getCategorygetList.icon" />
@@ -149,4 +150,12 @@
display: block; display: block;
} }
} }
.save{
margin: 64rpx 0;
padding: 0 50rpx;
font-size: 30rpx;
font-weight: 400;
color: #222222;
}
</style> </style>

Loading…
Cancel
Save