12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304 |
- <template>
- <view class="content">
- <u-navbar title="电子名片" placeholder bgColor="#112253" titleStyle="color:#fff">
- <view class="u-nav-slot relative" slot="left">
- <u-icon name="bell" size="26" @click="toNotice" color="#fff"></u-icon>
- <u-badge :isDot="unread>0?true:false" type="error" class="point"></u-badge>
- </view>
- </u-navbar>
- <view class="content1 flex-row-center">
- <view class="search flex flex-between" @click="search">
- <view class="left flex">
- <uni-icons type="search" size="24" color="#9199af"></uni-icons>
- <text class="search-val"> {{searchVal?searchVal:'搜索名片'}}</text>
- <uni-icons type="closeempty" size="24" @click.native.stop="delSearchVal"
- v-if="searchVal"></uni-icons>
- </view>
-
- <view class="right">
- <image style='width:32rpx;height:32rpx;' v-if="searchVal" @click.native.stop="delSearchVal" src="../../static/imgs/card/searchdel.png" mode="widthFix" ></image>
- <uni-icons type="mic" size="24" @click.native.stop="micOpen" color="#9199af"></uni-icons>
- </view>
- </view>
- <view class="col flex">
- <uni-icons type="scan" size="30" @click="scan" color="#fff"></uni-icons>
- </view>
- </view>
- <view class="content2">
- <view class="all-type flex" @click="selectType">
- <text>{{typeName?typeName:'全部分类'}}</text>
- <uni-icons type="bottom" size="18" color="#fff"></uni-icons>
- </view>
- </view>
- <view class="content3">
- <mescroll-body v-if='cardHolderList' :up="upOption" ref="mescrollRef" @init="mescrollInit" @up="upCallback"
- @down="downCallback">
- <view v-for='(item,index) in cardHolderList' @longpress="longpress" class="item flex">
- <!-- <view class="card-list-item" style="background:red"> -->
-
- <view class="card-list-item"
- :style="'background:url('+item.currentBackground+');background-size:100% 100%'">
- <view class="card-content style1" v-if="item.cuttentTemplate==1">
- <view class="left">
- <u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
- shape="circle"></u--image>
- </view>
- <view class="right">
- <view class="row1">
- <text class="name">{{item.name}}</text>
- <text class="post">{{item.post}}</text>
- </view>
- <view class="row2">
- {{item.companyName}}
- </view>
- <view class="row3 flex" @click="">
- <u--image :showLoading="true" src="/static/imgs/card/address1.png" width="13px" height="16px"
- ></u--image>
- <view class='icon-text'>{{ item.province }}{{ item.city }}{{ item.area }}</view>
- </view>
- <view class="row4 flex">
- <u--image :showLoading="true" src="/static/imgs/card/phone1.png" width="12px" height="13px"
- ></u--image><view class='icon-text'>{{ item.phone }}</view>
- </view>
- <view @click='remarkEdit(item)' class="row2 flex" style="color: #808080">
- <u--image :showLoading="true" src="/static/imgs/card/remark1.png" width="10px" height="12px"
- ></u--image>
- <view class='icon-text'>{{item.remark?item.remark:'单击添加备注'}}</view>
- </view>
- </view>
- <u-checkbox-group v-if='islongPress' placement="column"
- @change="checkboxChange($event,index)">
- <u-checkbox iconColor='#4977FC' activeColor="#fff" :name='index+1' :checked='item.checked'
- :customStyle="{marginBottom: '8px'}">
- </u-checkbox>
- </u-checkbox-group>
- </view>
- <view class="card-content style1 flex-between" v-if="item.cuttentTemplate==2">
- <view class="right">
- <view class="row1">
- <text class="name">{{item.name}}</text>
- <text class="post">{{item.post}}</text>
- </view>
- <view class="row2">
- {{item.companyName}}
- </view>
- <view class="row3 flex">
- <u--image :showLoading="true" src="/static/imgs/card/address3.png" width="13px" height="16px"
- ></u--image>
- <view class='icon-text'>{{ item.province }}{{ item.city }}{{ item.area }}</view>
- </view>
- <view class="row4 flex">
- <u--image :showLoading="true" src="/static/imgs/card/phone3.png" width="12px" height="13px"
- ></u--image><view class='icon-text'>{{ item.phone }}</view>
- </view>
- <view @click='remarkEdit(item)' class="row2 flex" style="color: #808080">
- <u--image :showLoading="true" src="/static/imgs/card/remark3.png" width="10px" height="12px"
- ></u--image>
- <view class='icon-text'>{{item.remark?item.remark:'单击添加备注'}}</view>
- </view>
- </view>
- <view class="left">
- <u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
- shape="circle" v-if="item.headSculpture"></u--image>
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png" width="66px"
- height="66px" shape="circle" v-else></u--image>
- </view>
- <u-checkbox-group v-if='islongPress' placement="column"
- @change="checkboxChange($event,index)">
- <u-checkbox iconColor='#4977FC' activeColor="#fff" :name='index+1' :checked='item.checked'
- :customStyle="{marginBottom: '8px'}">
- </u-checkbox>
- </u-checkbox-group>
- </view>
- <view class="card-content style2" v-if="item.cuttentTemplate==3">
- <view class="top">
- <u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
- shape="circle" v-if="item.headSculpture"></u--image>
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png" width="66px"
- height="66px" shape="circle" v-else></u--image>
- </view>
- <view class="bottom flex">
- <view class="left">
- <view class="row1">
- <text class="name">{{item.name}}</text>
- <text class="post">{{item.post}}</text>
- </view>
- <view class="row2">
- {{item.companyName}}
- </view>
- </view>
- <view class="right">
- <view class="row1 flex">
- <u--image :showLoading="true" src="/static/imgs/card/address1.png" width="13px" height="16px"
- ></u--image><view class='icon-text'>{{ item.province }}{{ item.city }}{{ item.area }}</view>
- </view>
- <view class="row2 flex">
- <u--image :showLoading="true" src="/static/imgs/card/phone1.png" width="12px" height="13px"
- ></u--image><view class='icon-text'>{{ item.phone }}</view>
- </view>
- <view @click='remarkEdit(item)' class="row2 flex" style="color: #808080">
- <u--image :showLoading="true" src="/static/imgs/card/remark1.png" width="10px" height="12px"
- ></u--image>
- <view class='icon-text'>{{item.remark?item.remark:'单击添加备注'}}</view>
- </view>
- </view>
- </view>
- <u-checkbox-group v-if='islongPress' placement="column"
- @change="checkboxChange($event,index)">
- <u-checkbox iconColor='#4977FC' activeColor="#fff" :name='index+1' :checked='item.checked'
- :customStyle="{marginBottom: '8px'}">
- </u-checkbox>
- </u-checkbox-group>
- </view>
- <view class="card-content style2" v-if="item.cuttentTemplate==4">
- <view class="top">
- <view class="row1">
- <text class="name">{{item.name}}</text>
- <text class="post">{{item.post}}</text>
- </view>
- <view class="row2">
- {{item.companyName}}
- </view>
- </view>
- <view class="bottom flex">
- <view class="left">
- <u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
- shape="circle" v-if="item.headSculpture"></u--image>
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png"
- width="66px" height="66px" shape="circle" v-else></u--image>
- </view>
- <view class="right">
- <view class="row1 flex">
- <u--image :showLoading="true" src="/static/imgs/card/address2.png" width="13px" height="16px"
- ></u--image><view class='icon-text'>{{ item.province }}{{ item.city }}{{ item.area }}</view>
- </view>
- <view class="row2 flex">
- <u--image :showLoading="true" src="/static/imgs/card/phone2.png" width="12px" height="13px"
- ></u--image><view class='icon-text'>{{ item.phone }}</view>
- </view>
- <view @click='remarkEdit(item)' class="row2 flex" style="color: #808080">
- <u--image :showLoading="true" src="/static/imgs/card/remark2.png" width="10px" height="12px" ></u--image>
- <view :style='item.remark?"color:#000;":"color:#808080;"' class='icon-text'>{{item.remark?item.remark:'单击添加备注'}}</view>
- </view>
- </view>
- </view>
- <u-checkbox-group v-if='islongPress' placement="column"
- @change="checkboxChange($event,index)">
- <u-checkbox iconColor='#4977FC' activeColor="#fff" :name='index+1' :checked='item.checked'
- :customStyle="{marginBottom: '8px'}">
- </u-checkbox>
- </u-checkbox-group>
- </view>
- <view class="car-bottom flex">
- <view class="left">
- <image src="../../static/imgs/card/home.png" mode="widthFix" style="width: 32rpx;"
- @click="toHome(item)"></image>
- <text @click='switchType(item)'
- style="color: #fff;">{{item.classify?item.classifyName:'默'}}</text>
- <image src="../../static/imgs/card/share.png" mode="widthFix" style="width: 35rpx;"
- @click="share(item)"></image>
- </view>
- <view class="right">
- </view>
- </view>
- </view>
- <!-- <view class="left">
- <view class="top flex-row-center">
- <image :src="item.headSculpture" mode="widthFix" class="img"></image>
- </view>
- <view class="bottom flex flex-evenly">
- <uni-icons @click="toHome(item)" type="home" size="20"></uni-icons>
- <text @click='switchType(item)'>{{item.classify?item.classifyName:'默'}}</text>
- <uni-icons @click='share(item)' type="redo" size="20" color=''></uni-icons>
- </view>
- </view>
- <view class="right">
- <view class="row1 flex">
- <text>{{item.name}}</text>
- <text class="line"></text>
- <text>{{item.post}}</text>
- <u-checkbox-group v-if='islongPress' placement="column"
- @change="checkboxChange($event,index)">
- <u-checkbox :name='index+1' :checked='item.checked'
- :customStyle="{marginBottom: '8px'}">
- </u-checkbox>
- </u-checkbox-group>
- </view>
- <view class="row2">
- {{item.companyName}}
- </view>
- <view class="row3" @click="toMap(item)">
- <uni-icons type="redo" size="20"></uni-icons>
- <text>{{item.province}}{{item.city}}{{item.area}}{{item.detailedAddress}}</text>
- </view>
- <view class="row3">
- <uni-icons type="redo" size="20"></uni-icons>
- <text>{{item.phone}}</text>
- </view>
- <view @click='remarkEdit(item)' class="row3">
- <uni-icons type="redo" size="20"></uni-icons>
- <text>{{item.remark?item.remark:'单击添加备注'}}</text>
- </view>
- </view> -->
- </view>
- </mescroll-body>
- </view>
- <view class="del-style" v-if="islongPress">
- <view class="left">
- <text class="qx" @click="islongPress=false">取消</text>
- <text class="del" @click="del">删除</text>
- </view>
- <view style='width:128rpx;' class="right flex">
- <view>全选</view>
- <u-checkbox-group class='' placement="column"
- @change="checkboxChange($event,'')">
- <u-checkbox iconColor='#4977FC' activeColor="#fff" name='全选' :checked='checked'
- :customStyle="{marginBottom: '8px',position: 'relative',top: '-19px',right:'-8px'}">
- </u-checkbox>
- </u-checkbox-group>
- </view>
-
- </view>
- <u-picker :show="isShowType" :columns="typeColumns" keyName="circleName" :title="type == 2?'修改分类':'选择分类'" @close="isShowType=false"
- @cancel="isShowType=false" closeOnClickOverlay @confirm="typeConfirm"></u-picker>
- <u-toast ref="uToast"></u-toast>
- <u-modal :show="delShow" title="提示" confirmText='确定' showCancelButton='true' @cancel="delShow=false" @confirm="delConfirm"
- :content='"已选中"+this.checkedList.length+"张名片,确定删除?"'></u-modal>
- <u-modal :show="modalShow" @confirm='remarkConfirm' :confirmColor="remark?'#2979ff':'#ccc'"
- showCancelButton='true' title="备注">
- <view class="slot-content">
- <u--textarea v-model="remark" placeholder="输入备注,不超过150个字"></u--textarea>
- </view>
- </u-modal>
- <u-popup :show="qrcodeShow" @close="qrcodeShow=false" mode="center" :round='10'>
- <image style='margin:10px;' :src="currectData.qrCode" mode="widthFix"></image>
- </u-popup>
- <u-popup :show="popupshow" :closeOnClickOverlay='true' :overlayOpacity='0.4' @close='handleHiddenShare' :round="10" mode="bottom">
- <view>
- <!-- <view class="share-to">
- <text>分享到</text>
- </view> -->
- <view class="share-content">
- <view class="block" @click="toUrl()">
- <button class="moment">
- <image style='width:108rpx;height:108rpx;' src="@/static/imgs/scancode.png" mode="aspectFill"></image>
- <view>扫码分享</view>
- </button>
- </view>
- <view class="block">
- <button class="shareBtn" type="default" data-name="shareBtn" open-type="share">
- <image style='width:108rpx;height:108rpx;' src="@/static/imgs/shade.png" mode="aspectFill"></image>
- <view>分享微信好友</view>
- </button>
- </view>
- </view>
- </view>
- </u-popup>
- <!-- <image :src="poster" style="width: 750rpx;height: 1334rpx;"></image> -->
- <!-- 生成图片 -->
- <poster :data="canvasData" background-color="#FFF"
- :width='750' :height='420'
- @on-success="posterSuccess" ref="poster" @on-error="posterError"></poster>
- </view>
- </template>
- <script>
- import Poster from '../../components/zhangyuhao-poster/Poster.vue'
- import MescrollMixin from "@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js";
- export default {
- mixins: [MescrollMixin],
- components: {
- Poster
- },
- data() {
- return {
- canReset: false,
- poster: '',
- canvasData: {},
- searchVal: '',
- isShowType: false,
- loading: true,
- typeName: '',
- typeColumns: [],
- cardHolderList: [],
- currectData: [],
- type: 1,
- popupshow: false,
- modalShow: false,
- remark: '',
- islongPress: false,
- checked: false,
- checkedList: [],
- delShow: false,
- qrcodeShow: false,
- unread: 0,
- clicknum:0,
- noticeList: [],
- };
- },
- onShow() {
- if (uni.getStorageSync("userInfo")) {
- this.userInfo = uni.getStorageSync("userInfo")
- this.$nextTick(function() {
- this.canReset && this.mescroll.resetUpScroll() // 重置列表数据为第一页
- this.canReset && this.mescroll.scrollTo(0, 0) // 重置列表数据为第一页时,建议把滚动条也重置到顶部,避免无法再次翻页的问题
- this.canReset = true // 过滤第一次的onShow事件,避免初始化界面时重复触发upCallback, 无需配置auto:false
- });
- } else {
- this.login()
- }
- this.searchVal = uni.getStorageSync("search_val") ? uni.getStorageSync("search_val") : ''
- },
- mounted() {
- },
- onLoad: function() {
- wx.showShareMenu({
- withShareTicket: true,
- menus: ["shareAppMessage", "shareTimeline"]
- })
- },
- onShareAppMessage(res) {
-
- console.log(res,this.popupshow)
- let that = this;
- //生成名片图片
- let imageUrl = this.poster
- console.log("imageUrl", imageUrl)
- if (res.from === 'button') {
- let path = `/pages/cardHolder/scanCodeAddCard?id=${that.currectData.id}`
- return {
- title: this.popupshow?`${that.currectData.name}分享的名片~`:'电子名片',
- path: path,
- imageUrl: this.popupshow?imageUrl:'',
- };
- }
- if (res.from === 'menu') {
- return {
- title: '商通线上商城',
- path: '/pages/tabBarPro/index/index',
- imageUrl: this.popupshow?imageUrl:''
- };
- }
- },
- // 分享到朋友圈
- onShareTimeline() {
- return {
- title: '商通线上商城',
- path: '/pages/index/index',
- imageUrl: 'https://cdn.uviewui.com/uview/swiper/1.jpg'
- };
- },
- methods: {
- delVal(){
- this.searchVal =""
- this.mescroll.resetUpScroll()
- },
- handleHiddenShare(){
- console.log(11111)
- this.popupshow=false
- },
- posterError(err) {
- console.log(err)
- uni.hideLoading()
- },
- posterSuccess(url) {
- console.log("hahahah",url)
- // 生成成功,会把临时路径在这里返回
- this.poster = url;
- this.popupshow = true
- console.log(url)
- uni.hideLoading()
- },
- toHome(item) {
- uni.navigateTo({
- url: "/pages/mySet/myHome?id=" + item.personalHomeId
- })
- },
- delSearchVal() {
- this.searchVal = ""
- uni.removeStorageSync('search_val')
- this.mescroll.resetUpScroll()
- },
- toUrl() {
- console.log(this.currectData)
- this.popupshow = false
- this.qrcodeShow = true
- },
- share(item) {
- uni.showLoading({
- title: '加载中',
- mask: true
- })
- this.currectData = item
- var data = [{
- type: 'image',
- path: this.currectData.currentBackground,
- use:'bg',
- x: -10,
- y: 0,
- width: 530,
- height: 325
- },
- {
- type: 'image',
- path: this.currectData.headSculpture,
- shape: 'circle',
- use:'head',
- x: 30,
- y: 30,
- width: 100,
- height: 100
- },
- {
- type: 'text',
- text:this.currectData.name,
- use:'name',
- x: 150,
- y: 50,
- size:24,
- color:'#000'
-
- },
- {
- type: 'text',
- text:this.currectData.post,
- use:'post',
- x: 240,
- y: 55,
- size:18,
- color:'#666666'
-
- },
- {
- type: 'text',
- text:this.currectData.companyName,
- use:'companyName',
- x: 150,
- y: 95,
- size:18,
- color:'#000'
-
- },
- {
- type: 'image',
- path: '../../static/imgs/card/address1.png',
- use:'address-icon',
- x: 145,
- y: 130,
- width: 15,
- height: 20
- },
- {
- type: 'textarea',
- text:this.currectData.province+this.currectData.city+this.currectData.area+this.currectData.detailedAddress,
- lineSpace:1,
- width:320,
- use:'address',
- x: 175,
- y: 135,
- size:14,
- color:'#000'
- },
- {
- type: 'image',
- path: '../../static/imgs/card/phone1.png',
- use:'phone-icon',
- x: 145,
- y: 163,
- width: 16,
- height: 16
- },
- {
- type: 'text',
- text:this.currectData.phone,
- use:'phone',
- x: 175,
- y: 167,
- size:14,
- color:'#000'
- },
- {
- type: 'image',
- path: '../../static/imgs/card/remark1.png',
- use:'remark-icon',
- x: 145,
- y: 197,
- width: 13,
- height: 16
- },
- {
- type: 'textarea',
- text:this.currectData.remark?this.currectData.remark:'单击添加备注',
- use:'remark',
- lineSpace:2,
- width:200,
- x: 175,
- y: 200,
- size:13,
- color:'#000'
- },
- {
- type: 'image',
- path: '../../static/imgs/card/bg3.png',
- use:'bg1',
- x: 0,
- y: 243,
- width: 370,
- height: 67
- },
- {
- type: 'image',
- path: '../../static/imgs/card/bg4.png',
- use:'bg2',
- x: 355,
- y: 243,
- width: 150,
- height: 67
- },
- {
- type: 'image',
- path: '../../static/imgs/card/home.png',
- use:'home',
- x: 65,
- y: 260,
- width: 33,
- height: 33
- },
- {
- type: 'text',
- text:this.currectData.classifyName?this.currectData.classifyName:'默',
- use:'classify',
- x: 145,
- y: 263,
- size:34,
- color:'#fff'
- },
- {
- type: 'image',
- path: '../../static/imgs/card/share.png',
- use:'share',
- x: 235,
- y: 263,
- width: 33,
- height: 28
- },
- ]
- console.log(this.currectData.cuttentTemplate,111111)
- for(var i=0;i<data.length;i++){
- switch (this.currectData.cuttentTemplate) {
- case '2':
- if(data[i].use==='name'
- ||data[i].use==='companyName'
- ||data[i].use==='address-icon'
- ||data[i].use==='phone-icon'
- ||data[i].use==='remark-icon'){
- data[i].x=30
- }
- if(data[i].use==='post'){
- data[i].x=100
- }
- if(data[i].use==='address'
- ||data[i].use==='phone'
- ||data[i].use==='remark'){
- data[i].x=60
- }
- if(data[i].use=='head'){
- data[i].x=370
- }
- break;
- case '3':
- if(data[i].use==='name'){
- data[i].x=30
- data[i].y=150
- }
- if(data[i].use==='companyName'){
- data[i].x=30
- data[i].y=180
- }
- if(data[i].use==='post'){
- data[i].x=100
- data[i].y=153
- }
- if(data[i].use==='address-icon'
- ||data[i].use==='phone-icon'
- ||data[i].use==='remark-icon'){
- data[i].x=170
- }
- if(data[i].use==='address-icon'){data[i].y=150}
- if(data[i].use==='address'){data[i].y=155;data[i].width=300}
- if(data[i].use==='phone-icon'){data[i].y=180}
- if(data[i].use==='phone'){data[i].y=183}
- if(data[i].use==='remark-icon'){data[i].y=210}
- if(data[i].use==='remark'){data[i].y=212}
- if(data[i].use==='address'
- ||data[i].use==='phone'
- ||data[i].use==='remark'){
- data[i].x=190
- }
- break;
- case '4':
- if(data[i].use==='name'
- ||data[i].use==='companyName'){
- data[i].x=30
- }
- if(data[i].use==='companyName'){
- data[i].y=90
- }
- if(data[i].use==='post'){
- data[i].x=100
- }
- if(data[i].use=='head'){
- data[i].x=25
- data[i].y=120
- }
- if(data[i].use==='address-icon'
- ||data[i].use==='phone-icon'
- ||data[i].use==='remark-icon'){
- data[i].x=170
- }
- if(data[i].use==='address'){data[i].width=300}
- if(data[i].use==='address'
- ||data[i].use==='phone'
- ||data[i].use==='remark'){
- data[i].x=190
- }
- break;
- default:
- }
- }
- this.canvasData= {clicknum:this.clicknum++,list:data}
-
- },
- async delConfirm() {
- uni.showLoading({
- title: '数据加载中',
- mask: true
- })
- for (var i = 0; i < this.checkedList.length; i++) {
- await this.$request.baseRequest('admin.unimall.cardHolderInfo', 'delete', {
- id: this.checkedList[i].data.id,
- }, failres => {
- console.log('res+++++', failres.errmsg)
- this.$refs.uToast.show({
- type: 'error',
- message: failres.errmsg,
- })
- }).then(res => {
- console.log(i, this.checkedList.length - 1)
- if (i == this.checkedList.length - 1) {
- uni.hideLoading()
- this.$refs.uToast.show({
- type: 'success',
- message: '删除成功',
- })
- this.delShow = false
- this.islongPress = false
- this.mescroll.resetUpScroll()
- }
- })
- }
- },
- del() {
-
- if(this.checkedList.length>0){
- this.delShow = true
- }else{
- this.$refs.uToast.show({
- type: 'error',
- message: '请勾选后再进行删除!',
- })
- }
- },
- longpress() {
- console.log("长按事件", 1111111111);
- this.islongPress = true;
- },
- checkboxChange(e, i) {
- console.log(e, i, 111111111)
- if (i === '') {
- console.log(this.checked)
- this.checked = !this.checked;
- this.cardHolderList.map(item => item.checked = this.checked);
- this.$forceUpdate()
- var checkList = this.cardHolderList.filter((item) => {
- return item.checked == true
- })
- var data = checkList.map((item, index) => {
- return {
- index: index,
- data: item
- }
- })
- this.checkedList = JSON.parse(JSON.stringify(data))
- } else {
- if (e[0]) {
- this.checkedList.push({
- index: i,
- data: this.cardHolderList[i]
- })
- } else {
- var index = this.checkedList.findIndex((item) => {
- return item.index == i
- })
- this.checkedList.splice(index, 1)
- }
- if (this.checkedList.length != this.cardHolderList.length) {
- this.checked = false
- }
- }
- // for(var i=0;i<this.cardList.length;i++){
- // console.log(this.cardList[i].checked)
- // // if(this.cardList[i].checkedList.length>0){
- // // this.checkedList.push(i)
- // // }
- // }
- console.log(this.checkedList)
- },
- remarkConfirm() {
- if (this.remark) {
- this.currectData.remark = this.remark
- this.$request.baseRequest('admin.unimall.cardHolderInfo', 'update', {
- cardHolderInfo: JSON.stringify(this.currectData),
- }, failres => {
- console.log('res+++++', failres.errmsg)
- this.$refs.uToast.show({
- type: 'error',
- message: failres.errmsg,
- })
- }).then(res => {
- this.$refs.uToast.show({
- type: 'success',
- message: '修改备注成功',
- })
- this.modalShow = false
- this.mescroll.resetUpScroll()
- })
- }
- },
- remarkEdit(item) {
- this.currectData = item
- this.modalShow = true
- },
- switchType(item) {
- this.type = 2
- this.currectData = item
- this.isShowType = true
- },
- typeConfirm(e) {
- if (this.type == 2) {
- this.currectData.classify = e.value[0].circleName
- this.$request.baseRequest('admin.unimall.cardHolderInfo', 'update', {
- cardHolderInfo: JSON.stringify(this.currectData),
- }, failres => {
- console.log('res+++++', failres.errmsg)
- this.$refs.uToast.show({
- type: 'error',
- message: failres.errmsg,
- })
- }).then(res => {
- this.$refs.uToast.show({
- type: 'success',
- message: '修改分类成功',
- })
- this.mescroll.resetUpScroll()
- })
- } else {
- this.typeName = e.value[0].circleName
- }
- this.isShowType = false
- },
- async upCallback(page) {
- var that = this
- uni.showLoading({
- title: '数据加载中'
- })
- await this.$request.baseRequest('admin.unimall.cardHolderInfo', 'list', {
- page: page.num,
- limit: page.size,
- commonId: uni.getStorageSync("userInfo").id,
- searchContent: this.searchVal
- }, failres => {
- console.log('res+++++', failres.errmsg)
- this.$refs.uToast.show({
- type: 'error',
- message: failres.errmsg,
- })
- uni.hideLoading()
- }).then(res => {
- console.log(res)
- if (page.num == 1) this.cardHolderList = [];
- let curPageLen = res.data.items.length;
- let totalPage = res.data.total;
- for (var i = 0; i < res.data.items.length; i++) {
- res.data.items[i].checked = false
- if (res.data.items[i].classify) {
- res.data.items[i].classifyName = res.data.items[i].classify[0]
- }
- }
- this.cardHolderList = res.data.items
- this.loading = false
- this.$nextTick(() => {
- that.mescroll.endBySize(curPageLen, totalPage)
- });
- uni.hideLoading()
- })
- await this.$request.baseRequest('admin.unimall.cardClassifyInfo', 'list', {
- page: 1,
- limit: 9999,
- commonId: uni.getStorageSync("userInfo").id
- }, failres => {
- console.log('res+++++', failres.errmsg)
- this.$refs.uToast.show({
- type: 'error',
- message: failres.errmsg,
- })
- }).then(res => {
- this.typeColumns = [res.data.items]
- console.log(this.typeColumns)
- })
- await this.$request.baseRequest('admin.unimall.cardNewsInfo', 'list', {
- receiveId: uni.getStorageSync("userInfo").id,
- }, failres => {
- console.log('res+++++', failres.errmsg)
- this.$refs.uToast.show({
- type: 'error',
- message: failres.errmsg,
- })
- }).then(res => {
- this.noticeList = res.data.items
- if (this.noticeList.length > 0) {
- var data = this.noticeList.filter((item) => {
- return item.newsFlag == 0
- })
- this.unread = data ? data.length : 0
- }
- console.log(this.unread)
- })
- },
- login() {
- let that = this
- uni.login({
- "provider": "weixin",
- success: function(wxres) {
- that.$request.baseRequest('commonUserApp', 'commonUserLogin', {
- loginType: 1,
- raw: JSON.stringify(wxres)
- }, failres => {
- this.$refs.uToast.show({
- type: 'error',
- message: failres.errmsg,
- })
- uni.hideLoading()
- }).then(res => {
- uni.getUserInfo({
- provider: 'weixin',
- success: function(info) {
- console.log(info)
- res.data.nickname = info.userInfo.nickName
- res.data.head = info.userInfo.avatarUrl
- that.$request.baseRequest('commonUserApp', 'edit', {
- commonUserInfo: JSON.stringify(res.data)
- }, failres => {
- this.$refs.uToast.show({
- type: 'error',
- message: failres.errmsg,
- })
- uni.hideLoading()
- }).then(res1 => {
- uni.setStorageSync("userInfo", res1.data)
- })
- }
- })
- })
- },
- fail: function(err) {
- // 登录授权失败
- // err.code是错误码
- }
- })
- },
- toNotice() {
- uni.navigateTo({
- url: "/pages/cardHolder/notice"
- })
- },
- micOpen: function() {
- uni.navigateTo({
- url: "/pages/cardHolder/search?mic=1"
- })
- },
- uploadFile: function(tempFilePath) {
- return new Promise((resolve, reject) => {
- //调用你的接口把音频文件转为文字
- this.$minApi.upload('txasr/SentenceRecognition', null, tempFilePath)
- .then(res => {
- if (res.code == 1) {
- resolve(res.data.Result);
- } else {
- reject(e);
- }
- })
- .catch(e => {
- reject(e);
- });
- });
- },
- search() {
- uni.navigateTo({
- url: "/pages/cardHolder/search"
- })
- },
- input(res) {
- console.log('----input:', res)
- },
- clear(res) {
- uni.showToast({
- title: 'clear事件,清除值为:' + res.value,
- icon: 'none'
- })
- },
- blur(res) {
- uni.showToast({
- title: 'blur事件,输入值为:' + res.value,
- icon: 'none'
- })
- },
- focus(e) {
- uni.showToast({
- title: 'focus事件,输出值为:' + e.value,
- icon: 'none'
- })
- },
- cancel(res) {
- uni.showToast({
- title: '点击取消,输入值为:' + res.value,
- icon: 'none'
- })
- },
- selectType() {
- this.isShowType = true
- this.type = 1
- },
- scan() {
- // console.log(1)
- // uni.navigateTo({
- // url: "/pages/cardHolder/scancode"
- // })
- uni.scanCode({
- success: function(res) {
- console.log('条码类型:' + res.scanType);
- console.log('条码内容:' + res.result);
- uni.navigateTo({
- url: "/pages/cardHolder/scanCodeAddCard?id=" + res.result
- })
- }
- });
- },
- toMap(item) {
- uni.navigateTo({
- url: "/pages/cardHolder/map?location=" + item.location
- })
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- .content {
- // padding: 0 20rpx;
- }
- .u-nav-slot {
- /deep/.u-badge {
- position: absolute;
- top: 0;
- right: 6rpx;
- }
- }
- .content1 {
- padding: 20rpx;
- background-color: #112253;
- .search {
- color: #9199af;
- background: #22325f;
- border-radius: 50rpx;
- width: 100%;
- padding: 10rpx 30rpx;
- box-sizing: border-box;
- margin-right: 20rpx;
- }
- }
- .content2 {
- background: #112253;
- color: #fff;
- padding: 20rpx 20rpx 200rpx 20rpx;
- border-radius: 0px 0px 20px 20px;
- }
- .content3 {
- // padding:0 20rpx;
- position: relative;
- top: -170rpx;
- .style1 {
- display: flex;
- padding: 20rpx 30rpx;
- width: 85%;
- margin-bottom: 90rpx;
- .left {
- width: 132rpx;
- height: 132rpx;
- border-radius: 50%;
- }
- .right {
- margin-left: 40rpx;
- .row1 {
- .name {
- font-size: 38rpx;
- font-weight: bold;
- color: #040000;
- margin-right: 20rpx;
- }
- .post {
- font-size: 26rpx;
- font-weight: 500;
- color: #666666;
- }
- }
- .row2 {
- font-size: 24rpx;
- font-weight: bold;
- color: #323333;
- }
- .row3 {
- margin-top: 30rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #323333;
- }
- .row2,.row4 {
- margin-top: 10rpx;
- }
- }
- }
- .style2 {
- padding: 30rpx;
- margin-bottom: 100rpx;
- .top {
- .row1 {
- .name {
- font-size: 38rpx;
- font-weight: bold;
- color: #040000;
- margin-right: 20rpx;
- }
- .post {
- font-size: 26rpx;
- font-weight: 500;
- color: #666666;
- }
- }
- .row2 {
- margin-top: 10rpx;
- font-size: 24rpx;
- font-weight: bold;
- color: #323333;
- }
- }
- .bottom {
- margin-top: 48rpx;
- .left {
- margin-right: 40rpx;
- .row1 {
- .name {
- font-size: 38rpx;
- font-weight: bold;
- color: #040000;
- margin-right: 20rpx;
- }
- .post {
- font-size: 26rpx;
- font-weight: 500;
- color: #666666;
- }
- }
- .row2 {
- margin-top: 10rpx;
- font-size: 24rpx;
- font-weight: bold;
- color: #323333;
- }
-
- }
- .right {
- .row1,
- .row2 {
- font-size: 24rpx;
- font-weight: 500;
- color: #323333;
- }
- .row2,.row4 {
- margin-top: 10rpx;
- }
- }
- }
- }
- .card-list-item {
- width: calc(100%);
- // left:-20rpx;
- position: relative;
- border-radius: 30rpx;
- padding: 40rpx;
- box-sizing: border-box;
- .car-bottom {
- position: absolute;
- bottom: 63rpx;
- left: 20rpx;
- bottom:24rpx;
- width:94.9%;
- background: url("../../static/imgs/card/bg5.png") no-repeat center;
- background-size: 100% 100%;
- height: 80rpx;
- // width: calc(100% - 40rpx);
- .left {
- // top: -40rpx;
- position: absolute;
- padding: 20rpx 0;
- width: 70vw;
- height: 80rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-evenly;
- z-index:100;
- left: 0px;
-
- // background-size: 100% 100%;
- overflow-y: hidden;
- }
- }
- .left {
- width: 30%;
- .top {
- margin-bottom: 20rpx;
- }
- .img {
- width: 80%;
- }
- .bottom {}
- }
- .right {
- .row1 {
- .line {
- width: 1px;
- height: 20px;
- margin: 0 20rpx;
- background: black;
- }
- }
- }
- }
- }
- .slot-content {
- width: 100%;
- }
- /deep/.u-checkbox-group{
- position: absolute;
- right: 20px;
- z-index: 99;
- top: 30px;
- }
- .del-style{
- background: #fff;
- padding: 20rpx;
- width:calc(100vw - 40rpx);
- position: fixed;
- display: flex;
- z-index:100;
- justify-content: space-between;
- bottom:0;
- font-size:28rpx;
- .right{
- color:#344577;
- }
- }
- .del,.qx{
- padding:10rpx;
- }
- .del{
- color:#FF4040;
- }
- .qx{
- color:#666;
- }
- .share-content{
- display:flex;
- padding:20rpx;
- justify-content: center;
- button{
- background:transparent;
- line-height:1;
- }
- button:after{
- border:none;
- }
- font-size:24rpx;
- }
- .icon-text{
- margin-left: 10px;
- font-size: 24rpx;
- font-weight: 500;
- color: #323333;
- }
- /deep/.u-checkbox__icon-wrap.u-checkbox__icon-wrap--square{
- border-color:#D7DEEB !important;
- }
- </style>
|