mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
GFRS-615 问卷调查VUE 奖品类型处理 --提交人:阳华祥
This commit is contained in:
@@ -42,8 +42,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--提交结果页-->
|
<!--提交结果页-->
|
||||||
<div v-if="showType == 'Result'" class="mr2 ml2">
|
<div v-if="showType == 'Result'" class="mr2 ml2">
|
||||||
<img v-if="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-if="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" />
|
<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>
|
||||||
|
|||||||
@@ -111,10 +111,10 @@ export default {
|
|||||||
}
|
}
|
||||||
switch (prizeCode + '') {
|
switch (prizeCode + '') {
|
||||||
case 'UMBRELLA':
|
case 'UMBRELLA':
|
||||||
text = '已提交'
|
text = '雨伞'
|
||||||
break
|
break
|
||||||
case 'PHYSICAL':
|
case 'PHYSICAL':
|
||||||
text = '未提交'
|
text = '体检套餐'
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
return text
|
return text
|
||||||
|
|||||||
Reference in New Issue
Block a user