首页 套餐次卡疗程 去掉零钱支付

This commit is contained in:
Mr.jiang 2024-08-08 13:49:29 +08:00
parent 55a5be00eb
commit 6bc74e2ce6
5 changed files with 73 additions and 78 deletions

View File

@ -220,6 +220,7 @@
flex-direction: column;
align-items: center;
margin: 0 auto;
z-index: 66;
}
.delete-btn{
margin-left: 10px;

View File

@ -220,36 +220,34 @@
if (uni.getStorageSync('token')) {
this.getIsVip()
}
// #ifndef MP-WEIXIN
this.openLists = [{
image: '../../static/images/icon_weixin.png',
text: '微信支付',
id: 2
}, {
image: '../../static/images/zhifubao.png',
text: '支付宝支付',
id: 3
}, {
image: '../../static/images/lingqian.png',
text: '零钱支付',
id: 1
}],
this.openWay = 2;
// #endif
// #ifdef MP-WEIXIN
this.openLists = [{
image: '../../static/images/icon_weixin.png',
text: '微信支付',
id: 2
}, {
image: '../../static/images/lingqian.png',
text: '零钱支付',
id: 1
}],
this.openWay = 2;
// #endif
if(this.orderXm.type=='104'||this.orderXm.type=='105'||this.orderXm.type=='106'){
this.openLists = [{
image: '../../static/images/icon_weixin.png',
text: '微信支付',
id: 2
}, {
image: '../../static/images/zhifubao.png',
text: '支付宝支付',
id: 3
}],
this.openWay = 2;
}else{
this.openLists = [{
image: '../../static/images/icon_weixin.png',
text: '微信支付',
id: 2
}, {
image: '../../static/images/zhifubao.png',
text: '支付宝支付',
id: 3
}, {
image: '../../static/images/lingqian.png',
text: '零钱支付',
id: 1
}],
this.openWay = 2;
}
},
methods: {
addressMy() {

View File

@ -1189,6 +1189,8 @@
color: #fff;
}
.top-menu-view /deep/.uni-scroll-view-content{
display: flex;
flex-direction: row;
justify-content: space-around;
}
.guanbi{
@ -1235,8 +1237,10 @@
width: 100%;
height: 100%;
}
/deep/.swiper-box-list /deep/.uni-scroll-view-content{
justify-content: space-around !important;
.swiper-box-list /deep/.uni-scroll-view-content{
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
.salogo{
@ -1280,11 +1284,7 @@
margin-top: 3rpx;
}
.index-mian /deep/.uni-scroll-view-content{
display: flex;
flex-direction: column;
justify-content: center;
}
/deep/.uni-select__selector-scroll{
height: 100px;
}
@ -1583,11 +1583,7 @@
overflow: hidden;
padding-bottom: 100px;
}
/deep/.uni-scroll-view-content{
display: flex;
flex-direction: row;
/* justify-content: space-around; */
}
.top-menu-view {
display: flex;
flex-direction: row;
@ -1640,7 +1636,7 @@
.swiper-box-list {
width: 95%;
margin: 5px auto;
flex:1;
/* flex:1; */
background-color: #FFFFFF;
height: 490px;
}

View File

@ -6,18 +6,18 @@
<view class="info-box">
<view class="info-box-item">
<view class="info-box-item-name">联系人姓名</view>
<u-input placeholder="请输入联系人姓名" v-model="applyName" :clearable="false"></u-input>
<u-input placeholder="请输入联系人姓名" v-model="applyName" :clearable="true"></u-input>
</view>
<view class="line"></view>
<view class="info-box-item">
<view class="info-box-item-name">联系人手机号</view>
<u-input placeholder="请输入联系人手机号" v-model="applyPhone" :clearable="false"></u-input>
<u-input placeholder="请输入联系人手机号" v-model="applyPhone" :clearable="true"></u-input>
</view>
<view class="line"></view>
<view class="info-box-item">
<view class="info-box-item-name">地址</view>
<u-input placeholder="请选择所在区域地址" @click="getcity()" v-model="applyContent" :disabled="true"
:clearable="false">
<view class="info-box-item-name" @click="getcity()">地址</view>
<u-input placeholder="请选择所在区域地址" v-model="applyContent" :disabled="false"
:clearable="true">
</u-input>
</view>
</view>

View File

@ -240,36 +240,36 @@
text: '城市合伙人',
link: '/pages/my/cooperation'
},
{
urlImg: '../../static/my-gong-11.png',
text: '申请经纪人',
link: '/pages/my/applyBroker/index'
},
{
urlImg: '../../static/my-gong-12.png',
text: '我是经纪人',
link: '/pages/my/applyBroker/myBroker'
},
{
urlImg: '../../static/my-gong-14.png',
text: '申请业务员',
link: '/pages/my/applySalesperson/index'
},
{
urlImg: '../../static/my-gong-13.png',
text: '我是业务员',
link: '/pages/my/applySalesperson/mySalesperson'
},
{
urlImg: '../../static/my-gong-15.png',
text: '申请分销员',
link: '/pages/my/applyDistributor/index'
},
{
urlImg: '../../static/my-gong-16.png',
text: '我是分销员',
link: '/pages/my/applyDistributor/myDistributor'
},
// {
// urlImg: '../../static/my-gong-11.png',
// text: '',
// link: '/pages/my/applyBroker/index'
// },
// {
// urlImg: '../../static/my-gong-12.png',
// text: '',
// link: '/pages/my/applyBroker/myBroker'
// },
// {
// urlImg: '../../static/my-gong-14.png',
// text: '',
// link: '/pages/my/applySalesperson/index'
// },
// {
// urlImg: '../../static/my-gong-13.png',
// text: '',
// link: '/pages/my/applySalesperson/mySalesperson'
// },
// {
// urlImg: '../../static/my-gong-15.png',
// text: '',
// link: '/pages/my/applyDistributor/index'
// },
// {
// urlImg: '../../static/my-gong-16.png',
// text: '',
// link: '/pages/my/applyDistributor/myDistributor'
// },
{
urlImg: '../../static/my-gong-9.png',
text: '我的团队',