| | |
| | | m_storeModel.shoplist.Clear();
|
| | | m_storeModel.storeFuncType = StoreFunc.IntegralStore;
|
| | | OnCreate();
|
| | | RefreshResetTime();
|
| | | functionOrder = _integralStoreTitle.order;
|
| | | }
|
| | |
|
| | |
| | | m_storeModel.shoplist.Clear();
|
| | | m_storeModel.storeFuncType = StoreFunc.BindStore;
|
| | | OnCreate();
|
| | | RefreshResetTime();
|
| | | functionOrder = _bindStoreTitle.order;
|
| | | }
|
| | |
|
| | |
| | | m_storeModel.shoplist.Clear();
|
| | | m_storeModel.storeFuncType = StoreFunc.GrowStrongerStore;
|
| | | OnCreate();
|
| | | RefreshResetTime();
|
| | | functionOrder = _growStrongerStoreTitle.order;
|
| | | }
|
| | |
|
| | |
| | | m_storeModel.shoplist.Clear();
|
| | | m_storeModel.storeFuncType = StoreFunc.CommonStore;
|
| | | OnCreate();
|
| | | RefreshResetTime();
|
| | | functionOrder = _commonStoreTitle.order;
|
| | | }
|
| | |
|
| | |
| | | {
|
| | | m_storeModel.storeFuncType = StoreFunc.WeekStore;
|
| | | OnCreate();
|
| | | RefreshResetTime();
|
| | | functionOrder = _weekStoreTitle.order;
|
| | | }
|
| | |
|