首页 > 微信
微信小程序 图片等比例 适应屏幕尺寸
index.wxml <view class="container"> <view class="matter"> <image wx:for="{{info}}" src="{{item.pic}}" style="width: {{imagewidth}}px; height: {{imageh ...
分类:微信   时间:2020-08-13 12:17:21    收藏:0  评论:0  赞:0  阅读:133
微信小程序对接通联支付
1.首先拿到通联支付开发API:https://aipboss.allinpay.com/know/devhelp/main.php?pid=15#mid=92 2.如果注册通联或者企业认证工作请到:文档说明》对接说明中,查看并且配置。 3.前提工作都准备好之后:首先下载参考demo,这样有助于开发 ...
分类:微信   时间:2020-08-12 18:55:50    收藏:0  评论:0  赞:0  阅读:407
rax学习(三):实现微信消息无限滚动列表之样式还原
仓库地址:rax-longlist 简单介绍一下 本次示例选择微信消息列表,旨在实现移动端的无限滚动。为了增加趣味性,来恶搞微信消息吧!!!本节来还原一下微信消息的静态页面,下一节实现功能。 需求 高度还原微信消息列表页面 群组消息、公众号消息、好友消息、微信运动消息、文件传输助手消息展示 本地引静 ...
分类:微信   时间:2020-08-12 00:48:21    收藏:0  评论:0  赞:0  阅读:116
小程序使用阿里巴巴图标库的方法
选择购物车的里的字体图标库 点击阿里巴巴图标库的购物车,来到此页面,点击添加项目 项目添加过后如图,点击font class累引入,点击查看在线链接,复制链接url访问在线链接 访问链接过后,页面展示的就是iconfont.css的源代码,复制页面全部css代码 在style文件夹下创建一个icon ...
分类:微信   时间:2020-08-12 00:46:23    收藏:0  评论:0  赞:0  阅读:125
小程序测试点分析
小程序测试技术小程序的特点 1.类似WEB.非HTML5 2.即用即走,随手可得 3.拥有离线能力 4.基于微信跨平台 5.媲美原生操作体验 小程序的入口 1.扫码进入小程序 2.搜索小程序 3.小程序发送到桌面(Android) 4.发送给朋友 小程序的架构 1.微信小程序的框架包含两部分,Vie ...
分类:微信   时间:2020-08-11 14:19:20    收藏:0  评论:0  赞:0  阅读:70
微信支付接入报错-[__NSArrayM enqueue:]: unrecognized selector sent to instance 0x28372d950
1、出现问题 -[__NSArrayM enqueue:]: unrecognized selector sent to instance 0x28372d950 2、解决 把这个上报关闭就可以了 ...
分类:微信   时间:2020-08-11 09:09:02    收藏:0  评论:0  赞:0  阅读:93
微信支付接入报错 +[WeChatApiUtil EncodeBase64:] in libWeChatSDK.a(WeChatApiUtil.o)
1、报错内容 Undefined symbols for architecture arm64: "operator new[](unsigned long)", referenced from: +[WeChatApiUtil EncodeBase64:] in libWeChatSDK.a(We ...
分类:微信   时间:2020-08-11 09:07:48    收藏:0  评论:0  赞:0  阅读:125
微信小程序记录
微信小程序-移动端小商城 项目说明: 微信小程序:实现一个移动端小商城,项目持续更新中... 使用技术:Weui.wxss 、 ES6 目录结构: weimall/ |-assets/ |- images/ |- plugins/ |- styles/ |- ... |-etc/ |- config ...
分类:微信   时间:2020-08-10 12:38:05    收藏:0  评论:0  赞:0  阅读:96
小程序做横向滑动 滑块 使用swiper
<scroll-view scroll-x="true" class='imgy' style="white-space: nowrap;"> <view wx:for='{{15}}' wx:key='index' wx:for-item='buyerItem' style=" display: ...
分类:微信   时间:2020-08-10 12:37:53    收藏:0  评论:0  赞:0  阅读:148
小程序 wxml 中 格式化时间
<wxs module="formatTime"> var formatTimeCoupon = function(times){ var date = getDate((times*1000)); var year = date.getFullYear() var month = date.get ...
分类:微信   时间:2020-08-10 11:18:28    收藏:0  评论:0  赞:0  阅读:394
微信小程序实现列表搜索功能
1、wxml代码: //搜索框 <input type='text' confirm-type='search' bindinput='input1' bindconfirm='confirm1' style='border:1px solid #f00'/> <view wx:for="{{hos ...
分类:微信   时间:2020-08-09 23:35:49    收藏:0  评论:0  赞:0  阅读:679
小程序获取云数据库集合的数据并显示在页面
参考了很多程序,按理说没什么毛病,数据确实也从云函数传到js里了,但传不到页面吖 先贴个代码,解决了再来更新www 云函数: // 云函数入口文件 //npm install --save wx-server-sdk const cloud = require('wx-server-sdk') cl ...
分类:微信   时间:2020-08-09 18:29:03    收藏:0  评论:0  赞:0  阅读:182
Ubuntu安装微信
安装deepin-wine 1 新建一个临时文件夹,用来存放deepin-wine的安装包 mkdir deepin-wine cd deepin-wine 2 使用wget 下载deepin-wine安装包 wget http://mirrors.aliyun.com/deepin/pool/no ...
分类:微信   时间:2020-08-09 11:08:27    收藏:0  评论:0  赞:0  阅读:114
微信消息模板推送
微信开发
分类:微信   时间:2020-08-08 00:57:51    收藏:0  评论:0  赞:0  阅读:104
小程序使用 editor 富文本编辑器填坑指南
富文本编辑器文档:https://developers.weixin.qq.com/miniprogram/dev/component/editor.html 最近在做小程序上的富文本编辑器功能,发现几个隐藏点: 1. 小程序中的 editor 组件本质上是集成了 quill 编辑器:https:/ ...
分类:微信   时间:2020-08-07 18:07:29    收藏:0  评论:0  赞:0  阅读:196
企业微信客户端开启开发者调试模式
官方地址:https://work.weixin.qq.com/api/doc/90000/90139/90315#%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1Windows%E7%89%88%E6%9C%AC%E8%B0%83%E8%AF%95 企业微信Windows版 ...
分类:微信   时间:2020-08-07 17:01:30    收藏:0  评论:0  赞:0  阅读:448
微信小程序上拉加载分页数据---包括tab选项卡切换
<template> <view class="container prohibition"> <view class="demo" :style="'height:' + demo.height + 'px;' + 'padding-top:' + demo.top + 'px;padding-b ...
分类:微信   时间:2020-08-07 12:41:48    收藏:0  评论:0  赞:0  阅读:107
微信小程序转化为uni-app项目
思维导航: 前言 miniprogram-to-uniapp项目介绍 第一步、在window上安装NPM包管理工具 第二步、初始化一个NPM模块 第三步、使用miniprogram-to-uniapp将微信小程序转化uni-app实例 文章正文: 前言: 之前自己做一个uni-app的项目的时候前端 ...
分类:微信   时间:2020-08-06 19:22:47    收藏:0  评论:0  赞:0  阅读:120
监控微信,钉钉告警脚本
监控微信,钉钉告警脚本
分类:微信   时间:2020-08-06 18:27:57    收藏:0  评论:0  赞:0  阅读:147
微信小程序使用async await的一些技巧
在小程序onLoad事件中使用getItems(this) 和this.getItems() getItems(this)对应的方法为 this.getItems()对应的方法为 在getItems(this)中使用await获取的返回数据在调试状态是undefined,但是下面是能用的 在this ...
分类:微信   时间:2020-08-06 12:36:55    收藏:0  评论:0  赞:0  阅读:186
16786条   上一页 1 ... 52 53 54 55 56 ... 840 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!