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

6666

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