bug110,124,108 + 建设页
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
<template>
|
||||
<div class="AppWxworkQrcode">
|
||||
<div class="header">
|
||||
<AiSelect v-model="id" :list="dictList" @selected="selectBtn">
|
||||
<AiSelect v-model="id" :list="dictList">
|
||||
<span class="label" v-if="id">{{ dictList[id].label }}</span>
|
||||
<span v-else class="col-666">请选择</span>
|
||||
<u-icon name="arrow-down" color="#666" size="24" style="margin-left: 4px"></u-icon>
|
||||
</AiSelect>
|
||||
<div v-if="user.areaId" class="qrcode-content">
|
||||
<cell :url='picUrl' v-if="picUrl" class="qrcode-img"/>
|
||||
<!-- <img :src="picUrl" class="qrcode-img" v-if="picUrl"/> -->
|
||||
<img :src="picUrl" class="qrcode-img" v-if="picUrl"/>
|
||||
<div v-else class="tips">
|
||||
<u-icon name="error-circle" color="#909399" size="34" style="display: inline"></u-icon>
|
||||
<div class="col-666">请选择居民群</div>
|
||||
@@ -20,8 +19,8 @@
|
||||
</div>
|
||||
|
||||
<div class="jionGroup">
|
||||
|
||||
<div>加入群聊</div>
|
||||
<!-- bind:startmessage='startmessage' @completemessage="completemessage" -->
|
||||
<cell url='https://wework.qpic.cn/wwpic/71159_FwGG4OEPQM6LxsZ_1679023053/0' class="join-btn">加入群聊</cell>
|
||||
</div>
|
||||
|
||||
<div class="pic">
|
||||
@@ -60,7 +59,10 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
selectBtn(e) {
|
||||
startmessage(i) {
|
||||
console.log(i);
|
||||
},
|
||||
completemessage(e) {
|
||||
console.log(e);
|
||||
},
|
||||
getSelect() {
|
||||
@@ -70,7 +72,6 @@ export default {
|
||||
areaId: areaId,
|
||||
current: this.current,
|
||||
size: 3000,
|
||||
|
||||
}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
@@ -88,12 +89,12 @@ export default {
|
||||
uni.navigateTo({url: "/mods/AppAuth/AppAuth"})
|
||||
}
|
||||
},
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: '入群二维码',
|
||||
path: `/mods/AppWxworkQrcode/AppWxworkQrcode`
|
||||
}
|
||||
}
|
||||
// onShareAppMessage() {
|
||||
// return {
|
||||
// title: '入群二维码',
|
||||
// path: `/mods/AppWxworkQrcode/AppWxworkQrcode`
|
||||
// }
|
||||
// }
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
@@ -120,12 +121,20 @@ export default {
|
||||
line-height: 80px;
|
||||
padding: 0 72px;
|
||||
box-sizing: border-box;
|
||||
div {
|
||||
::v-deep .join-btn {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
background: #2D7DFF;
|
||||
color: #FFFFFF;
|
||||
border-radius: 40px;
|
||||
}
|
||||
|
||||
.join-bg {
|
||||
background: #999999;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
@@ -140,7 +149,7 @@ export default {
|
||||
margin: 10% auto 10%;
|
||||
background: #F6F9FF;
|
||||
border-radius: 12px;
|
||||
border: 4px solid #E6EEFF;
|
||||
border: 8px solid #f6f5f8;
|
||||
padding: 36px;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user