|
@@ -458,14 +458,15 @@ export default {
|
|
let verifyId = Date.now()+this.nanoid();
|
|
let verifyId = Date.now()+this.nanoid();
|
|
this.verifyIdNum = verifyId
|
|
this.verifyIdNum = verifyId
|
|
let settlement=this.chooseTotalPayPrice - this.backDiscountVal
|
|
let settlement=this.chooseTotalPayPrice - this.backDiscountVal
|
|
- let url = 'http://p.iscm.360arrow.com/dzd/index.html?' + this.userData.orgSn + '&'+verifyId;
|
|
|
|
|
|
+ let jumpUrl = getApp().globalData.baseUrl.replace('qpls-md/','')
|
|
|
|
+ let url = jumpUrl +'dzd/index.html?' + this.userData.orgSn + '&'+verifyId;
|
|
if (uni.getSystemInfoSync().platform == 'ios') {
|
|
if (uni.getSystemInfoSync().platform == 'ios') {
|
|
uni.share({
|
|
uni.share({
|
|
provider: 'weixin',
|
|
provider: 'weixin',
|
|
scene: 'WXSceneSession',
|
|
scene: 'WXSceneSession',
|
|
type: 0,
|
|
type: 0,
|
|
href: url,
|
|
href: url,
|
|
- title: this.customerObj.customerName,
|
|
|
|
|
|
+ title: this.customerObj.customerName+'的对账单',
|
|
summary: '共' + settlement + '元,请您查阅',
|
|
summary: '共' + settlement + '元,请您查阅',
|
|
imageUrl: '../../static/logo.png',
|
|
imageUrl: '../../static/logo.png',
|
|
success: (res)=> {
|
|
success: (res)=> {
|