Commit 5fcb7d55 by Denglingling

修改【错误】弹窗字体大小

parent c3e68063
......@@ -91,11 +91,12 @@ const styles = StyleSheet.create({
alignItems: 'center'
},
main_txt: {
fontSize: 14,
fontSize: 16,
fontFamily: font_family_regular,
color: '#fafafa',
backgroundColor: '#3d3e3d',
paddingHorizontal: 10,
paddingVertical: 2,
textAlign: 'center'
},
......
......@@ -44,9 +44,7 @@ class SubSuccPage extends Component {
let {orderVal} = this.state
if(orderVal) {
// 有订单号
console.warn('复制订单号并返回主页')
let { orderVal } = this.state
console.log('---orderNumber---', orderVal, typeof orderVal)
Clipboard.setString(orderVal)
// 获取复制的值
let str = await Clipboard.getString()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment