✨ feat(打开传统码单):
This commit is contained in:
parent
8201099a43
commit
9ff8cb9671
@ -46,7 +46,7 @@ export const GetReturnPayCode = () => {
|
||||
*/
|
||||
export const GetCodePic = () => {
|
||||
return useRequest({
|
||||
url: '/caphtml-order',
|
||||
url: '/xima-caphtml/caphtml-order',
|
||||
base_url: CAP_HTML_TO_IMAGE_BASE_URL,
|
||||
method: 'post',
|
||||
})
|
||||
|
||||
@ -301,7 +301,7 @@ const Order = () => {
|
||||
[orderDetail],
|
||||
)
|
||||
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}>
|
||||
{(orderDetail?.status != SaleorderstatusWaitingPrePayment.value && <OrderState picUrl={orderDetail?.picUrl} orderInfo={orderDetail} />) || (
|
||||
<AdvanceOrderState orderInfo={orderDetail} onRefresh={refresh} />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user