kid 2 weeks ago
parent
commit
b5cc05293d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      seller/src/views/shop/shopSetting.vue

+ 2 - 2
seller/src/views/shop/shopSetting.vue

@@ -190,7 +190,7 @@
190 190
                 style="width: 40%"
191 191
               />
192 192
             </FormItem>
193
-            <FormItem label="平台" prop="address">
193
+            <FormItem label="平台" prop="shopAddressDetail">
194 194
               <Input
195 195
                 v-model="customsForm.dxpMode"
196 196
                 clearable
@@ -288,7 +288,7 @@ export default {
288 288
       },
289 289
       customsForm: {
290 290
         dxpId: "",
291
-        dxpMode: "",
291
+        dxpMode: "DXP",
292 292
         copCode: "",
293 293
         copName: "",
294 294
         signKey: "",