1
This commit is contained in:
zeus
2025-09-21 19:39:45 +08:00
parent 25931a79bc
commit 7900feced4
14 changed files with 83 additions and 26 deletions
@@ -172,22 +172,7 @@ struct HomeView: View {
}
Spacer()
/* Button {
withAnimation{
isSubscriptionActive.toggle()
}
} label: {
Image(systemName: "slider.horizontal.3")
.font(.title2)
.padding(12)
.background(
RoundedRectangle(cornerRadius: 10)
.strokeBorder(.white.opacity(0.25),lineWidth: 1)
)
} */
if (paymentURLKey.count > 3){
// Text Bubble
@@ -1345,7 +1330,7 @@ struct HomeView: View {
// "userId", "fenzhanid", "imgstr", "phone"
let userInfo = UserManager.shared.getUserInfo()
body.append(convertFormField(named: "useremail", value: userInfo.email, boundary: boundary))
body.append(convertFormField(named: "fenzhanid", value: "6", boundary: boundary))
body.append(convertFormField(named: "fenzhanid", value: "6", boundary: boundary))
body.append(convertFormField(named: "info", value: clipboardText, boundary: boundary))