Commit 75d1e6eb authored by 王炽's avatar 王炽

6666

parent 441975be
<template> <template>
<view class="gongzhonghao_pop_overlay" v-if="visible" @click="handleClose"> <view class="gongzhonghao_pop_overlay" v-if="visible">
<view class="gongzhonghao_pop_container" @click.stop> <view class="gongzhonghao_pop_container">
<!-- 弹窗头部 --> <!-- 弹窗头部 -->
<view class="pop_header"> <view class="pop_header">
<text class="pop_title">{{ props.title }}</text> <text class="pop_title">{{ props.title }}</text>
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
class="qr_code_img" class="qr_code_img"
:src="props.qrCodeUrl" :src="props.qrCodeUrl"
mode="aspectFit" mode="aspectFit"
:show-menu-by-longpress="true"
/> />
</view> </view>
......
...@@ -358,7 +358,7 @@ const handleTaskClick = async (data) => { ...@@ -358,7 +358,7 @@ const handleTaskClick = async (data) => {
}); });
return; return;
} }
data.task.taskTodoExtra.type = 'FollowWx'
taskId.value = 0; taskId.value = 0;
switch (data.task.taskTodoExtra.type) { switch (data.task.taskTodoExtra.type) {
case 'Perfect': case 'Perfect':
......
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