|
@@ -52,6 +52,7 @@ const WuBianConstKey = {
|
|
|
FastBuyArtId: 'WubianFastBuyArtId',
|
|
FastBuyArtId: 'WubianFastBuyArtId',
|
|
|
FastBuyArtPrice: 'WubianFastBuyArtPrice',
|
|
FastBuyArtPrice: 'WubianFastBuyArtPrice',
|
|
|
FastBuyArtAmount: 'WubianFastBuyArtAmount',
|
|
FastBuyArtAmount: 'WubianFastBuyArtAmount',
|
|
|
|
|
+ FastBuyArtInfo: 'WubianFastBuyArtInfo',
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const gUserAgent = `Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Html5Plus/1.0 (Immersed/20) uni-app`;
|
|
const gUserAgent = `Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Html5Plus/1.0 (Immersed/20) uni-app`;
|
|
@@ -867,6 +868,7 @@ function handleFirstArtInfo() {
|
|
|
} else {
|
|
} else {
|
|
|
if (isFastBuyCaptureEnabled()) {
|
|
if (isFastBuyCaptureEnabled()) {
|
|
|
magicJS.data.write(WuBianConstKey.FastBuyArtId, artInfo.artId);
|
|
magicJS.data.write(WuBianConstKey.FastBuyArtId, artInfo.artId);
|
|
|
|
|
+ magicJS.data.write(WuBianConstKey.FastBuyArtInfo, artInfo);
|
|
|
magicJS.notification.appendNotifyInfo(`🎉产品[${artInfo.title}]快捷购买数据采集成功!`);
|
|
magicJS.notification.appendNotifyInfo(`🎉产品[${artInfo.title}]快捷购买数据采集成功!`);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|