feature GFRS-3716 修改分享内容

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-09-13 14:49:05 +08:00
parent 3b16e035e3
commit 4e50e258d1

View File

@@ -452,7 +452,7 @@ export default {
flag: 'share',
extra: {
title: `国富人寿电子投保单(${shareName})付款`,
content: '付款进行',
content: '投保单号:'+ localStorage.orderNo + '\n' + '支付金额100.00元',
url: location.origin + '/#/sale/payMent?orderNo=' + localStorage.orderNo + '&token=' + localStorage.token,
img: this.$assetsUrl + 'images/logo.png'
}