Authored by 肖亚东

直接参加限制

... ... @@ -724,6 +724,14 @@ Page(Object.assign({
this.goHome();
},
restartSelfShare() {
if (this.data.isApp) {
wx.showModal({
title: '',
content: '请打开有货APP参与活动',
showCancel: false
})
return;
}
this.reload();
},
goHome() {
... ...