GFRS-615 问卷调查VUE 图片处理 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-02-26 14:41:24 +08:00
parent 06497994d4
commit 98138fb1c1

View File

@@ -44,7 +44,6 @@
<div v-if="showType == 'Result'" class="mr2 ml2">
<img v-show="resultImgUrl == 'PHYSICAL'" style="width: 100%;" src="@/assets/images/shareSurveyResult.png" />
<img v-show="resultImgUrl != 'PHYSICAL'" style="width: 100%;" src="@/assets/images/shareSurveyResult_1.png" />
<img style="width: 100%;" :src="resultImgUrl" />
<div class="mt30 mr2 ml2">
<van-button type="danger" style="width: 100%;" @click="closeWXWindow">返回</van-button>
</div>