登录微信公众平台 设置 - 基本设置 - 微信认证一栏点击查看详情 进入微信认证详情页后,点击查看订单,里面有下载发票的功能
小程序认证费用如何开票?找不到开票的地方[图片]
2022-07-05把之前项目的源文件备份后删掉,再新建项目试试
新建项目问题[图片] 第一次新建项目的时候,选择了微信云服务.现在不需要了,怎么切换到不使用微信云开发
2022-07-05这不反手给他点个举报?
小程序被盗用怎么解决?我司产品在某个小程序里面售卖,然后顾客持购买的代金券来我司核销,造成顾客和我司双方损失;诉求:1.下架该小程序里的此款产品,2,关闭此小程序
2022-07-05[图片]
怎么 wx.chooseLocation api就报错了吗?开发真心累errMsg: "chooseLocation:fail the api need to be declared in…e requiredPrivateInfos field in app.json/ext.json"}(env: Windows,mp,1.06.2206271; lib: 2.25.0
2022-07-05你点一下已失效文字后边的图标,看看提示什么?
后台订阅消息有些不解类目下的 订阅消息模板 长期订阅 全是已失效模板,想问一下这是什么情况呢? [图片]
2022-07-05你是想为swiper设置动画还是为swiper-item设置动画?
swiper调用animation导致swiper-item自动垂直布局,如何更改?基础库2.24.7 ,在去掉animation的时候swiper显示一切正常 [图片] wxml <view class="container {{isMask === true ? 'mask-blur':''}}"> <swiper current="{{currentBannerIndex}}" bindchange="handleChangeBanner" next-margin="60rpx" previous-margin="60rpx" class="swiper"> <swiper-item wx:for="{{list}}" wx:key="id" animation="{{currentBannerIndex == index ? animationSelected : animationNoSelected}}"> <view class="swiper-item-view"> <text class="addtime">{{item.addTime}}</text> <view class="swiper-item" bindtap="gopriview" data-item="{{item}}"> <image src="{{item.bookCover}}" class="scrollImage"></image> <text>{{item.projectIntroduce}}</text> </view> </view> </swiper-item> </swiper> </view> js Page({ data: { list: [ { projectIntroduce: "text1", addTime: "123", bookCover: "//obsa.arsnowslide.com/195360628956909568/244552849175306240.jpg", }, { projectIntroduce: "text1", addTime: "123", bookCover: "//obsa.arsnowslide.com/195360628956909568/244552849175306240.jpg", }, ], title: "历史记录", isMask: false, borchureDetail: {}, animationSelected: {}, animationNoSelected: {}, currentBannerIndex: 0, }, onLoad(options) {}, handleChangeBanner(e) { if (e.detail.source !== "touch") return; this.setData({ currentBannerIndex: e.detail.current, }); console.log(this.data.currentBannerIndex); this.enlarge(); this.shrink(); }, enlarge() { console.log("enlarge"); let animationSelected = wx.createAnimation({ duration: 1000, timingFunction: "ease", }); animationSelected.scale(1.2, 1.2).step(); this.setData({ animationSelected: animationSelected.export(), }); }, shrink() { console.log("shrink"); let animationNoSelected = wx.createAnimation({ duration: 1000, timingFunction: "ease", }); animationNoSelected.scale(1, 1).step(); this.setData({ animationNoSelected: animationNoSelected.export(), }); }, onShow() { this.enlarge(); this.shrink(); }, }); less .container { width: 100%; height: 100vh; display: flex; align-items: center; flex-direction: column; .swiper { margin-top: 201rpx; width: 100%; height: 100%; display: flex; .swiper-item-view{ display: flex; flex-direction: column; align-items: center; .addtime { color: #fff; z-index: 99; } .swiper-item { .scrollImage { margin-top: 54rpx; border-radius: 20rpx; width: 500rpx; height: 700rpx; } text { margin-top: 25rpx; font-size: 30rpx; font-family: PingFang SC; font-weight: 500; color: #020202; line-height: 48rpx; } width: 613rpx; height: 923rpx; display: flex; flex-direction: column; align-items: center; } } } }
2022-07-05底部margin吧?换成padding试试
微信开发者工具显示没问题,手机预览时,margin不生效,这是怎么回事?微信开发者工具显示没问题,手机预览时,margin不生效 [图片][图片]
2022-07-05https://developers.weixin.qq.com/community/develop/doc/000662db8f8a68bdaf2dc9cf553400?highLine=%25E5%259C%25BA%25E6%2599%25AF%25E5%2580%25BC1003 看看这篇帖子
小程序场景值不在文档里?最近遇到场景值为 70, 85, 88, 1003 的情况, 但官方的场景值列表并没有, 有大佬知道这几个具体代表什么场景呢?
2022-07-05不可以,想实现的话 可以使用自定义tabBar
tabBar 字体可以加粗嘛?tabBar 字体可以加粗嘛?
2022-07-05企业类型的支持
个人类型的小程序在发布正式版的时候,不支持获取用户隐私信息,企业类型的小程序呢?个人类型的小程序在发布正式版的时候,不支持获取用户隐私信息,比如用户上传的身份证正面照片,用户的手写签名照片,那么企业类型的小程序呢?
2022-07-05