Commit 4d2cb2d0 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp into master

parents dec37243 442ea7d6
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
.listsignUp { .listsignUp {
width: 100%; width: 100%;
height: 100vh; height: 100vh;
/* overflow-y: auto; */ overflow-y: auto;
background: #F6F6F6; background: #F6F6F6;
padding: 18px;
} }
.listsignUp .single_Phone { .listsignUp .single_Phone {
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
</style> </style>
<template> <template>
<view class="listsignUp" v-if="!loading"> <view class="listsignUp" v-if="!loading">
<view style="width: 100%;height: 100%;padding: 18px;">
<view style="width: 100%;padding: 15px;border-radius: 15px;background: #FFF;"> <view style="width: 100%;padding: 15px;border-radius: 15px;background: #FFF;">
<view> <view>
<view class="single_Phone" style="margin-top: 0;"> <view class="single_Phone" style="margin-top: 0;">
...@@ -71,6 +72,8 @@ ...@@ -71,6 +72,8 @@
提交申请 提交申请
</view> </view>
</view> </view>
</view>
<u-modal <u-modal
v-model="rzshow" v-model="rzshow"
content="还未进行认证,现在去认证" content="还未进行认证,现在去认证"
...@@ -314,12 +317,16 @@ ...@@ -314,12 +317,16 @@
title: '请选择' + x.CompData.Name, title: '请选择' + x.CompData.Name,
icon: 'none' icon: 'none'
}) })
show = true
return return
} }
} }
}) })
console.log('调用接口') if (show == true) {
return
}
this.addMsg.Content = JSON.stringify(dataList) this.addMsg.Content = JSON.stringify(dataList)
let that = this let that = this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment