显示的文件名随便改
小程序选择图片后临时文件的名字太长,可以修改吗?小程序选择图片后临时文件的名字太长,可以修改吗?
05-22用 crypto-js 库。GCM模式你自己改就行 import CryptoJS from 'crypto-js' export const getAesString = (data, key, iv) => { //加密 let keys = CryptoJS.enc.Utf8.parse(key) let vis = CryptoJS.enc.Utf8.parse(iv) let encrypt = CryptoJS.AES.encrypt(data, keys, { iv: vis, //iv偏移量 CBC需加偏移量 mode: CryptoJS.mode.CBC, //CBC模式 // mode: CryptoJS.mode.ECB, //ECB模式 padding: CryptoJS.pad.Pkcs7 //padding处理 }); // debugger return encrypt.toString(); //加密完成后,转换成字符串 }
aes-128-gcm 微信小程序如何实现这种加密方式?在微信小程序中使用 import crypto from 'crypto' 会报错,查了资料说不支持用不了,我要在小程序使用 aes-128-gcm 加密,应该怎么做?
05-15已经支持同层了就建议你用view就好了。我做过
map组件的自定义气泡customCallout中添加button,但是button点击事件不触发?[图片]
05-15无法
小程序胶囊的重新进入如何将options清空?小程序胶囊的重新进入如何将options清空
05-15[图片] 你才1级。你急什么
求拉微信开放社区开发者群?求拉进微信开放社区群,万分感谢
05-15提示音是微信App端设置的。无法通过接口自定义
消息模版可以自定义设置用户提示音么?https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html
05-15canvas也支持同层渲染了,view也能挡住canvas。以真机为准,模拟器模拟的canvas和真机不一样
scroll-view父级cover-view且外层fixed滚动时scroll-view无法固定?scroll-view父级cover-view且外层fixed滚动时scroll-view无法固定? 要实现顶部fixed,最外层cover-view 固定在顶部,内层用scroll-view左右滚动。 问题:页面上下滚动时,scroll-view也一起上下滚动了。 [图片] 代码: <cover-view class="tab-bar"> <scroll-view scroll-x="true" enhanced="true" enable-flex="{{true}}" using-sticky="{{true}}" show-scrollbar="{{true}}" scroll-with-animation="{{true}}" class="scroll-view"> <cover-view class="tab-box"> <cover-view class="tab {{day == item.day ? 'active' : ''}}" wx:for="{{dayList}}" wx:key="date" wx:for-index="idx" wx:for-item="item" bindtap="tabsChange" data-value="{{item.day}}"> <cover-view class="tab-name">{{item.date}}</cover-view> <cover-view class="tab-label">{{item.week}}</cover-view> <cover-view class="tab-label"">{{item.tide_size}}</cover-view> </cover-view> </cover-view> </scroll-view> </cover-view> 样式: .tab-bar{position: fixed;left: 0;right: 0;z-index: 99;background-color: #0052D9;height: 54px;} .tab-box{width: 1500rpx;display: flex;align-items: flex-start;justify-content: flex-start;} .tab-bar .tab{padding: 6rpx 4rpx 10rpx;margin-right:2rpx;color: #fff;border-radius: 6rpx; text-align: center; width: 90rpx; } .tab-bar .tab .tab-name{text-align: center;font-size: 28rpx;} .tab-bar .tab .tab-label{font-size: 20rpx;text-align: center;} .tab-bar .tab.active{background-color: #1A71FF;}
05-15[图片]
无法支持视频格式?这个官方组件可以弄出支持视频上传渲染吗https://developers.weixin.qq.com/miniprogram/dev/component/editor.html
05-14内存满了,改大点试试。还是不行就是你电脑内存满了,要加内存条/换电脑了 [图片]
模拟器memory access out of bounds,但是真机能跑起来,这是为啥?开发者工具的模拟器报MiniProgramError memory access out of bounds RuntimeError: memory access out of bounds。 但是真机测试没有报错,这样打包出来会有问题吗?
05-14Knowledge is priceles
有人可以讲解小程序代码吗?有偿微:19847592264
05-14