Displaying error fixed

This commit is contained in:
Vion
2022-01-25 12:25:47 +08:00
parent a4e066d2db
commit ccae9db727
6 changed files with 14 additions and 9 deletions

View File

@@ -34,7 +34,7 @@
</i>
<span>
{{item.couponTypeId=='4'?parseInt(((item.discount)*10))+'折':item.couponAmount}}
{{ item.couponAmount?item.couponAmount:(parseInt((item.discount)*10)+'折') }}
</span>
</div>
<strong>{{ item.couponName }}</strong>

View File

@@ -167,7 +167,7 @@
</i>
<span>
{{item.couponTypeId=='4'?parseInt(((item.discount)*10))+'折':item.couponAmount}}
{{ item.couponAmount?item.couponAmount:(parseInt((item.discount)*10)+'折') }}
</span>
</div>
<strong>{{ item.couponName }}</strong>

View File

@@ -64,7 +64,9 @@
<p>您的商品我们正在抓紧打包请耐心等候</p>
<div class="line_dashed"></div>
<div class="userer">
<div class="qrcode"><vue-qr :text="qrtext" :size="260"></vue-qr></div>
<div class="qrcode">
<img src="/images/qrcode-aichong.jpg">
</div>
<p>微信扫一扫识别二维码</p>
<p class="tips">加入社群0元试用商品随单发放</p>
</div>
@@ -94,7 +96,7 @@ export default {
activeIndex: 0,
paymentTimer:undefined,
isSucess: false,
dialogSuccess: false,
dialogSuccess: true,
paytype: "微信",
userpaystype: [
{