✨ feat(打开传统码单):
This commit is contained in:
parent
8201099a43
commit
9ff8cb9671
@ -46,7 +46,7 @@ export const GetReturnPayCode = () => {
|
|||||||
*/
|
*/
|
||||||
export const GetCodePic = () => {
|
export const GetCodePic = () => {
|
||||||
return useRequest({
|
return useRequest({
|
||||||
url: '/caphtml-order',
|
url: '/xima-caphtml/caphtml-order',
|
||||||
base_url: CAP_HTML_TO_IMAGE_BASE_URL,
|
base_url: CAP_HTML_TO_IMAGE_BASE_URL,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
})
|
})
|
||||||
|
|||||||
@ -301,7 +301,7 @@ const Order = () => {
|
|||||||
[orderDetail],
|
[orderDetail],
|
||||||
)
|
)
|
||||||
return (
|
return (
|
||||||
<MoveBtn orderObj={orderDetail} showList={['order']} messageTitle={orderDetail?.order_no} messagePath={`/pages/order/index?id=${orderDetail?.id}`} showCart>
|
<MoveBtn orderObj={orderDetail} showList={['order', 'code']} messageTitle={orderDetail?.order_no} messagePath={`/pages/order/index?id=${orderDetail?.id}`} showCart>
|
||||||
<View className={styles.order_main}>
|
<View className={styles.order_main}>
|
||||||
{(orderDetail?.status != SaleorderstatusWaitingPrePayment.value && <OrderState picUrl={orderDetail?.picUrl} orderInfo={orderDetail} />) || (
|
{(orderDetail?.status != SaleorderstatusWaitingPrePayment.value && <OrderState picUrl={orderDetail?.picUrl} orderInfo={orderDetail} />) || (
|
||||||
<AdvanceOrderState orderInfo={orderDetail} onRefresh={refresh} />
|
<AdvanceOrderState orderInfo={orderDetail} onRefresh={refresh} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user