瀏覽代碼

修改bug

chenrui 11 月之前
父節點
當前提交
3e2eb893dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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') {
             _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'