|
@@ -455,7 +455,7 @@ export default {
|
|
|
let verifyId = Date.now()+this.nanoid();
|
|
|
this.verifyIdNum = verifyId
|
|
|
let settlement=this.chooseTotalPayPrice - this.backDiscountVal
|
|
|
- let url = 'http://p.iscm.360arrow.com/dzd/index.html?userSn=' + this.userData.orgSn + '&verifySn='+verifyId + '&name='+this.userData.orgName;
|
|
|
+ let url = 'http://p.iscm.360arrow.com/dzd/index.html?userSn=' + this.userData.orgSn + '&verifySn='+verifyId + '&name='+encodeURIComponent(this.userData.orgName);
|
|
|
if (uni.getSystemInfoSync().platform == 'ios') {
|
|
|
uni.share({
|
|
|
provider: 'weixin',
|