xia 4 éve
szülő
commit
2330a397a1

+ 1 - 1
src/views/put/landing/add.vue

@@ -4,7 +4,7 @@
       <div class="step-container">
         <a-steps :current="stepCurrent">
           <a-step title="填写基本信息" />
-          <a-step title="编辑内容" />
+          <a-step title="编辑内容1" />
         </a-steps>
       </div>
       <div class="step-content-container">

+ 1 - 1
src/views/put/landing/stepComp/step-one.vue

@@ -147,7 +147,7 @@ const StepOne = defineComponent({
         bid: "",
         domain: "",
         company_name: "",
-        link_source: "uc",
+        link_source: "tiktok",
         gzh_suffix_mode: 0,
         gzh_suffix: "",
         jump_type: "copy_name",

+ 4 - 6
src/views/put/landing/stepComp/step-two.vue

@@ -119,9 +119,9 @@
             <div :class="['img-item', index == temChecked ? 'current' : '']">
               <a-popover title="预览" trigger="click">
                 <template #content>
-                  <img :src="item.link" />
+                  <img :src="item.link"/>
                 </template>
-                <img :src="item.link" @click="chooseImg(item, index)" />
+                <img :src="item.link" @click="chooseImg(item, index)"  width="144"/>
               </a-popover>
             </div>
           </a-list-item>
@@ -280,7 +280,7 @@ const StepTwo = defineComponent({
       const data = {
         head_img: state.chooseImgUrl,
         body_template_id: state.templateItemChecked.id,
-        content: JSON.stringify(content).replace(/[\\]/g, ""),
+        content: JSON.stringify(content),
       };
       emit("next", data);
     };
@@ -318,9 +318,7 @@ export default StepTwo;
     border-radius: 6px;
     overflow: hidden;
     position: relative;
-    image {
-      width: 144px;
-    }
+    
     &.current {
       border: 2px solid #006eff;
       &::after {