|
@@ -268,6 +268,16 @@ export default {
|
|
this.allRefresh()
|
|
this.allRefresh()
|
|
}
|
|
}
|
|
this.initAudio()
|
|
this.initAudio()
|
|
|
|
+ uni.getSystemInfo({
|
|
|
|
+ success: function (res) {
|
|
|
|
+ if (res.windowWidth > 700) {
|
|
|
|
+ console.log('跳转启动页判断进入pc');
|
|
|
|
+ uni.reLaunch({
|
|
|
|
+ url: "/pages/pc",
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ })
|
|
},
|
|
},
|
|
onHide(){
|
|
onHide(){
|
|
this.pupData.show=false
|
|
this.pupData.show=false
|
|
@@ -351,6 +361,7 @@ export default {
|
|
company_name:res.data.customer_info.company_name,
|
|
company_name:res.data.customer_info.company_name,
|
|
real_name:res.data.customer_info.name,
|
|
real_name:res.data.customer_info.name,
|
|
source:2,
|
|
source:2,
|
|
|
|
+ from_page:'活动列表'
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
if(res.code===200){
|
|
if(res.code===200){
|
|
console.log('主动申请成功');
|
|
console.log('主动申请成功');
|
|
@@ -643,6 +654,7 @@ export default {
|
|
company_name:res.data.customer_info.company_name,
|
|
company_name:res.data.customer_info.company_name,
|
|
real_name:res.data.customer_info.name,
|
|
real_name:res.data.customer_info.name,
|
|
source:2,
|
|
source:2,
|
|
|
|
+ from_page:'活动列表'
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
if(res.code===200){
|
|
if(res.code===200){
|
|
console.log('主动申请成功');
|
|
console.log('主动申请成功');
|
|
@@ -720,6 +732,7 @@ export default {
|
|
company_name:res.data.customer_info.company_name,
|
|
company_name:res.data.customer_info.company_name,
|
|
real_name:res.data.customer_info.name,
|
|
real_name:res.data.customer_info.name,
|
|
source:2,
|
|
source:2,
|
|
|
|
+ from_page:'活动列表'
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
if(res.code===200){
|
|
if(res.code===200){
|
|
console.log('主动申请成功');
|
|
console.log('主动申请成功');
|
|
@@ -778,6 +791,7 @@ export default {
|
|
company_name:this.pupData.customer_info.company_name,
|
|
company_name:this.pupData.customer_info.company_name,
|
|
real_name:this.pupData.customer_info.name,
|
|
real_name:this.pupData.customer_info.name,
|
|
source:2,
|
|
source:2,
|
|
|
|
+ from_page:'活动列表'
|
|
})
|
|
})
|
|
if(res.code===200){
|
|
if(res.code===200){
|
|
this.pupData.content=`<p>申请已提交</p><p>请等待销售人员与您联系</p>`
|
|
this.pupData.content=`<p>申请已提交</p><p>请等待销售人员与您联系</p>`
|
|
@@ -890,7 +904,7 @@ export default {
|
|
border-radius: 40rpx;
|
|
border-radius: 40rpx;
|
|
background-color: #f6f6f6;
|
|
background-color: #f6f6f6;
|
|
margin-right: 40rpx;
|
|
margin-right: 40rpx;
|
|
- height: 60rpx;
|
|
|
|
|
|
+ // height: 60rpx;
|
|
}
|
|
}
|
|
.status-active {
|
|
.status-active {
|
|
background: linear-gradient(270deg, #efc896 0%, #d9a35f 100%);
|
|
background: linear-gradient(270deg, #efc896 0%, #d9a35f 100%);
|