Browse Source

提示语

liuzhenxing1118 2 years ago
parent
commit
6a6b335967
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ChineseMedicine/Controller/VippayViewController.m

+ 1 - 1
ChineseMedicine/Controller/VippayViewController.m

@@ -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(), ^{