@hbisty/qj-common 5.0.7 → 5.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -249,7 +249,7 @@ export default {
|
|
|
249
249
|
}
|
|
250
250
|
if (expData.contractBillcode) { //订单号
|
|
251
251
|
if (msg.mnslistBustypeExt.includes('buy_service_after_sale')) { //售后列表
|
|
252
|
-
const buyRefundPage = "/paas/bbc-cli-pc/index.html#/user?toPath=
|
|
252
|
+
const buyRefundPage = "/paas/bbc-cli-pc/index.html#/user?toPath=afterSalesSales&contractBillcode=" + expData.contractBillcode;
|
|
253
253
|
content = content.replace(expData.contractBillcode, `<a href="${buyRefundPage}">${expData.contractBillcode}</a>`)
|
|
254
254
|
} else { //订单列表
|
|
255
255
|
const buyOrderPage = "/paas/bbc-cli-pc/index.html#/user?toPath=order&contractBillcode=" + expData.contractBillcode;
|