|
@@ -54,8 +54,13 @@ void CDiandanPageUI::InitShow()
|
|
|
//展示选购页面
|
|
//展示选购页面
|
|
|
this->ShowXuangouPage();
|
|
this->ShowXuangouPage();
|
|
|
|
|
|
|
|
- //初始化结算页面的支付方式
|
|
|
|
|
- this->InitJiesuanZhifu();
|
|
|
|
|
|
|
+ if (m_is_zidingyizhifu_init == false)
|
|
|
|
|
+ {
|
|
|
|
|
+ //初始化结算页面的支付方式
|
|
|
|
|
+ this->InitJiesuanZhifu();
|
|
|
|
|
+
|
|
|
|
|
+ m_is_zidingyizhifu_init = true;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
void CDiandanPageUI::RefreshShow()
|
|
void CDiandanPageUI::RefreshShow()
|