正常的重新提交一下 然后留意一下未通过的原因
小程序代码发布未通过?就修改了一些代码,为什么啊?
2020-09-28https://developers.weixin.qq.com/miniprogram/dev/extended/weui/download.html 建议使用这个里面的自定义tabbar 官方给的那个还需要受app.json控制 不能完全意义说是自定义。这个的组件可以完全自定义。文档api有详细介绍。
自定义TabBar,超过两个就出问题了?官方给的原码片段,https://developers.weixin.qq.com/s/jiSARvmF7i55,只要再增加一个tab页,点击第3个选中状态就跳第一个去了,这是啥玩意,还有这么低级的bug?
2020-09-28他们这个很简单用后台来控制付费,审核的时候只要ios屏蔽掉就好了,审核就能过,然后再去后台打开。但是一旦被人举报就直接封掉。
关于iOS虚拟支付,请问“开锁总部”小程序里的“入驻费”属于虚拟支付吗?我用iOS登录“开锁总部”小程序时,发现“入驻费”可以进行支付?但微信的规则不是虚拟支付不允许吗?(请见附图) 请教对这个问题懂的人。我们自己的小程序因为iOS不能虚拟支付已经困扰很久了。谢谢高人。 [图片] [图片]
2020-08-26看看设置里面的GPU加速是不是打开的关掉试试
每次编译后,模拟器、编辑器都特别的卡?每次点击编译后,模拟器、编辑器都特别的卡。。不是编译进行中,而是完成后,已经跳转页面了。。。大概要1分钟才能反应过来。 模拟机不能动,编辑器也没法输入,切换页面。 [图片]
2020-07-30错了吧,你tmplIds这个去哪里了没有这个它怎么知道你要调用哪个模板
关于订阅消息设置 回调里没有 itemSettings 参数,请问这是正确的吗?小程序调用wx.getSetting 回调里没有itemSettings 直接就是tmplId, 请问这样对吗 [图片] [图片]
2020-07-30你看看你的编译器版本如果是Nightly 1.03.2007282的话就是bug我这边也出现问题了,等官方修复吧。把编译器退回上一个版本就好了。
scroll-view中的bindscroll在组件里面无法触发?<view style="margin-bottom: 140rpx;"> <swiper wx:if="{{banner_list.length>0}}" class="coffee-bgimg" indicator-dots="true" autoplay="true" interval="3000" duration="1000" circular> <swiper-item wx:key="id" wx:for="{{banner_list}}" wx:key="index" data-item="{{item}}"> <image src="{{item.bannerUrl}}"></image> </swiper-item> </swiper> <scroll-view style="height:100%;width:100%;" scroll-y="true" bindscroll="scroll"> <van-tabs active="{{ active }}" bind:scroll="onScroll" bind:click="onClick" color="#1296db" class="{{scrollTop > 360 ? 'stickyClass' : ''}}"> <van-tab title="{{item.name}}" data-id="{{item.id}}" wx:for="{{tabList}}" wx:key="index" name="{{item.id}}"></van-tab>Ï </van-tabs> <view class="coffee-item" wx:for="{{goodsList}}" wx:key="index"> <image class="coffee-img" src="{{item.mainImage}}"></image> <view class="coffee-info"> <view class="coffee-name">{{item.name}}</view> <view class="coffee-price"> <view>¥{{item.price/100}}</view> <view>已售:{{item.volume}}</view> </view> </view> </view> </scroll-view> </view> scroll(e) { console.log(e); },
2020-07-29没看懂前端代码也截图出来看看
新手小白,数组嵌套赋值,setData赋值问题?[图片]这个是我初始化的空数组,[图片],这个是从别的页面获取来的值,[图片]这个是打印输出的值,但是页面不显示。这是为啥,求大佬指点
2020-07-16分享得问题。A用户进入网页是B用户分享给他得B用户分享得时候链接携带自己得参数。导致A拉授权得时候用的是B得参数。可能是分享那块出问题了
问什么A用户通过网页授权登录后获得到B的信息,而不止一个这样A。问什么A用户通过网页授权登录后获得到B的微信信息,而不止一个这样A。 信息包含:openid、unionid、 昵称、头像。 无法重现,有时候重新登录就好了,请问这个要怎么处理呢。 也就是网页授权登录获取到信息不对,信息不是自己的。主要是因为之前,用户量少,后面登录的用户多了,一天从几万到几十万,总用户量有上百万多,未来还会更多,现在半年了陆陆续续有那么二十个附近的用户反馈锅系统问题,都是因为本次信息是别人的导致的。现在系统再不处理就要疯了啊。 而且最近一月反馈变得频繁多了 。在线等反馈啊
2020-07-10不是说了测试阶段??????现在只支持开发者分享到朋友圈还不支持点击分朋友分享的进入小程序。
分享到朋友圈,真机没有这个菜单,模拟器有?RT 开发工具版本Nightly1.03.2007062 安卓微信7.0.16 开发工具调试基础库2.11.3 模拟器有分享到朋友圈的选项,真机预览没有。 求解
2020-07-09建议使用官方的插件,也可以把官方的插件自定义。那个还不错。可以试试
自定义tabbar 在电脑上运行正常,但真机调试时,出现错误?1.新建template文件夹用于保存tabBar模板,template/template.wxml<template name="tabBar"> <view class="tabBar"> <block wx:for="{{tabBar}}" wx:for-item="item" wx:key="tabBar"> <view class="tabBar-item"> <navigator open-type="reLaunch" url="{{item.pagePath}}"> <view><image class="icon" src='{{item.iconPath}}'></image></view> <view class="{{item.current== 1 ? 'tabBartext' :''}}">{{item.text}}</view> </navigator> </view> </block> </view> </template> 2.创建template.wxss.icon{ width:54rpx; height: 54rpx; } .tabBar{ width:100%; position: fixed; bottom:0; padding:10rpx; margin-left:-4rpx; background:#F7F7FA; font-size:24rpx; color:#8A8A8A; box-shadow: 3rpx 3rpx 3rpx 3rpx #aaa; z-index: 9999; } .tabBar-item{ float:left; width:20%; text-align: center; overflow: hidden; } /*当前字体颜色*/ .tabBartext{ color:red; } .navigator-hover{ background-color: rgba(0, 0, 0, 0); } 3.创建template.js,初始化数据//初始化数据 function tabbarinit() { return [ { "current": 0, "pagePath": "/pages/dashboard/index", "iconPath": "/images/goback.png", "text": "返回商城" }, { "current": 0, "pagePath": "/pages/collage/index", "iconPath": "/images/collage1.png", "selectedIconPath": "/images/collage.png", "text": "拼团首页" }, { "current": 0, "selectedIconPath": "/images/list.png", "iconPath": "/images/list1.png", "pagePath": "/pages/collage-list/index", "text": "活动列表" }, { "current": 0, "selectedIconPath": "/images/collage-order.png", "iconPath": "/images/collage-order1.png", "pagePath": "/pages/collage-order/index", "text": "我的订单" }, { "current": 0, "selectedIconPath": "/images/group.png", "iconPath": "/images/group1.png", "pagePath": "/pages/group/index", "text": "我的团" } ] } //tabbar 主入口 function tabbarmain(bindName = "tabdata", id, target) { var that = target; var bindData = {}; var otabbar = tabbarinit(); otabbar[id]['iconPath'] = otabbar[id]['selectedIconPath']//换当前的icon otabbar[id]['current'] = 1; bindData[bindName] = otabbar that.setData({ bindData }); } module.exports = { tabbar: tabbarmain } 4.使用方法先把样式文件载入app.wxss@import "/template/template.wxss"; 新建一个页面,比如index.wxml,引入模板<import src="../../template/template.wxml"/> <template is="tabBar" data="{{tabBar:bindData.tabBar}}"/> index.js 初始化数据var template = require('../../template/template.js'); Page({ onLoad: function () { template.tabbar("tabBar", 0, this)//0表示第一个tabbar }, }) 其它新建页面也跟index.wxml一样,初始化数据。-------------------------------------------------------------------------------------------------------------------------------------------- 在电脑上运行正常,但真机调试时,出现错误: Error: module "template/template.js" is not defined
2020-07-02