|
@@ -640,7 +640,7 @@
|
|
|
|
|
|
//查看活动是否下架
|
|
|
getActDetailList() { //获取活动状态
|
|
|
- if(!GetRequest().tagId){
|
|
|
+ if(GetRequest().type == 1){
|
|
|
getActDetailList(GetRequest().token).then(res => {
|
|
|
this.$toast.clear();
|
|
|
if (res.status === 0) {
|
|
@@ -879,6 +879,7 @@
|
|
|
gotoUrl,
|
|
|
shareImg
|
|
|
} = this.shareInfo;
|
|
|
+ console.log(title, content, `${baseUrl}/h5/microserviceUserH5/vcloud/actFissionShare.html?username=${result}&strategyId=${this.strategyId}&tagId=${GetRequest().tagId}`, shareImg)
|
|
|
if (isAndroid) {
|
|
|
window.native.share(title, content, `${baseUrl}/h5/microserviceUserH5/vcloud/actFissionShare.html?username=${result}&strategyId=${this.strategyId}&tagId=${GetRequest().tagId}`, shareImg)
|
|
|
} else if (isIOS) {
|