Commit 2face72e authored by Alex朱枝文's avatar Alex朱枝文

问卷分享

parent 8c1183ce
......@@ -31,7 +31,6 @@ class YHCustomerInformationQuestionnaireVC: YHBaseViewController {
private lazy var topImageView: UIImageView = {
let view = UIImageView(frame: CGRect(x: 0, y: 0, width: KScreenWidth, height: imageHeight))
// view.image = UIImage(named: "plan_question_top_old")
return view
}()
......@@ -147,7 +146,8 @@ class YHCustomerInformationQuestionnaireVC: YHBaseViewController {
}
@objc private func share() {
//
let url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge.html#/renewal-evaluation"
YHShareManager.shared.sendLinkContent("香港身份方案评估", "您的朋友邀请您进行香港身份申请到永居一站式解决方案评估,来试试吧", UIImage(named: "survey_share_icon") ?? UIImage(), link: url)
}
@objc private func submitButtonClick() {
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "survey_share_icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "survey_share_icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
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