From 40f016d95500d116ed969c74b8bce175491b7b46 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 30 七月 2024 13:29:49 +0800
Subject: [PATCH] fix bug

---
 sub_pages/customer/customer-info/customer-info.vue |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/sub_pages/customer/customer-info/customer-info.vue b/sub_pages/customer/customer-info/customer-info.vue
index e89a270..527fb66 100644
--- a/sub_pages/customer/customer-info/customer-info.vue
+++ b/sub_pages/customer/customer-info/customer-info.vue
@@ -1,10 +1,10 @@
 <template>
   <view class="container-page" style="padding: 0rpx;">
-    <view v-if="source==='step'" class="m-t-20">
+    <view v-if="source==='step'" class="" style="padding-top:40rpx">
       <u-steps current="0">
         <u-steps-item title="信息填写" class="u-steps-item" style="font-size: 28rpx;">
         </u-steps-item>
-        <u-steps-item title="提交申请"   class="u-steps-item"></u-steps-item>
+        <u-steps-item title="提交申请" class="u-steps-item"></u-steps-item>
       </u-steps>
     </view>
     <view class="p20">
@@ -16,7 +16,6 @@
 
         </view>
       </view>
-
 
 
       <view class="form-item before-line">
@@ -44,13 +43,13 @@
       <view class="form-item before-line">
         <view class="label ">店铺简介</view>
         <view class="m-l-a m-r-0 flex1">
-          <view  class="m-t-12 m-b-12">
+          <view class="m-t-12 m-b-12">
             <u-textarea v-model="dto.description" placeholder="请输入店铺简介">
 
             </u-textarea>
           </view>
-<!--          <input v-model="dto.description" placeholder="请输入地址"-->
-<!--                 style="margin-top: 16px;text-align: right;"></input>-->
+          <!--          <input v-model="dto.description" placeholder="请输入地址"-->
+          <!--                 style="margin-top: 16px;text-align: right;"></input>-->
 
         </view>
       </view>
@@ -78,7 +77,7 @@
 
 
       <view class="button-green-1 m-t-20 button-fixed-bottom before-line " @click="submit">
-        {{source==='step'?'下一步':'更新'}}
+        {{ source === 'step' ? '下一步' : '更新' }}
 
       </view>
 
@@ -145,7 +144,7 @@
     }
 
     this.init_area()
-
+// www.hmyxianhua.com/wx-jump
 
   },
 
@@ -266,7 +265,7 @@
                   0] || {}
               that.$message.hideLoading()
               that.dto.cover = (pic || {}).url || ''
-              console.log('pic',that.dto)
+              console.log('pic', that.dto)
 
               that.$forceUpdate()
             }).catch(res => {

--
Gitblit v1.9.3