This website works better with JavaScript.
Home
Explore
Help
Sign In
xiaohei
/
xq-csg-weapp_uni-ts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix:添加提示功能
master
xiaohei
1 year ago
parent
043e60699d
commit
11da060615
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
<!-- </block> -->
</swiper>
<view class="save">点击图片保存→打开微信→扫一扫</view>
<image class="img" mode="aspectFit" v-if="getCategorygetList" @click="Download" ref="imgSrc"
:src="getCategorygetList.icon" />
@@ -149,4 +150,12 @@
display: block;
}
}
.save{
margin: 64rpx 0;
padding: 0 50rpx;
font-size: 30rpx;
font-weight: 400;
color: #222222;
}
</style>
Write
Preview
Loading…
Cancel
Save