From c8804ceb1fe2dea76f9949c5ea04423876ee2c81 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 28 六月 2024 14:02:47 +0800 Subject: [PATCH] 2024-06-28 --- src/views/appcheck/index.jsx | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/appcheck/index.jsx b/src/views/appcheck/index.jsx index 3154996..c1a2e1e 100644 --- a/src/views/appcheck/index.jsx +++ b/src/views/appcheck/index.jsx @@ -84,6 +84,8 @@ } cell.copyright = _param.copyright || '' cell.logo = _param.logo || '' + cell.wxAppId = _param.wxAppId || '' + cell.wxAppName = _param.wxAppName || '' } return cell @@ -193,6 +195,8 @@ </Col> <Col span={12}> <div className="app-item"> + {item.wxAppName ? <div className="label">鍏宠仈鍏紬鍙�:</div> : null} + {item.wxAppName ? <div className="content">{item.wxAppName}</div> : null} </div> </Col> <Col span={12}> @@ -238,7 +242,7 @@ </Col> </Row> <div className="action"> - <Paragraph style={{display: 'inline-block', margin: 0}} copyable={{ text: `${window.GLOB.baseurl}${item.typename === 'pad' ? 'mob' : item.typename}/index.html#/index/${this.state.selectApp.kei_no}/${item.typename !== 'pc' ? item.typename + '/' : ''}${item.lang}` }}></Paragraph> + <Paragraph style={{display: 'inline-block', margin: 0}} copyable={{ text: `${window.GLOB.baseurl}${item.typename === 'pad' ? 'mob' : item.typename}/index.html#/index/${this.state.selectApp.kei_no}/${item.typename !== 'pc' ? item.typename + '/' : ''}${item.lang}${item.wxAppId ? '/' + item.wxAppId : ''}` }}></Paragraph> </div> </div> ) -- Gitblit v1.8.0