Commit e130a0ad by xiaoqing.gu

修复主界面展示骑手图标不正确的bug 添加了新的骑手图片资源

parent b3ac26ab
...@@ -50,5 +50,6 @@ ...@@ -50,5 +50,6 @@
<file>icon_order_detail_close.png</file> <file>icon_order_detail_close.png</file>
<file>shift_off.png</file> <file>shift_off.png</file>
<file>shift_on.png</file> <file>shift_on.png</file>
<file>driver.png</file>
</qresource> </qresource>
</RCC> </RCC>
\ No newline at end of file
...@@ -1634,8 +1634,8 @@ bool NewMainForm::GetContext(QString &context) ...@@ -1634,8 +1634,8 @@ bool NewMainForm::GetContext(QString &context)
{ {
QString path = qApp->applicationDirPath(); QString path = qApp->applicationDirPath();
QString bakfilename = path + "/prtinfo/4.xml"; QString bakfilename = path + "/test_back.xml";
QString filename = path + "/prtinfo/1.xml"; QString filename = path + "/test_ticket.xml";
QLOG_DEBUG() << "bakfilename" << bakfilename; QLOG_DEBUG() << "bakfilename" << bakfilename;
QLOG_DEBUG() << "filename" << filename; QLOG_DEBUG() << "filename" << filename;
......
...@@ -79,7 +79,7 @@ void OrderTypeForm::InitChannelShow(QString order_id, int order_status, int refu ...@@ -79,7 +79,7 @@ void OrderTypeForm::InitChannelShow(QString order_id, int order_status, int refu
if(_drive_status == 1 && if(_drive_status == 1 &&
!(ordertype == CancelOrder || ordertype == ServiceOrder || ordertype == RefusedOrder || ordertype == CompleteRefundOrder || ordertype == CompleteOrder)) !(ordertype == CancelOrder || ordertype == ServiceOrder || ordertype == RefusedOrder || ordertype == CompleteRefundOrder || ordertype == CompleteOrder))
{ {
ui->ordertypelabel_type->setStyleSheet("#ordertypelabel_type{ border-image: url(:yy.png)}"); ui->ordertypelabel_type->setStyleSheet("#ordertypelabel_type{ border-image: url(:driver.png)}");
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment