|
@@ -346,7 +346,7 @@
|
|
|
'长按识别二维码',
|
|
|
'background-color: #FF4351; color:#fff;'
|
|
|
]
|
|
|
- , content: '<img src="{{theme_asset('app/images/online2021/qrcode_job_order.png')}}" style="width:100%;" />'
|
|
|
+ , content: '<img src="{{theme_asset('app/mobile/images/online2021/qrcode_job_order.png')}}" style="width:100%;" />'
|
|
|
});
|
|
|
});
|
|
|
$('.company_order').click(function () {
|
|
@@ -356,7 +356,7 @@
|
|
|
'长按识别二维码',
|
|
|
'background-color: #FF4351; color:#fff;'
|
|
|
]
|
|
|
- , content: '<img src="{{theme_asset('app/images/online2021/qrcode_company_order.jpg')}}" style="width:100%;" />'
|
|
|
+ , content: '<img src="{{theme_asset('app/mobile/images/online2021/qrcode_company_order.jpg')}}" style="width:100%;" />'
|
|
|
});
|
|
|
});
|
|
|
|