|
|
@@ -857,7 +857,7 @@
|
|
|
scene: "WXSceneSession",
|
|
|
type: 0,
|
|
|
href: this.$base.h5BaseUrl +
|
|
|
- `/#/pages/quote/quoteRecordDetail?ordersNo=${this.ordersNo}&from=share`,
|
|
|
+ `/#/pages/quote/quotation?ordersNo=${this.ordersNo}`,
|
|
|
title: `${this.companyName}${this.quoteYear}年的车险报价`,
|
|
|
summary: `${this.companyName}报价完成,保费:${this.costs.sumPremium}元,点击查看详情`,
|
|
|
imageUrl: "/static/image/zgcx.png",
|
|
|
@@ -882,7 +882,7 @@
|
|
|
var msg = plus.messaging.createMessage(plus.messaging.TYPE_SMS);
|
|
|
msg.to = [this.policyHolderInfo.name]; //投保人手机号
|
|
|
msg.body =
|
|
|
- `【${this.salesmanInfo.systemShortName}】尊敬的【${this.carInfoVo.licenseNo}】车主,${this.companyName}${this.quoteYear}年车险报价:${this.costs.sumPremium}元;联系人:${this.salesmanInfo.name} ${this.salesmanInfo.mobile},点击链接查看详情或电话咨询联系人${this.$base.h5BaseUrl + `/#/pages/quote/quoteRecordDetail?ordersNo=${this.ordersNo}&from=share`}`;
|
|
|
+ `【${this.salesmanInfo.systemShortName}】尊敬的【${this.carInfoVo.licenseNo}】车主,${this.companyName}${this.quoteYear}年车险报价:${this.costs.sumPremium}元;联系人:${this.salesmanInfo.name} ${this.salesmanInfo.mobile},点击链接查看详情或电话咨询联系人${this.$base.h5BaseUrl + `/#/pages/quote/quotation?ordersNo=${this.ordersNo}`}`;
|
|
|
plus.messaging.sendMessage(msg);
|
|
|
// #endif
|
|
|
// #ifdef H5
|
|
|
@@ -896,7 +896,7 @@
|
|
|
copyLink() {
|
|
|
uni.setClipboardData({
|
|
|
data: this.$base.h5BaseUrl +
|
|
|
- `/#/pages/quote/quoteRecordDetail?ordersNo=${this.ordersNo}&from=share`, //要被复制的内容
|
|
|
+ `/#/pages/quote/quotation?ordersNo=${this.ordersNo}`, //要被复制的内容
|
|
|
success: () => { //复制成功的回调函数
|
|
|
uni.showToast({ //提示
|
|
|
icon: 'none',
|