Browse Source

修改bug

chenrui 11 months ago
parent
commit
3e2eb893dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/promotionManagement/promotionInfo/edit.vue

+ 1 - 1
src/views/promotionManagement/promotionInfo/edit.vue

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