Skip to content
#

wechat

Here are 2,295 public repositories matching this topic...

penghuwan
penghuwan commented Nov 26, 2019

问题描述

Input,TextArea组件文档没有介绍小程序端的兼容状况

复现步骤

亲爱的开发者们您好,我遇到的问题如下

  1. 我想要使用Input,Textarea等组件,并想要运用于小程序中
  2. 查阅taro中该组件相关的文档后,没有只有H5/RN端介绍了兼容性差异,而微信,支付宝等小程序端没有介绍兼容情况,如下图所示

屏幕快照 2019-11-26 下午12 05 43

3.请问能够补充一下吗
4. 非常感谢!

期望行为

能够在Input,Textarea文

MonsterGoGoGo
MonsterGoGoGo commented Apr 15, 2020

我的vue.config.js配置

  configureWebpack: config => {
    require('@vux/loader').merge(config, {
      plugins: ['vux-ui']
    })
  }

vux及vux-loader版本

"vux": "^2.9.4",
"vux-loader": "^1.2.9"

npm run serve/build 时报错如下内容

Error: [BABEL] unknown: Preset /* your preset */ requires a filename to be set when babel is called directly,

babel.transform(code,

cfJand
cfJand commented Mar 12, 2019

Issue/提问须知

在提交issue之前,我们应该先查询是否已经有相关的issue以及常见问题。提交issue时,我们需要写明issue的原因,以及编译或运行过程的日志(加载进程以及Patch进程)。issue需要以下面的格式:

异常类型:编译异常

手机型号:红米Note 4

手机系统版本:Android 7.0

tinker版本:1.9.9

gradle版本:3.0.1

是否使用热更新SDK: Bugly SDK

系统:Windows

堆栈/日志:
Note: there were 2 library classes explicitly b
snaker00
snaker00 commented Dec 11, 2018

from wxpy import *
bot = Bot(cache_path=True) # 保持登陆状态
@bot.register()
def reply_friend(msg):
print('接收:' + str(msg)) #打印接收到的消息
msg.reply("hello world") #回复消息
msg.reply_image('12.png') #回复图片
msg.reply_file(‘12.png') #回复文件
msg.reply_file('1.txt') #回复文件
embed()
以上是一个例,期望运行结果是不管谁发送过来的消息都直接回复,但是第六行可以发送消息成功,第七行可以发送图片成功,第八行把图片已文件的形式发送也可以成功,但是第九行文件就是发送不了,发送1.zip也是发送不了

wechaty
kis87988
kis87988 commented Aug 2, 2018

Provide Your Network Information

  1. Where is the location of your server? (i.e. City, or In/Out China)
    U.S.
  2. Which cloud platform(AliYun/Qcloud/DigitalOcean/etc) are you using?
    own machine

Run npm run doctor or wechaty run doctor(for docker user), paste output here

docker run in container

Expected behavior

bot.on('friendship', async friendship =>
tripleCC
tripleCC commented Oct 15, 2019

is_stack_frames_should_skip 判断逻辑有个疑问

bool is_stack_frames_should_skip(uintptr_t *frames, int32_t count, uint64_t malloc_size, uint32_t type_flags)
{
	// skip allocation events from mapped_file
	if (type_flags & memory_logging_type_mapped_file_or_shared_mem) {
		if (mmap_func_info.vm_str == 0) {
			Dl_info info = {0};
			dladdr((const void *)frames[0], &info);
			if (strcmp(info.dli

微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.

  • Updated Jun 19, 2020
  • C#
j0hnys
j0hnys commented Dec 28, 2018

Hello.

I am big fan of iview UI Toolkit and interested in a mobile friendly version of it, which as far as i can tell is this project. Is there any progress in translating everything to English?

Great work in general. Congratulations.

Improve this page

Add a description, image, and links to the wechat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wechat topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.