首页 套餐次卡疗程 去掉零钱支付
This commit is contained in:
parent
55a5be00eb
commit
6bc74e2ce6
|
@ -220,6 +220,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
z-index: 66;
|
||||||
}
|
}
|
||||||
.delete-btn{
|
.delete-btn{
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
|
@ -220,36 +220,34 @@
|
||||||
if (uni.getStorageSync('token')) {
|
if (uni.getStorageSync('token')) {
|
||||||
this.getIsVip()
|
this.getIsVip()
|
||||||
}
|
}
|
||||||
|
if(this.orderXm.type=='104'||this.orderXm.type=='105'||this.orderXm.type=='106'){
|
||||||
// #ifndef MP-WEIXIN
|
this.openLists = [{
|
||||||
this.openLists = [{
|
image: '../../static/images/icon_weixin.png',
|
||||||
image: '../../static/images/icon_weixin.png',
|
text: '微信支付',
|
||||||
text: '微信支付',
|
id: 2
|
||||||
id: 2
|
}, {
|
||||||
}, {
|
image: '../../static/images/zhifubao.png',
|
||||||
image: '../../static/images/zhifubao.png',
|
text: '支付宝支付',
|
||||||
text: '支付宝支付',
|
id: 3
|
||||||
id: 3
|
}],
|
||||||
}, {
|
this.openWay = 2;
|
||||||
image: '../../static/images/lingqian.png',
|
}else{
|
||||||
text: '零钱支付',
|
this.openLists = [{
|
||||||
id: 1
|
image: '../../static/images/icon_weixin.png',
|
||||||
}],
|
text: '微信支付',
|
||||||
this.openWay = 2;
|
id: 2
|
||||||
// #endif
|
}, {
|
||||||
|
image: '../../static/images/zhifubao.png',
|
||||||
// #ifdef MP-WEIXIN
|
text: '支付宝支付',
|
||||||
this.openLists = [{
|
id: 3
|
||||||
image: '../../static/images/icon_weixin.png',
|
}, {
|
||||||
text: '微信支付',
|
image: '../../static/images/lingqian.png',
|
||||||
id: 2
|
text: '零钱支付',
|
||||||
}, {
|
id: 1
|
||||||
image: '../../static/images/lingqian.png',
|
}],
|
||||||
text: '零钱支付',
|
this.openWay = 2;
|
||||||
id: 1
|
}
|
||||||
}],
|
|
||||||
this.openWay = 2;
|
|
||||||
// #endif
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
addressMy() {
|
addressMy() {
|
||||||
|
|
|
@ -1189,6 +1189,8 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.top-menu-view /deep/.uni-scroll-view-content{
|
.top-menu-view /deep/.uni-scroll-view-content{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
.guanbi{
|
.guanbi{
|
||||||
|
@ -1235,8 +1237,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
/deep/.swiper-box-list /deep/.uni-scroll-view-content{
|
.swiper-box-list /deep/.uni-scroll-view-content{
|
||||||
justify-content: space-around !important;
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: space-around;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.salogo{
|
.salogo{
|
||||||
|
@ -1280,11 +1284,7 @@
|
||||||
margin-top: 3rpx;
|
margin-top: 3rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
.index-mian /deep/.uni-scroll-view-content{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
/deep/.uni-select__selector-scroll{
|
/deep/.uni-select__selector-scroll{
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
@ -1583,11 +1583,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
}
|
}
|
||||||
/deep/.uni-scroll-view-content{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
/* justify-content: space-around; */
|
|
||||||
}
|
|
||||||
.top-menu-view {
|
.top-menu-view {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -1640,7 +1636,7 @@
|
||||||
.swiper-box-list {
|
.swiper-box-list {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
flex:1;
|
/* flex:1; */
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
height: 490px;
|
height: 490px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,18 +6,18 @@
|
||||||
<view class="info-box">
|
<view class="info-box">
|
||||||
<view class="info-box-item">
|
<view class="info-box-item">
|
||||||
<view class="info-box-item-name">联系人姓名</view>
|
<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>
|
||||||
<view class="line"></view>
|
<view class="line"></view>
|
||||||
<view class="info-box-item">
|
<view class="info-box-item">
|
||||||
<view class="info-box-item-name">联系人手机号</view>
|
<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>
|
||||||
<view class="line"></view>
|
<view class="line"></view>
|
||||||
<view class="info-box-item">
|
<view class="info-box-item">
|
||||||
<view class="info-box-item-name">地址</view>
|
<view class="info-box-item-name" @click="getcity()">地址</view>
|
||||||
<u-input placeholder="请选择所在区域地址" @click="getcity()" v-model="applyContent" :disabled="true"
|
<u-input placeholder="请选择所在区域地址" v-model="applyContent" :disabled="false"
|
||||||
:clearable="false">
|
:clearable="true">
|
||||||
</u-input>
|
</u-input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -240,36 +240,36 @@
|
||||||
text: '城市合伙人',
|
text: '城市合伙人',
|
||||||
link: '/pages/my/cooperation'
|
link: '/pages/my/cooperation'
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
urlImg: '../../static/my-gong-11.png',
|
// urlImg: '../../static/my-gong-11.png',
|
||||||
text: '申请经纪人',
|
// text: '申请经纪人',
|
||||||
link: '/pages/my/applyBroker/index'
|
// link: '/pages/my/applyBroker/index'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
urlImg: '../../static/my-gong-12.png',
|
// urlImg: '../../static/my-gong-12.png',
|
||||||
text: '我是经纪人',
|
// text: '我是经纪人',
|
||||||
link: '/pages/my/applyBroker/myBroker'
|
// link: '/pages/my/applyBroker/myBroker'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
urlImg: '../../static/my-gong-14.png',
|
// urlImg: '../../static/my-gong-14.png',
|
||||||
text: '申请业务员',
|
// text: '申请业务员',
|
||||||
link: '/pages/my/applySalesperson/index'
|
// link: '/pages/my/applySalesperson/index'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
urlImg: '../../static/my-gong-13.png',
|
// urlImg: '../../static/my-gong-13.png',
|
||||||
text: '我是业务员',
|
// text: '我是业务员',
|
||||||
link: '/pages/my/applySalesperson/mySalesperson'
|
// link: '/pages/my/applySalesperson/mySalesperson'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
urlImg: '../../static/my-gong-15.png',
|
// urlImg: '../../static/my-gong-15.png',
|
||||||
text: '申请分销员',
|
// text: '申请分销员',
|
||||||
link: '/pages/my/applyDistributor/index'
|
// link: '/pages/my/applyDistributor/index'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
urlImg: '../../static/my-gong-16.png',
|
// urlImg: '../../static/my-gong-16.png',
|
||||||
text: '我是分销员',
|
// text: '我是分销员',
|
||||||
link: '/pages/my/applyDistributor/myDistributor'
|
// link: '/pages/my/applyDistributor/myDistributor'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
urlImg: '../../static/my-gong-9.png',
|
urlImg: '../../static/my-gong-9.png',
|
||||||
text: '我的团队',
|
text: '我的团队',
|
||||||
|
|
Loading…
Reference in New Issue