|
@@ -458,7 +458,7 @@ 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 + '&'+encodeURIComponent(this.userData.orgName);
|
|
|
|
|
|
+ let url = 'http://p.iscm.360arrow.com/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',
|