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 @@
.listsignUp {
width: 100%;
height: 100vh;
/* overflow-y: auto; */
overflow-y: auto;
background: #F6F6F6;
padding: 18px;
}
.listsignUp .single_Phone {
......@@ -41,6 +41,7 @@
</style>
<template>
<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>
<view class="single_Phone" style="margin-top: 0;">
......@@ -71,6 +72,8 @@
提交申请
</view>
</view>
</view>
<u-modal
v-model="rzshow"
content="还未进行认证,现在去认证"
......@@ -314,12 +317,16 @@
title: '请选择' + x.CompData.Name,
icon: 'none'
})
show = true
return
}
}
})
console.log('调用接口')
if (show == true) {
return
}
this.addMsg.Content = JSON.stringify(dataList)
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