|
@@ -16,10 +16,8 @@
|
|
|
<view class="realName">
|
|
|
店铺名称
|
|
|
</view>
|
|
|
- <!-- <u--input v-model="realName" border="none" pl ></u--input> -->
|
|
|
<view class="right">
|
|
|
- <!-- <input type="text" v-model="dto.name" border="none" placeholder="请输入昵称" /> -->
|
|
|
- {{dto.name}}
|
|
|
+ <input type="text" v-model="dto.name" border="none" placeholder="请输入手机号" style="height: 48rpx;" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="one-mobile">
|
|
@@ -35,19 +33,16 @@
|
|
|
商家地址
|
|
|
</view>
|
|
|
<view class="right">
|
|
|
- {{dto.address}}
|
|
|
- {{dto.address}}
|
|
|
+ <input type="text" v-model="dto.address" border="none" placeholder="请输入" style="height: 48rpx;" />
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view class="one" @click="nav">
|
|
|
+ <!-- <view class="one" @click="nav">
|
|
|
<view class="">
|
|
|
营业执照
|
|
|
</view>
|
|
|
- <view class="">
|
|
|
- <u-icon name="arrow-right"></u-icon>
|
|
|
- </view>
|
|
|
+ <input type="text" v-model="dto.creditCode" border="none" placeholder="请输入" style="height: 48rpx;" />
|
|
|
</view>
|
|
|
<view class="one">
|
|
|
<view class="">
|
|
@@ -56,11 +51,11 @@
|
|
|
<view class="">
|
|
|
<u-icon name="arrow-right"></u-icon>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view class="from-content">
|
|
|
+ <!-- <view class="from-content">
|
|
|
<view class="title">
|
|
|
店铺照片
|
|
|
</view>
|
|
@@ -68,7 +63,13 @@
|
|
|
<image :src='item' v-for="(item,index) in shopImgs" :key="index"></image>
|
|
|
</view>
|
|
|
|
|
|
+ </view> -->
|
|
|
+ <view class="from-content1">
|
|
|
+ <button class="tenant-button" @click="merchant">
|
|
|
+ 立即保存
|
|
|
+ </button>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -147,6 +148,21 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ //保存样式
|
|
|
+ .tenant-button {
|
|
|
+ position: fixed;
|
|
|
+ bottom: 0;
|
|
|
+ background: #007A69;
|
|
|
+ border-radius: 40rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ width: 92%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ // padding-bottom: 30rpx;
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+ }
|
|
|
+
|
|
|
.page {
|
|
|
box-sizing: border-box;
|
|
|
padding: 30rpx;
|