Commit e5b7c89153a6e474d81c2791c2f4b664bc90d51d

Authored by liushiyu
1 parent 17f354e1

0.1.2

CNLivePayCostModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLivePayCostModule'
11   - s.version = '0.1.1'
  11 + s.version = '0.1.2'
12 12 s.summary = 'A short description of CNLivePayCostModule.'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLivePayCostModule/Classes/View/CNLivePayCostContentView.m
... ... @@ -476,7 +476,7 @@ static NSString *const CNActiveContentPayViewIdentifier = @"CNActiveContentPayVi
476 476 @{@"image":@"gz_shanchu",@"text":@"需要付款"},
477 477 @{@"image":@"",@"text":@""},
478 478 @{@"image":@"ye_zfIcon",@"text":@"中国网家家"},
479   - @{@"image":@"tsq_ylzf",@"text":@"银联支付"},
  479 +// @{@"image":@"tsq_ylzf",@"text":@"银联支付"},
480 480 @{@"image":@"dd_weixin",@"text":@"微信"},
481 481 @{@"image":@"dd_zhifubao",@"text":@"支付宝"},
482 482 ]];
... ...