Commit 0d101d3f authored by 郭志伟's avatar 郭志伟

Merge branch 'fix/coupon' into fix/goods

# Conflicts:
#	package-lock.json
#	package.json
parents c06e7e7d 225f706d
registry=http://npmprivate.quantgroups.com/
\ No newline at end of file
......@@ -122,6 +122,10 @@ export default {
}
},
onShareOverlayClick() {
if(this.pageInfo.diversion){
window.location.href = this.pageInfo.diversion;
return;
}
if (isH5Normal) {
const fromHost = getParameterByName('fromHost', window.location.href);
const loginUrl = `${fromHost}/login?redirectUrl=${window.location.href}`;
......
......@@ -15,4 +15,6 @@ export default {
'/tPICMyeJfv.txt': fs.readFileSync(path.join(__dirname, '/wxVertify/tPICMyeJfv.txt')),
'/UBRJar2pST.txt': fs.readFileSync(path.join(__dirname, '/wxVertify/UBRJar2pST.txt')),
'/yB3tnMTnRc.txt': fs.readFileSync(path.join(__dirname, '/wxVertify/yB3tnMTnRc.txt')),
'/gAnCcSGwFu.txt': fs.readFileSync(path.join(__dirname, '/wxVertify/gAnCcSGwFu.txt')),
'/qqCExxuPJ7.txt': fs.readFileSync(path.join(__dirname, '/wxVertify/qqCExxuPJ7.txt')),
};
a8ae84f68ea72f82beff325a59fd2c58
\ No newline at end of file
a1da927722f735a09065407e32beb56a
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment