BUG 28102

This commit is contained in:
aixianling
2022-03-08 10:54:57 +08:00
parent cf43abb95b
commit 43d01c7e94

View File

@@ -2,7 +2,7 @@
<div class="service-result"> <div class="service-result">
<image :src="type === '0' ? '/static/img/service-success.png' : '/static/img/error.png'"/> <image :src="type === '0' ? '/static/img/service-success.png' : '/static/img/error.png'"/>
<h2>{{ type === '1' ? '领取失败!请联系管理员处理' : '提交成功!' }}</h2> <h2>{{ type === '1' ? '领取失败!请联系管理员处理' : '提交成功!' }}</h2>
<div class="text" v-if="type === '0'">请等待信用好超市管理员与您联系</div> <div class="text" v-if="type === '0'">可在"我的-超市订单",查看订单信息</div>
<div class="service-btn" hover-class="text-hover" @click="back">确定</div> <div class="service-btn" hover-class="text-hover" @click="back">确定</div>
</div> </div>
</template> </template>
@@ -47,7 +47,7 @@ export default {
background: #197DF0; background: #197DF0;
font-size: 36px; font-size: 36px;
color: #fff; color: #fff;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02); box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.02);
border-radius: 8px; border-radius: 8px;
} }