Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
xiaohei
/
xq-csg-weapp_uni-ts
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix:添加提示功能
master
xiaohei
hace 1 año
padre
043e60699d
commit
11da060615
Se han
modificado 1 ficheros
con
9 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+9
-0
src/packages/public/pages/web-view/web-view.vue
+ 9
- 0
src/packages/public/pages/web-view/web-view.vue
Ver fichero
@@ -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>
Escribir
Vista previa
Cargando…
Cancelar
Guardar