zhangyang 3 years ago
parent
commit
001e6b9214

+ 3 - 3
bin/Win32/Debug/zhipuzi_pos_windows/skin/shangpin_page.xml

@@ -4,16 +4,16 @@
 		<HorizontalLayout>
 			<Control width="1" bkcolor="#FFD1D1D1"></Control>
 			
-			<VerticalLayout width="320" bkcolor="#FFFFFFFF">				
+			<VerticalLayout width="350" bkcolor="#FFFFFFFF">				
 				<HorizontalLayout height="60" width="380" padding="0,80,0,0">
-					<Button name="shangpin_page_add_btn" width="290" height="60" padding="15,0,15,0" text="新建商品" textcolor="#FFFFFFFF" normalimage="file='btn_green_zhengchang.png' corner='5,5,5,5'" hotimage="file='btn_green_xuanfu.png' corner='5,5,5,5'" pushedimage="file='btn_green_dianji.png' corner='5,5,5,5'" />
+					<Button name="shangpin_page_add_btn" width="320" height="60" padding="15,0,15,0" text="新建商品" textcolor="#FFFFFFFF" normalimage="file='btn_green_zhengchang.png' corner='5,5,5,5'" hotimage="file='btn_green_xuanfu.png' corner='5,5,5,5'" pushedimage="file='btn_green_dianji.png' corner='5,5,5,5'" />
 				</HorizontalLayout>
 				
 				<Control></Control>
 				
 				<HorizontalLayout height="30" padding="0,0,0,80">
 					<Control></Control>
-					<Control bkimage="beizhu_tishi.png" width="24" height="24" padding="50,2,10,0"></Control>
+					<Control bkimage="beizhu_tishi.png" width="24" height="24" padding="60,2,10,0"></Control>
 					<Label text="推荐使用web后台管理商品" width="350" align="left" textcolor="#FF8D8D8D"></Label>
 					<Control></Control>
 				</HorizontalLayout>

+ 1 - 1
zhipuzi_pos_windows/page/CHuiyuanPageUI.cpp

@@ -893,5 +893,5 @@ void CHuiyuanPageUI::StartJiedong()
 void CHuiyuanPageUI::HideError()
 {
 	CLabelUI* m_pLabel = static_cast<CLabelUI*>(this->FindSubControl(_T("errorinfo")));
-	m_pLabel->SetVisible(true);
+	m_pLabel->SetVisible(false);
 }