|
@@ -16,6 +16,7 @@
|
|
|
<a-radio-button value="3">获取电商下单</a-radio-button>
|
|
|
<a-radio-button value="4">推广品牌活动</a-radio-button>
|
|
|
<a-radio-button value="5">收集销售线索</a-radio-button>
|
|
|
+ <a-radio-button value="7">提高应用活跃</a-radio-button>
|
|
|
</a-radio-group>
|
|
|
</a-form-item>
|
|
|
|
|
@@ -135,10 +136,11 @@ export default {
|
|
|
localStorage.setItem('campaignList', res.result)
|
|
|
localStorage.setItem('campaignType', this.type)
|
|
|
this.loading = false
|
|
|
- this.$bus.$emit('remove', '/creat/creatCampaign')
|
|
|
this.$router.push({
|
|
|
path: '/creat/creatUnit',
|
|
|
})
|
|
|
+ this.$bus.$emit('remove', '/creat/creatCampaign')
|
|
|
+
|
|
|
} else {
|
|
|
this.$message.error(res.message)
|
|
|
this.loading = false
|
|
@@ -188,6 +190,13 @@ export default {
|
|
|
this.showUrlType = false
|
|
|
this.showChannelType = true
|
|
|
}
|
|
|
+ if (this.type == 7) {
|
|
|
+ this.promotionName = '提高应用活跃'
|
|
|
+ this.showApp = false
|
|
|
+ this.showRedirect = true
|
|
|
+ this.showUrlType = false
|
|
|
+ this.showChannelType = true
|
|
|
+ }
|
|
|
this.campaignName = this.promotionName + '_' + moment(new Date())
|
|
|
},
|
|
|
handleChange(value) {
|