修改router的mode为history就可以
求助vue单页面应用网页授权,重定向地址 带/#/ 怎么处理?H5公众号 网页授权,由于是vue 但页面应用, 重定向地址带/#/ 报错 scope 不能为空 url也已经encode。 链接如下 https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx77908d8fb735bfc5&response_type=code&scope=snsapi_userinfo&redirect_uri=http%3A%2F%2Fceshi.polomi.cn%2Fcyx%2F%23%2Flogin&state=STATE#wechat_redirect
2021-06-25看新手写代码也挺有意思的
请叫个问题,这种布局怎么实现?有4个view,父级也是view,父级设置了flex,横排,换行,但为什么第三个非要对齐第四个的顶部呢,怎么可以让第三个顶部贴近到第一个的底部? [图片]
2021-06-25每次旋转多少度也是自己定的啊,记录下来不就行了
怎么获取坐标旋转角度?在canvas里,使用CanvasContext.rotate(number rotate)旋转多次坐标后,怎么获取当前的旋转角度?
2020-10-29web-view跟手机当时的网络环境和引入的外部包有很大关系,网速快或者外部引入的包少且小就会很快
web-view加载网页很慢,怎么回事?web-view加载网页很慢,第一次打开要经过好几秒,和浏览器打开的速度根本没法比,怎么回事?
2020-10-28scr 应该是src 然后可以直接/img/a.jpg
新手求助 image 显示不出图片?我跟社区视频做的他就是输入<image src="../../img/a.jpg"></image>然后他就可以显示图片而我这边只有空白的图请问大佬这是什么情况 [图片][图片][图片]
2020-10-28这是官方具体的介绍,请知悉 show-scrollbar boolean true 滚动条显隐控制 (同时开启 enhanced 属性后生效)
show-scrollbar设置成false 仍有滚动条出现show-scrollbar设置成false 仍有滚动条出现
2020-10-28自己做这个功能就可以了
小程序图片预览长按后去掉某一项功能比如这个图,我想去掉发送给朋友或者收藏的选项,怎么弄呢 [图片]
2020-10-12直接通过公众号认证3个小程序,再用一个商户号就搞定
一个微信公众号绑定三个业态的小程序商城可行吗?大家好公司目前有三个业态项目在做,同时准备上三个独立的业态微商城小程序,这三个小程序同时关联同一个微信公众号,同时使用同一个微信支付商户号!以上方案是否可行!
2020-09-19这功能3分钟写完?
要实现这种页面,且有选择的功能,比如我要点30也好100也好。这个页面怎么实现?[图片]
2020-09-19[图片] 先让这2个图在同一个view里,然后给view写样式 <view class="tuijian"> <image src="/assets/images/tuijian3.png">/image> <image src="/assets/images/gengduo.svg">/image> /view> .tuijian{display: flex;align-items: center;} 就可以了
怎样让两个图标在一行排布?[图片] wxss: .navbar{ border-bottom: 1px solid #ccc; position: relative; } .navbar .title{ position: absolute; width: 750rpx; text-align: center; left: 0; bottom: 20rpx; font-size: 30rpx; color: #fff; } .navbar .bj{ width: 750rpx; } .container{ width: 750rpx; /* position: fixed; */ left: 0; bottom: 100rpx; z-index: 100; /* border-bottom: 1px solid #ccc; */ } .swiper{ width: 750rpx; height: 280rpx; display: flex; justify-content: center; align-items: center; } /* swiper{ width: 700rpx; height: 280rpx; border-radius: 30rpx; } */ .swiper image{ width: 700rpx; height: 280rpx; border-radius: 30rpx; } .iconlist{ margin-top: 10rpx; background-color: #fff; } .grid-item{ padding: 10rpx 0 0 !important; } /* .gengduo{ width: 750rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; z-index: 100; position: relative; background-color: #fff; padding: 20rpx; margin-top: 5rpx; } .tuijian{ width: 300rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; z-index: 100; position: relative; background-color: #fff; padding: 20rpx; left:200rpx; } */ .icon{ width:750rpx; height:250rpx; } .gengduo{ width: 300rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; z-index: 100; position: relative; background-color: #fff; padding: 20rpx; margin-top: 5rpx; left:400rpx } .tuijian{ width: 300rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; z-index: 100; position: relative; background-color: #fff; padding: 20rpx; padding-top: 50rpx; } .gengduo image{ height: 50rpx; } .tuijian image{ height: 100rpx; justify-content: center; align-items: center; left:200rpx; } .tjlist{ background-color: #fff; } .product image{ width: 360rpx; height: 360rpx; } .product .title{ display: flex; height: 80rpx; align-items: center; font-size: 30rpx; white-space: nowrap; } .product .title image{ width: 80rpx; height: 40rpx; } .product .title text{ width: 270rpx; text-overflow: ellipsis; overflow: hidden; margin-left: 10rpx; } wxml:
/image> /view> /image> /view> /van-grid> 2020-09-08