Prechádzať zdrojové kódy

报价详情-分享报价单链接修正

@dongkboy 2 týždňov pred
rodič
commit
cb15432298

+ 1 - 1
pages/quote/quotation.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class='page'>
 		<view class="" id="panelcanvas">
-			<image class="back" :src="detailbackimg" mode=""></image>
+			<image class="paymentCode-back" :src="detailbackimg" mode=""></image>
 			<uni-NavBar headerTitle="报价单" background="transparent" :isShared="false" :isSlot="false"
 				@share="share"></uni-NavBar>
 			<view class="header-title dis a-c j-s ">

+ 3 - 3
pages/quote/quoteRecordDetail.vue

@@ -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',