摘要:
<uni-swipe-action> <view v-for="(item,index) in noticeList" :key="item.id" style="margin-top: 30upx;"> <uni-swipe-action-item class="swipe-action-item 阅读全文
posted @ 2023-11-03 11:15
熬夜的布偶猫#
阅读(1657)
评论(0)
推荐(0)
摘要:
1.app里面代码 app向小程序路径传参的时候,如果太长或者是里面有特殊符号建议先使用编码然后再小程序端解码实现传送(编码代码如下) encodeURIComponent(JSON.stringify(params)) // 编码 JSON.parse(decodeURIComponent(opt 阅读全文
posted @ 2023-11-03 10:57
熬夜的布偶猫#
阅读(950)
评论(0)
推荐(0)