From 8c9fe474d3d43265c33653f17bb411336269dfab Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 26 七月 2024 15:34:22 +0800
Subject: [PATCH] fix bug 接口对接和样式调整
---
sub_pages/customer/customer-info/customer-info.vue | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/sub_pages/customer/customer-info/customer-info.vue b/sub_pages/customer/customer-info/customer-info.vue
index e89a270..eb9fbee 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>
@@ -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