|
@@ -5,7 +5,7 @@
|
|
|
teleport="body"
|
|
teleport="body"
|
|
|
:z-index="20000"
|
|
:z-index="20000"
|
|
|
class="restore-planting-popup"
|
|
class="restore-planting-popup"
|
|
|
- :close-on-click-overlay="true"
|
|
|
|
|
|
|
+ :close-on-click-overlay="false"
|
|
|
>
|
|
>
|
|
|
<div class="popup-content">
|
|
<div class="popup-content">
|
|
|
<img
|
|
<img
|
|
@@ -317,9 +317,11 @@ const adjustAndRefreshQuestion = async (action) => {
|
|
|
// 调整后只替换问题二(及配图),停留在问题二
|
|
// 调整后只替换问题二(及配图),停留在问题二
|
|
|
const phenoQuestion = data.phenophase_question || "";
|
|
const phenoQuestion = data.phenophase_question || "";
|
|
|
const pic = resolveImageUrl(data.phenophase_pic_url);
|
|
const pic = resolveImageUrl(data.phenophase_pic_url);
|
|
|
|
|
+ const guidePic = resolveImageUrl(data.interact_pic_url);
|
|
|
phenologyQuestion.value = phenoQuestion;
|
|
phenologyQuestion.value = phenoQuestion;
|
|
|
phenologyHighlight.value = extractPhenologyHighlight(phenoQuestion);
|
|
phenologyHighlight.value = extractPhenologyHighlight(phenoQuestion);
|
|
|
phenologyImage.value = pic || DEFAULT_PHENOLOGY_IMAGE;
|
|
phenologyImage.value = pic || DEFAULT_PHENOLOGY_IMAGE;
|
|
|
|
|
+ phenologyGuideImage.value = guidePic || "";
|
|
|
if (pic) sampleImage.value = pic;
|
|
if (pic) sampleImage.value = pic;
|
|
|
phenologyAnswer.value = "";
|
|
phenologyAnswer.value = "";
|
|
|
} catch (err) {
|
|
} catch (err) {
|