Commit e32a5f7c authored by lshan's avatar lshan

lishan

parent 2c3e5cd6
...@@ -3,14 +3,9 @@ ...@@ -3,14 +3,9 @@
<main-page left-arrow @click-left="handleClickLeft"> <main-page left-arrow @click-left="handleClickLeft">
<div class="px-4 pt-14"> <div class="px-4 pt-14">
<div class="bg-white rounded-md "> <div class="bg-white rounded-md ">
<div class="pt-1"> <textarea placeholder="请填写具体描述" rows="4" class="px-4 mt-2 w-full"/>
<textarea placeholder="请填写具体描述" rows="4" class="px-4 pt-1 w-full"/> <van-uploader v-model="fileList" multiple accept=".doc, .docx, .xml, .xlsx, .pdf, audio/*, image/*, video/*" class="mb-2 ml-4"/>
</div> </div>
<div >
<van-uploader v-model="fileList" multiple accept=".doc, .docx, .xml, .xlsx, .pdf,audio/*,image/*" class="mb-2 ml-4"/>
</div>
</div>
<div>
<c-cell dot title="跟进方式" class="mt-4 " @click="showPopup" :content="content1"/> <c-cell dot title="跟进方式" class="mt-4 " @click="showPopup" :content="content1"/>
<van-popup v-model="show" round position="bottom" :style="{ height: '30%' }" class="bg-common-bg" > <van-popup v-model="show" round position="bottom" :style="{ height: '30%' }" class="bg-common-bg" >
<van-cell-group v-for="(item,index) in items" :key="index" class="text-center"> <van-cell-group v-for="(item,index) in items" :key="index" class="text-center">
...@@ -21,10 +16,19 @@ ...@@ -21,10 +16,19 @@
</van-cell> </van-cell>
</van-cell-group> </van-cell-group>
</van-popup> </van-popup>
</div>
<van-cell v-show="isShow" :title="content2" center :icon="require('@/assets/icons/location.png')" class="rounded-md mt-4 background-color-common-bg" > <div class="flex bg-blue-50 w-full mt-4 rounded-md object-center" v-show="isShow">
</van-cell> <div class="flex pl-4">
<app-icon
type="png"
:path="require('@/assets/icons/location.png')"
class-name="w-4 h-4 self-center"
></app-icon>
</div >
<div >
<p class="my-3 mx-3 text-base font-normal">这里是定位地址么什么什么什么什么什么什么什么v什么什么什么什么什么什么v么v的</p>
</div>
</div>
<c-button <c-button
round round
...@@ -55,7 +59,6 @@ export default Vue.extend({ ...@@ -55,7 +59,6 @@ export default Vue.extend({
"c-button": () => import("@/components/common/c-button.vue"), "c-button": () => import("@/components/common/c-button.vue"),
"c-cell": () => import("@/components/common/c-cell.vue"), "c-cell": () => import("@/components/common/c-cell.vue"),
'app-icon': () => import('@/components/common/Icon.vue'), 'app-icon': () => import('@/components/common/Icon.vue'),
//'group-cell': () => import('@/components/common/group-cell.vue')
}, },
created() { created() {
// console.log(Mock, 'mock') // console.log(Mock, 'mock')
......
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