Commit 6a749cd6 authored by zhangyuan's avatar zhangyuan

到实际

parent ecb739a0
...@@ -40,10 +40,10 @@ class SharePage extends React.Component { ...@@ -40,10 +40,10 @@ class SharePage extends React.Component {
/** 唤端 */ /** 唤端 */
toApp = _asyncThrottle(() => { toApp = _asyncThrottle(() => {
if (CFG.inviteCode) { // if (CFG.inviteCode) {
copyToClipboard(CFG.inviteCode); // copyToClipboard(CFG.inviteCode);
Toast.show("复制成功") // Toast.show("复制成功")
} // }
if (CFG.channel === CHANNEL.HXBANK) { if (CFG.channel === CHANNEL.HXBANK) {
// 华夏银行 可唤端 不可带参 // 华夏银行 可唤端 不可带参
} else if (CFG.channel === CHANNEL.HXLC) { } else if (CFG.channel === CHANNEL.HXLC) {
......
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 to comment