小程序
给苹果客服打电话解决不了 他说我手机没问题 可能是和微信有关
需要什么资质和材料。
[图片][图片] 业务链接所有地址在微信内无法正常打开(其他浏览器访问正常),经自查及腾讯安全检测均未发现风险,访问受限已直接影响用户体验及业务推广。自查与检测结果,已通过【腾讯安全-网址安全中心】检测(检测结果:未发现危险)。
[图片] [图片][图片]
https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/wxss.html 比较卡顿的手机会偶现导出的图片字体未渲染,输出发现字体样式在图片导出后才渲染成功 <template> <view class="fixBox"> <snapshot id="target" mode="view" class="snapshotBox"> <view :class="['contentWrap', wxCode && wxCode != '' ? 'hasCode' : 'noCode']" > <image :src="userImg" class="userImg" /> <view class="textBox"> <view v-if="loadFamily2" class="name">{{ name }}</view> <view v-if="loadFamily2" class="time">{{ time }} 获得</view> </view> <image id="centerImg" :src="image" class="pic" :style="{ height: imgHeight + 'px' }" /> <image :src="cardImg" class="cardImg" /> <image v-if="wxCode && wxCode != ''" :src="wxCode" class="wxCode" /> </view> </snapshot> </view> </template> <script> export default { name: "card-skyline", props: { name: { type: String, default: "", }, time: { type: String, default: "", }, cardImg: { type: String, default: "", }, userImg: { type: String, default: "", }, image: { type: String, default: "", }, wxCode: { type: String, default: "", }, }, data() { return { canvasWidth: 0, // 默认canvas宽高 canvasHeight: 0, widget: null, showPoster: false, imgHeight: 0, loadFamily2: false, }; }, mounted() {}, methods: { renderToCanvas() { // console.log(111); uni.loadFontFace({ family: "qiantubifengshouxieti", source: "https://cdn.studytour.info/font/千图笔锋手写体.woff", success: () => { console.log("千图笔锋手写体 success"); }, fail: (error) => { console.warn("千图笔锋手写体 fail", error.errMsg); }, complete: () => { console.log("千图笔锋手写体 complete"); let _this = this; _this.loadFamily2 = true; uni.getImageInfo({ src: _this.image, success: (image1) => { console.log("开始生成1"); let width100 = _this.rpxToPx(640); let widthImg = _this.rpxToPx(580); _this.imgHeight = (image1.height / image1.width) * widthImg; _this.canvasWidth = width100; let minHeight; if (_this.wxCode && _this.wxCode != "") { minHeight = _this.rpxToPx(430); } else { minHeight = _this.rpxToPx(230); } _this.canvasHeight = _this.imgHeight + minHeight; setTimeout(() => { _this.convertToCanvas(); }, 1000); }, }); }, }); }, rpxToPx(rpx) { // 获取设备的宽度 const deviceWidth = uni.getSystemInfoSync().windowWidth; // 设计稿宽度,通常是750rpx const designWidth = 750; // 将rpx转换为px return (rpx / designWidth) * deviceWidth; }, convertToCanvas() { // console.log(222); let _this = this; _this .createSelectorQuery() .select("#target") .node() .exec((res) => { console.log(res); const node = res[0].node; let time = new Date().getTime(); node.takeSnapshot({ type: "arraybuffer", format: "png", success: (res) => { // console.log(444); console.log(res, "resres"); const f = `${wx.env.USER_DATA_PATH}/${time}.png`; //照着写 const fs = uni.getFileSystemManager(); fs.writeFileSync(f, res.data, "binary"); console.log(f, "路径"); _this.$emit("update:parentData", f); // 触发自定义事件,并传递新值 }, fail(err) { // console.log(err); _this.$parent.goBack(); uni.showToast({ title: "图片转换失败", icon: "none", duration: 2000, }); }, }); }); }, }, }; </script> <style> page { font-family: qiantubifengshouxieti; } .fixBox { position: fixed; top: -300vh; left: -300vw; background: #fff; } .snapshotBox { background: #fff; } .contentWrap { width: 640rpx; background: #fff; position: relative; vertical-align: top; } .hasCode { padding: 40rpx 0 16rpx; } .noCode { padding: 40rpx 0 30rpx; } .contentWrap .userImg { width: 120rpx; height: 120rpx; margin-bottom: 40rpx; margin-left: 30rpx; border-radius: 50%; /* margin-top: 40rpx; */ } .contentWrap .textBox { position: absolute; left: 180rpx; width: 460rpx; height: 120rpx; top: 52rpx; } .contentWrap .textBox .name { font-family: qiantubifengshouxieti; font-size: 38rpx; line-height: 54rpx; color: #333333; } .contentWrap .textBox .time { font-family: qiantubifengshouxieti; font-size: 28rpx; line-height: 40rpx; color: #999; margin-top: 6rpx; } .contentWrap .pic { width: 580rpx; margin: 0 30rpx; border-radius: 28rpx; } .contentWrap .wxCode { /* position: absolute; left: 244rpx; bottom: 16rpx; */ width: 152rpx; height: 152rpx; margin: 22rpx 244rpx 0; } .contentWrap .cardImg { position: absolute; width: 180rpx; height: 180rpx; right: 20rpx; top: 70rpx; } </style>
我公司的小程序无股票行情资讯内容或功能,但是平台审核需要增加【金融业-股票信息服务平台】【金融业-】服务类目,两次申诉均不通过。 1、小程序不涉及任何“股票”(包含A股、港股等各个市场的股票)相关行情、数据、资讯服务。图片内容中的数据均整理自公开渠道。 2、截图中对指数提供的估值数据服务,指数不是股票:①不属于行情类服务,没有实时更新的行情信息、涨跌数据、指数点位等;②估值数据为我公司自行计算的数据,属于内容服务;③以内容图片形式发布,不涉及实时功能。 [图片][图片]
请教一下各位有遇到过小程序商城和会员充值的订单处理问题,商城销售的是实物商品需要发货(已经完成订单管理同步),会员充值属于虚拟商品,该怎样处理这类无需发货的订单?!
查看了主体负责人和小程序管理员信息,均未过期,这个应该怎么处理? [图片] [图片][图片]
域名存在安全风险已被禁止设置,如有异议,请在微信客户端打开此域名进行申诉?急急急?在线等 微信公众号基本配置时出现:“参数错误,请重新填写”
小程序备案名与微信认证名称一致,为什么会有这个提醒?哪里去查询或者修改? [图片]
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/m_guideline.html 文档链接在上面,好像是微信小程序的一个新功能,可以把小程序的商品接入到视频号的视频内容和直播内容中。想了解下目前是只开放了部分类目还是说所有类目都可以呢?
请问已在开放平台绑定公众号应用,能否不在开放平台注册网站应用,直接使用在开放平台绑定的公众号应用的appid、scope参数值snsapi_userinfo来实例化需要使用微信扫码登录功能的网站应用的二维码对象?从而实现网站应用扫码后,能在手机端微信进行确认实现登录授权。 网站应用实现微信扫码确认登录功能:[图片] 将微信登录二维码内嵌到自己的网站应用页面,实例化需要使用微信扫码登录功能的网站应用的二维码JS对象://步骤1:在页面中先引入如下JS文件(支持https) http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js //步骤2:在需要使用微信登录的地方实例以下JS对象: var obj = new WxLogin({ self_redirect:true, id:"login_container", appid: "", scope: "", redirect_uri: "", state: "", style: "", href: "", onReady: function(isReady){ console.log(isReady); } }); 使用在开放平台绑定的公众号应用的appid、scope参数值实例化网站应用的二维码对象:[图片]
[图片][图片][图片]我现在用的是一个二级域名:https://sq.weimisen.cn,主域名已备案,SSL也弄了,这个突然被停止访问,客服大大能不能帮我解决下。。我一全职宝妈,全靠这个网站赚点生活费,莫名其妙突然被封了,这是怎么回事?
[图片]
同一个视频链接 在ios会卡顿 在安卓很流畅 hi什么原因造成的? 代码片段在上面
新注册的个人小程序,想做一个汽车方面的小程序,补充小程序类目时找不到汽车方面的,我想做【图2】那种,但是后台只有【图1】一个类目,我该怎么弄? [图片] [图片]
https://developers.weixin.qq.com/doc/channels/API/order/delivery_send.html 请问(1)“去上课”的地址只能配小程序吗?H5链接可以吗?(2)每个商品都能单独配去上课的跳转链接吗?还是全店商品统一只能用一个跳转链接?
为什么这个问题会反复的出现呢,申请恢复之后,过一段时间就会重新出现,怎么查找是什么原因导致的呢? 安全检测也一直没有问题,域名也已经备案好久了。 问题图片: [图片] 备案图片: [图片] 安全扫描图片: [图片]
由于无感获取openid,审核人员一直提示不能通过!然后做了登录的提示!结果还是不行?因为点击进入获取推广链接需要openid,提示用户登录获取openid,结果还是不行的??怎么回事呢?[图片][图片]
我想在文章顶部的原创后面出现两个不同的名字,请问怎么操作?