|
@@ -348,7 +348,7 @@ class INRecorderController: BFBaseViewController {
|
|
|
}
|
|
|
|
|
|
@objc func addwxAction(){
|
|
|
- let alertv = UIAlertController(title: "让我们成为微信好友", message: "我的微信号是:cjz_0216,无论你遇到什么问题,还是有功能建议,我都真诚的期待和你聊天。", preferredStyle: .alert)
|
|
|
+ let alertv = UIAlertController(title: "添加微信好友", message: "\n遇到问题?功能建议?真诚期待和你聊天,请加微信 cjz_0216", preferredStyle: .alert)
|
|
|
let sureAction = UIAlertAction(title: "复制微信号", style: .default, handler: { action in
|
|
|
UIPasteboard.general.string = "cjz_0216"
|
|
|
cShowHUB(superView: nil, msg: "已复制到剪切板")
|