This commit is contained in:
@@ -217,9 +217,9 @@ export default {
|
||||
},
|
||||
shareOrder() {
|
||||
// 构建分享链接(包含订单号和客户ID)
|
||||
const baseUrl = getApp().globalData.h5BaseUrl || 'https://你的域名'
|
||||
const h5BaseUrl = 'https://sales.violin-work.online/h5'
|
||||
const customerId = this.order.customerId || ''
|
||||
const shareUrl = `${baseUrl}/#/pages/share/order?orderNo=${this.order.orderNo}&customerId=${customerId}`
|
||||
const shareUrl = `${h5BaseUrl}/#/pages/share/order?orderNo=${this.order.orderNo}&customerId=${customerId}`
|
||||
|
||||
// 复制链接到剪贴板
|
||||
uni.setClipboardData({
|
||||
|
||||
Reference in New Issue
Block a user