弹窗界面以及商户管理修改
This commit is contained in:
parent
5cf28341eb
commit
55b4c78c1e
@ -125,6 +125,7 @@
|
|||||||
"path": "pages/moreProject/moreProject",
|
"path": "pages/moreProject/moreProject",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "商户平台",
|
"navigationBarTitleText": "商户平台",
|
||||||
|
"navigationStyle": "custom",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
<text>已缴纳保证金</text>
|
<text>已缴纳保证金</text>
|
||||||
<text>{{merchant_Data.paid_margin}}</text>
|
<text>{{merchant_Data.paid_margin}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="item">
|
||||||
|
<text>未缴纳保证金</text>
|
||||||
|
<text>{{merchant_Data.unpaid_margin}}</text>
|
||||||
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<text>缴纳店铺账户</text>
|
<text>缴纳店铺账户</text>
|
||||||
<text>{{merchant_Data.mer_name}}</text>
|
<text>{{merchant_Data.mer_name}}</text>
|
||||||
@ -236,7 +240,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0 28rpx;
|
padding: 0 28rpx;
|
||||||
margin-top: 50rpx;
|
margin-top: 85rpx;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
|
@ -1,5 +1,16 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="gather">
|
<view class="gather">
|
||||||
|
<!-- #ifdef MP || APP-PLUS -->
|
||||||
|
|
||||||
|
<view class="conten-top">
|
||||||
|
<view class="" style="position: absolute;left: 30rpx;" @click="logout"><i class="iconfont icon-xiangzuo"
|
||||||
|
style="font-size: 40rpx;text-align: left;"></i></view>
|
||||||
|
<view class="" style="font-size: 30rpx;">
|
||||||
|
商家平台
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view style="padding-top:var(--status-bar-height);padding-bottom: 30rpx; margin-bottom: 30rpx;"></view>
|
||||||
|
<!-- #endif -->
|
||||||
<block v-if="isShow&&userInfoData.mer_info.mer_name">
|
<block v-if="isShow&&userInfoData.mer_info.mer_name">
|
||||||
<view class="" v-if="userInfoData.mer_info.setting_status==1">
|
<view class="" v-if="userInfoData.mer_info.setting_status==1">
|
||||||
<view class="special_work com" v-if="userInfoData.mer_info.type_code === 'TypeSupplyChain'">
|
<view class="special_work com" v-if="userInfoData.mer_info.type_code === 'TypeSupplyChain'">
|
||||||
@ -410,11 +421,12 @@
|
|||||||
<emptyPage title="暂无信息"></emptyPage>
|
<emptyPage title="暂无信息"></emptyPage>
|
||||||
</view>
|
</view>
|
||||||
<view class="settlementAgreement" v-if="isFshow">
|
<view class="settlementAgreement" v-if="isFshow">
|
||||||
<view class="setAgCount" style="width: 100%;height: 100%;">
|
<view class="setAgCount" style="width: 100%;height: 100%; padding-top:120rpx ;" >
|
||||||
<!-- <i class="icon iconfont icon-cha" @click="recuo"></i> -->
|
|
||||||
<view class="" style="width: 60rpx;height: 60rpx; position: absolute;right: 30rpx; top:20rpx"
|
<view class="" style="width: 60rpx;height: 60rpx; position: absolute;left: 30rpx; top:80rpx"
|
||||||
@click="recuo">
|
@click="recuo">
|
||||||
<image src="@/static/images/close.png" mode="aspectFit" style="width: 60rpx;height: 60rpx;"></image>
|
<i class="iconfont icon-xiangzuo" style="width: 60rpx;height: 60rpx;font-size: 40rpx;"></i>
|
||||||
|
<!-- <image src="@/static/images/close.png" mode="aspectFit" style="width: 60rpx;height: 60rpx;"></image> -->
|
||||||
</view>
|
</view>
|
||||||
<div class="title">{{detail.title}}</div>
|
<div class="title">{{detail.title}}</div>
|
||||||
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
|
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
|
||||||
@ -440,7 +452,8 @@
|
|||||||
|
|
||||||
<view class="userpage">
|
<view class="userpage">
|
||||||
<view class="userpage-icon" @click="close">
|
<view class="userpage-icon" @click="close">
|
||||||
<image src="@/static/images/close.png" mode=""></image>
|
<!-- <image src="@/static/images/close.png" mode=""></image> -->
|
||||||
|
<i class="iconfont icon-xiangzuo" style="width: 60rpx;height: 60rpx;font-size: 40rpx;"></i>
|
||||||
</view>
|
</view>
|
||||||
<form report-submit='true' style="height: 90%;">
|
<form report-submit='true' style="height: 90%;">
|
||||||
<view class='merchantsSettled' :style="{'height':Fheight}">
|
<view class='merchantsSettled' :style="{'height':Fheight}">
|
||||||
@ -627,9 +640,6 @@
|
|||||||
this.getUserInfo()
|
this.getUserInfo()
|
||||||
this.codelist()
|
this.codelist()
|
||||||
this.list()
|
this.list()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -854,6 +864,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
//
|
||||||
|
logout(){
|
||||||
|
uni.switchTab({
|
||||||
|
url:'/pages/gather/gather'
|
||||||
|
})
|
||||||
|
},
|
||||||
//商户设置
|
//商户设置
|
||||||
buyserset() {
|
buyserset() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
@ -936,6 +952,18 @@
|
|||||||
background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
|
background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.conten-top {
|
||||||
|
width: 100%;
|
||||||
|
padding-top: var(--status-bar-height);
|
||||||
|
padding-bottom: 30rpx;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #fff;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
position: fixed;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
.userpage {
|
.userpage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@ -949,7 +977,7 @@
|
|||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 65rpx;
|
top: 65rpx;
|
||||||
right: 60rpx;
|
left: 60rpx;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -837,9 +837,9 @@
|
|||||||
mer_cate_id: '请选择店铺分类', // 店铺分类
|
mer_cate_id: '请选择店铺分类', // 店铺分类
|
||||||
unit_name: '请输入商品单位', // 商品单位
|
unit_name: '请输入商品单位', // 商品单位
|
||||||
};
|
};
|
||||||
console.log({
|
// console.log({
|
||||||
...this.setFormData
|
// ...this.setFormData
|
||||||
})
|
// })
|
||||||
Object.keys(requireData).some(item => {
|
Object.keys(requireData).some(item => {
|
||||||
if (!this.setFormData[item]) {
|
if (!this.setFormData[item]) {
|
||||||
Toast(requireData[item]);
|
Toast(requireData[item]);
|
||||||
@ -858,6 +858,10 @@
|
|||||||
Toast('请选择送货方式');
|
Toast('请选择送货方式');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (!this.setFormData.mer_cate_id.length) {
|
||||||
|
Toast('请选择店铺分类');
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (this.setFormData.imageList.length < 2) {
|
if (this.setFormData.imageList.length < 2) {
|
||||||
Toast('请添加最少两张图片用于展示');
|
Toast('请添加最少两张图片用于展示');
|
||||||
return;
|
return;
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,14 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="" style="padding-top:var(--status-bar-height)">
|
<view class="">
|
||||||
|
<!-- #ifdef MP || APP-PLUS -->
|
||||||
|
|
||||||
<view class="conten-top">
|
<view class="conten-top">
|
||||||
<view class="" style="position: absolute;left: 30rpx;" @click="logout"><i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;"></i></view>
|
<view class="" style="position: absolute;left: 30rpx;" @click="logout"><i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;"></i></view>
|
||||||
<view class="" style="font-size: 30rpx;">
|
<view class="" style="font-size: 30rpx;">
|
||||||
商家入驻
|
商家入驻
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="!successful" :style="viewColor" style="margin-top: 50rpx;">
|
<view style="height:var(--status-bar-height);margin-bottom: 30rpx;"></view>
|
||||||
|
<!-- #endif -->
|
||||||
|
|
||||||
|
<view v-if="!successful" :style="viewColor" >
|
||||||
<form report-submit='true'>
|
<form report-submit='true'>
|
||||||
<view class='merchantsSettled'>
|
<view class='merchantsSettled' >
|
||||||
<view class="merchantBgCount">
|
<view class="merchantBgCount">
|
||||||
<image mode="widthFix" class="merchantBg" :src="domain+'/static/diy/merchantBg'+keyColor+'.jpg'"
|
<image mode="widthFix" class="merchantBg" :src="domain+'/static/diy/merchantBg'+keyColor+'.jpg'"
|
||||||
alt="">
|
alt="">
|
||||||
@ -17,7 +22,7 @@
|
|||||||
申请记录
|
申请记录
|
||||||
<text class="iconfont icon-xiangyou"></text>
|
<text class="iconfont icon-xiangyou"></text>
|
||||||
</view>
|
</view>
|
||||||
<view class='list'>
|
<view class='list' style="padding-top: var(--status-bar-height);">
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<view class="acea-row row-middle">
|
<view class="acea-row row-middle">
|
||||||
<text class="item-name">商户名称</text>
|
<text class="item-name">商户名称</text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user