|
@@ -276,7 +276,8 @@ var API = __webpack_require__(/*! @/config/api */ 47);var _default =
|
|
|
// 分享获取参数
|
|
|
var shareParams = decodeURIComponent(options.shareParams);
|
|
|
var shareId = shareParams.split(':')[0];
|
|
|
- NET.request(API.getQrcodeInfo, { shareId: shareId }, 'POST').then(function (res) {
|
|
|
+ var shareType = shareParams.split(':')[1];
|
|
|
+ NET.request(API.getQrcodeInfo, { shareId: shareId, shareType: shareType }, 'POST').then(function (res) {
|
|
|
if (res.status == 50000) {
|
|
|
_this.$refs.uTips.show({
|
|
|
title: res.message,
|