|
@@ -470,7 +470,7 @@ export default {
|
|
|
}
|
|
|
} else if (res.data.contentType == 'LINK') {
|
|
|
_this.form.contentLink = res.data.content
|
|
|
- _this.form.linkType = '1'
|
|
|
+ _this.form.linkType = res.data.content != '/pagesB/promoDetail' ? '2' : '1'
|
|
|
if (res.data.promoRule) {
|
|
|
_this.isShowNextStep = true
|
|
|
_this.sellForm.range = '1'
|