|
|
@@ -2971,7 +2971,7 @@ let ordersNo = ref('')
|
|
|
let shareImageUrl = ref('')
|
|
|
const handleShare = async (scope: any) => {
|
|
|
ordersNo.value = scope;
|
|
|
- shareImageUrl.value = await QRCode.toDataURL(`https://tennat.baoxianzhanggui.com/text_h5/#/pages/quote/quoteRecordDetail?ordersNo=${scope}&from=share`, {
|
|
|
+ shareImageUrl.value = await QRCode.toDataURL(`https://tennat.baoxianzhanggui.com/test_h5/#/pages/quote/quoteRecordDetail?ordersNo=${scope}&from=share`, {
|
|
|
width: 150,
|
|
|
margin: 2
|
|
|
});
|
|
|
@@ -3020,7 +3020,7 @@ const handleCancelPayment = (scope: any) => {
|
|
|
const handleCopyLink = async () => {
|
|
|
shareShow.value = false
|
|
|
try {
|
|
|
- await navigator.clipboard.writeText(`https://tennat.baoxianzhanggui.com/text_h5/#/pages/quote/quoteRecordDetail?ordersNo=${ordersNo.value}&from=share`);
|
|
|
+ await navigator.clipboard.writeText(`https://tennat.baoxianzhanggui.com/test_h5/#/pages/quote/quoteRecordDetail?ordersNo=${ordersNo.value}&from=share`);
|
|
|
ElMessage({
|
|
|
message: '复制成功!',
|
|
|
type: 'success'
|