|
@@ -304,7 +304,7 @@
|
|
|
});
|
|
|
#else
|
|
|
if ([ERequest isSuccessWithResult:result]){
|
|
|
- [weak_self makeToast:result[KEY_MESSAGE]];
|
|
|
+ [weak_self makeToast:SK_NSLOCALIZED_STRING(@"pay_success", nil)];
|
|
|
[[ChineseMedicineManager shared] requestPayInfo:^(BOOL isOK) {
|
|
|
weak_self.mVippayResult = isOK;
|
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|