// // GoodsDetailsPayV.m // Asteria // // Created by 王猛 on 2023/12/27. // #import "GoodsDetailsPayV.h" #import "AlertMyCartDeleteV.h" @implementation GoodsDetailsPayV - (void)tt_setupViews{ [self addSubview:self.titleLab]; self.titleLab.frame = CGRectMake(10, 10, self.mj_w-20, 20); NSArray *imgAry = @[@"goods_pay_paypal",@"goods_pay_afterpay"]; for (int i = 0; i