摘要: 当分享按钮在子组件时,子组件不是页面,没有配置pages,所以在子组件设置enableShareAppMessage:true无效 所以父组件设置enableShareAppMessage:true,子组件使用 useShareAppMessage((res) => { console.log("u 阅读全文
posted @ 2020-10-21 18:14 Nyan 阅读(1279) 评论(0) 推荐(0) 编辑
摘要: .text { white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; } 阅读全文
posted @ 2020-10-21 14:50 Nyan 阅读(4573) 评论(0) 推荐(0) 编辑
摘要: 使用ScrollView,onScroll,scrollTop属性设置Math.random()(0-1)之间实现 import React, { useState } from 'react' import { View, Input, ScrollView, Text } from '@taro 阅读全文
posted @ 2020-10-21 14:26 Nyan 阅读(2409) 评论(0) 推荐(0) 编辑