mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 12:06:43 +08:00
GFRS-615 问卷调查VUE 图片处理 --提交人:阳华祥
This commit is contained in:
@@ -44,7 +44,6 @@
|
|||||||
<div v-if="showType == 'Result'" class="mr2 ml2">
|
<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.png" />
|
||||||
<img v-show="resultImgUrl != 'PHYSICAL'" style="width: 100%;" src="@/assets/images/shareSurveyResult_1.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">
|
<div class="mt30 mr2 ml2">
|
||||||
<van-button type="danger" style="width: 100%;" @click="closeWXWindow">返回</van-button>
|
<van-button type="danger" style="width: 100%;" @click="closeWXWindow">返回</van-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user