GFRS-615 问卷调查VUE 奖品类型处理 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-02-26 13:35:16 +08:00
parent 8bc8a46c84
commit 06497994d4
2 changed files with 4 additions and 4 deletions

View File

@@ -42,8 +42,8 @@
</div>
<!--提交结果页-->
<div v-if="showType == 'Result'" class="mr2 ml2">
<img v-if="resultImgUrl == 'PHYSICAL'" style="width: 100%;" src="@/assets/images/shareSurveyResult.png" />
<img v-if="resultImgUrl != 'PHYSICAL'" style="width: 100%;" src="@/assets/images/shareSurveyResult_1.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 style="width: 100%;" :src="resultImgUrl" />
<div class="mt30 mr2 ml2">
<van-button type="danger" style="width: 100%;" @click="closeWXWindow">返回</van-button>

View File

@@ -111,10 +111,10 @@ export default {
}
switch (prizeCode + '') {
case 'UMBRELLA':
text = '已提交'
text = '雨伞'
break
case 'PHYSICAL':
text = '未提交'
text = '体检套餐'
break
}
return text